We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae1c472 + c458a78 commit e3b1bcaCopy full SHA for e3b1bca
.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.8.0
+ uses: aquasecurity/trivy-action@0.9.0
71
with:
72
image-ref: ${{ env.IMAGE_NAME }}
73
format: 'sarif'
0 commit comments