safedep/SafeDep

Protect against vulnerable and malicious Open Source Software (OSS) dependencies using policy as code based guardrails.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
policyPath to policy file, default policy will be used when not given policy or policy-v2no
policy-v2Path to policy-v2 fileno
cloudSynchronize configuration, policy and report with SafeDep cloudnofalse
cloud-keyAPI key to use for synchronizing report with SafeDep cloudno
cloud-tenantTenant ID to use for synchronizing report with SafeDep cloudno
versionvet version to use for the scan. Defaults to using latest releaseno
exception-filePath to exception fileno
excludeComma separated list path patterns to exclude from the scanno
trusted-registriesComma separated list of trusted registry base URLsno
timeoutTimeout in seconds for vet to wait for external service results to be available. For malicious package analysis, this set the maximum time to wait for the analysis results to be available. no300
upload-sarifUpload SARIF report as an artifact associated with the workflow run. This is used only during full scan on push or schedule. notrue
add-step-summaryAdd a summary of the vet scan as a step in the workflow run. This is used only during full scan on push or schedule. notrue
paranoidEnable paranoid mode to fail PR workflow on any risk. nofalse
enable-comments-proxyEnable Comments Proxy Server to create comments on GitHub PRs. This is required when the action is invoked in a PR from a forked repository. nofalse
namedescription
reportPath to SARIF report for uploading to Github Security tab