We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae6721f + 043ba3d commit 02c7c08Copy full SHA for 02c7c08
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
docker run -v /var/run/docker.sock:/var/run/docker.sock --rm goodwithtech/dockle:latest -ak KEY_SHA512 --exit-code 1 --exit-level fatal ${IMAGE_NAME}
69
- name: run trivy vulnerability scanner
70
- uses: aquasecurity/trivy-action@0.16.1
+ uses: aquasecurity/trivy-action@0.21.0
71
with:
72
image-ref: ${{ env.IMAGE_NAME }}
73
format: 'sarif'
0 commit comments