thedave42/Generate Dependency Data File

Generates a tab delimined file that contains a list of the depenencies detected in the specified repo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenREQUIRED: The GITHUB_TOKEN secret. Make sure this token has rights to all the repos you want to catalog.yes
org-nameThe name of the owner/organization that contains the repositories (defaults to current repository owner)yes${{ github.repository_owner }}
repo-namesREQUIRED: A comma separated list of repository names to catalog.yes
depthThe depth of transitive dependencies to report on. Defaults to 0, which will not include transitives (i.e. it will only list packages from manifests found in the repo). Higher numbers will include transitive dependencies by including the manifests from the included packages' repos as well, but can significantly increase scan time.yes0

no outputs