vonsteer/AWS ECR Security Report

Retrieve scan results for a Docker image stored in AWS ECR and fail if vulnerabilities are found.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryECR repository, eg myorg/myimage.yes
tagImage tag to scan.yes
fail_thresholdFail if any vulnerabilities equal to or above this severity level are detected. Valid values: critical, high, medium, low, informational undefined, none. critical
regionAWS region where the ECR repository is located.us-east-2
ignore_listList of CVE IDs to ignore in the vulnerability findings.""
pr_commentWhether to post a comment on the PR with the scan results.true
max_retriesMaximum number of retries for the scan command (AWS can be slow).40
retry_delayDelay in seconds between retries for the scan command.5
namedescription
criticalNumber of critical vulnerabilities detected.
highNumber of high vulnerabilities detected.
mediumNumber of medium vulnerabilities detected.
lowNumber of low vulnerabilities detected.
informationalNumber of informational vulnerabilities detected.
undefinedNumber of undefined severity vulnerabilities detected.
totalTotal number of vulnerabilities detected.
detailed_findingsDetailed findings of the scan.