Skip to content

Commit 02c7c08

Browse files
Merge pull request #233 from mathieu-benoit/dependabot/github_actions/aquasecurity/trivy-action-0.21.0
Bump aquasecurity/trivy-action from 0.16.1 to 0.21.0
2 parents ae6721f + 043ba3d commit 02c7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
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}
6969
- name: run trivy vulnerability scanner
70-
uses: aquasecurity/trivy-action@0.16.1
70+
uses: aquasecurity/trivy-action@0.21.0
7171
with:
7272
image-ref: ${{ env.IMAGE_NAME }}
7373
format: 'sarif'

0 commit comments

Comments
 (0)