advanced-security/Maven Dependency Tree Dependency Submission

A GitHub Action for Maven project to submit a complete dependency tree to populate the GitHub Dependency Graph

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directoryThe directory that contains the maven project${{ github.workspace }}
settings-fileOptional path to a Maven settings.xml file for the dependencies to be resolved
ignore-maven-wrapperFlag for optionally ignoring any maven wrapper files (mvnw) and instead rely on the PATH provided mvnfalse
maven-argsAdditional maven arguments to add to the command line invocation of maven when it generates the dependency snapshot""
tokenThe GitHub token to use to submit the depedency snapshot to the repository${{ github.token }}
snapshot-shaThe SHA that the results will be linked to in the dependency snapshotno""
snapshot-refThe ref that the results will be linked to in the dependency snapshotno""
detector-nameThe name of the detector that generated the dependency snapshot
detector-versionThe version of the detector that generated the dependency snapshot
detector-urlThe URL to the detector that generated the dependency snapshot
correlatorAn optional identifier to distinguish between multiple dependency snapshots of the same typeno""

no outputs