epsylabs/Scan docker image in ECR repository
Scan given image in ECR repository using AWS Scanning feature
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of your ECR repository | yes | — |
| tag | Image tag to scan | yes | — |
| region | The AWS region | no | us-east-1 |
| fail_threshold | Mark task as failed if given errors are found | no | HIGH |
| ignore_errors | Comma separated list of CVE codes not to be reported | no | "" |
Outputs
| name | description |
|---|---|
| critical | Number of critical findings |
| high | Number of high findings |
| informational | Number of informational findings |
| low | Number of low findings |
| medium | Number of medium findings |
| undefined | Number of undefined findings |