mill-github-dependency-graph

A Mill plugin to submit your dependency graph to the GitHub Dependency Graph API

APACHE-2.0 License

Stars
12

Bot releases are hidden (Show)

mill-github-dependency-graph - v0.2.7 Latest Release

Published by ckipp01 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.6...v0.2.7

mill-github-dependency-graph - v0.2.6

Published by ckipp01 about 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.5...v0.2.6

mill-github-dependency-graph - v0.2.5

Published by ckipp01 over 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.4...v0.2.5

mill-github-dependency-graph - v0.2.4

Published by ckipp01 over 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.3...v0.2.4

mill-github-dependency-graph - v0.2.3

Published by ckipp01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.2...v0.2.3

mill-github-dependency-graph - v0.2.2

Published by ckipp01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.1...v0.2.2

mill-github-dependency-graph -

Published by ckipp01 over 2 years ago

So, 0.0.9 is the first actually usable release! I'm happy to announce that mill-github-dependency-graph can be used now to push your dependency graph to GitHub to be both viewable and also to allow for debendabot alerts about security vulnerabilities. This plugin is an external module, so it's not really meant to be included in your build, but rather ran like so:

./mill --import ivy:io.chris-kipp::mill-github-dependency-graph_mill0.10:0.0.9 io.kipp.mill.github.dependency.graph.Graph/submit

NOTE: That the submit task will only work in CI as it needs some env variable set in GitHub actions. If you'd like to see a sample output locally use generate instead.

./mill --import ivy:io.chris-kipp::mill-github-dependency-graph_mill0.10:0.0.9 io.kipp.mill.github.dependency.graph.Graph/generate

Please see the README for more usage details.