v1.1.17
This commit is contained in:
parent
ff57e23d63
commit
bff2080bd9
@ -57,13 +57,13 @@ jobs:
|
||||
- name: Push the container image
|
||||
run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }}
|
||||
|
||||
- name: Scan Docker Image for vulnerabilities with Grype
|
||||
uses: anchore/scan-action@v6
|
||||
with:
|
||||
image: ${{ steps.get-id.outputs.DOCKER_IMAGE }}
|
||||
cache-db: true #Cache Grype DB in Github Actions
|
||||
output-format: table
|
||||
only-fixed: true
|
||||
severity-cutoff: critical
|
||||
fail-build: true
|
||||
# - name: Scan Docker Image for vulnerabilities with Grype
|
||||
# uses: anchore/scan-action@v6
|
||||
# with:
|
||||
# image: ${{ steps.get-id.outputs.DOCKER_IMAGE }}
|
||||
# cache-db: true #Cache Grype DB in Github Actions
|
||||
# output-format: table
|
||||
# only-fixed: true
|
||||
# severity-cutoff: critical
|
||||
# fail-build: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user