actions-marketplace-validations/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
Stalelast commit Apr 4, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/thedave42_generate-dependencies-csv-action@0013005282c351a42c1fdb23d13694ed7c4d1981 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

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