Giter VIP home page Giter VIP logo

Comments (3)

ckipp01 avatar ckipp01 commented on June 2, 2024 1

Hey @maoo, thanks for the question. A couple things:

Firstly, you might have better luck asking about this in https://github.com/scalacenter/sbt-dependency-submission, which is the sbt equivalent for what the plugin is doing if your builds are with sbt. I'm not sure they are if you're using this, but then also saying you're using sbt-dependency-check.

since Dependabot doesn't work on transitive dependencies

So actually with both this mill plugin and the sbt one, your transitive dependencies actually are submitted. So dependabot can warn you about them.

I was wondering if there is a way to integrate the mill-github-dependency-grapth with the sbt-dependency-check plugin, and skip the whole part that submits data to GitHub.

Probably not as the whole point of this plugin is to submit it to GitHub in order to get dependabot alerts. Having a mill equivalent to sbt-dependency-check is a bit out of scope for this project.

Again, thanks for the questions!

from mill-github-dependency-graph.

maoo avatar maoo commented on June 2, 2024 1

Thanks for your quick reply @ckipp01 ! My idea is to actually build a mill-dependency-check plugin, starting from your code (Graph.scala, ModuleTrees.scala and Resolver.scala would actually be unchanged), adapt Writers.scala and add some logic from DependencyCheckPlugin.scala.

Before starting to code, I'll gather more validations, as I don't want to risk to reinvent the wheel; unfortunately, I've checked the results we get in the GitHub dependency tree, and it doesn't contain all transitive deps; as soon as the repo is public, I can share more info with you, if you're interested.

Thanks so much for your suggestions!

from mill-github-dependency-graph.

ckipp01 avatar ckipp01 commented on June 2, 2024

Thanks for your quick reply @ckipp01 ! My idea is to actually build a mill-dependency-check plugin, starting from your code (Graph.scala, ModuleTrees.scala and Resolver.scala would actually be unchanged), adapt Writers.scala and add some logic from DependencyCheckPlugin.scala.

Ah, cool. That'd be really useful!

I've checked the results we get in the GitHub dependency tree, and it doesn't contain all transitive deps

Ah really? It definitely should as we resolve everything, so the results should be everything after reconciliation. When the repo is public, for sure report back as I'd like to dig into what is missing. Also make sure to check out the [generate task]( I've checked the results we get in the GitHub dependency tree, and it doesn't contain all transitive deps) at the bottom with the latest version and you'll actually be able to see the full manifest to get a better idea of what might be missing.

from mill-github-dependency-graph.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.