yanovian/Open License Auditor

Maps every dependency in a repo, direct and transitive, and flags risky open source licenses

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-pathPath to the audit config file in this repono.github/license-audit.yml
severity-filterWhich findings to show in the PR comment: critical, warning, both, or nonenoboth
fail-onWhich findings make the Action exit non-zero: critical, warning, or nonenocritical
comment-on-prWhether to post a PR comment with the resultsnotrue
comment-only-on-problemsIf true, skip posting a comment at all when no problems are foundnofalse
update-existing-commentIf true, edit the bot's previous comment instead of posting a new one each runnotrue
github-tokenToken used to read PR context and post commentsno${{ github.token }}
cacheWhether to cache license lookups across workflow runsnotrue
namedescription
has-criticaltrue if any dependency was classified as critical
has-warningtrue if any dependency was classified as warning
report-pathPath to the full JSON dependency and license report written to disk