This action will perform the following:
- scan a docker image
- upload the Software Bill of Materials and Vulnerabitlity findings to the imagecov service
- inform the user if vulnerabilities exceeds the severity tolerance
Required The docker image to be scanned. This image can be built in a workflow step just before calling this action, or this image can be pulled from docker hub.
Optional The severity threshold for failing the workflow. Default None
.
uses: imagecov/imagecov-action@main
with:
customer_image: vulnerables/web-dvwa:latest
fail_on: critical