netlify/security-netlify-trivy-parse

python wrapped trivy report parser adding features like suppression handling

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 1, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: netlify/security-netlify-trivy@5c9cd8ac7c8f6bce74f1d5703afa8f05cb590508 # v0.7

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

namedescriptionrequireddefault
trivy_report_file_pathlocation of trivy report that will be parsedyestrivy_report.json
suppression_file_pathpath/name of suppression list filenosuppressions-trivy
create_github_issueboolean if user wishes to create github issuesnofalse
github_min_severityissues will be created for all discovered vulnerabilities with >= this severitynolow
create_slack_notificationboolean if user wishes to create slack alertnofalse
slack_min_severityalerts will be sent to slack for all discovered vulnerabilities with >= severitynolow
container_scan_slack_webhookslack webhook, if desiredno""
container_scan_gh_access_tokenGH access token used to create issuesno""
github_repo_namegithub repo nameno""

no outputs