wmhcarter2024/Go Dependency Submission

Calculates dependencies for a Go build-target and submits the list to the Dependency Submission API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Personal Access Token (PAT). Defaults to PAT provided by Action runnerno${{ github.token }}
metadataUser provided map of max key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"}no
go-mod-pathRepo path to the go.mod file used to detect dependencies for the Go build target. Defaults to go.mod in the root of the repository.yesgo.mod
go-build-targetBuild target to detect build dependencies. If unspecified, will use "all", with will detect all dependencies used in all build targets (including tests and tools).yesall
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 snapshotno""
detector-versionThe version of the detector that generated the dependency snapshotno""
detector-urlThe URL to the detector that generated the dependency snapshotno""

no outputs