actions-marketplace-validations/AWS ECR Scan Image

Scan 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 over this severity level are detected. Valid values: critical, high, medium, low, informational. medium
ignore_listList of CVE IDs to ignore in the vulnerability findings.
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.
unknownNumber of unknown severity vulnerabilities detected.
totalTotal number of vulnerabilities detected.