Skip to content

Commit e3b1bca

Browse files
author
Mathieu Benoit
authored
Merge pull request #168 from mathieu-benoit/dependabot/github_actions/aquasecurity/trivy-action-0.9.0
Bump aquasecurity/trivy-action from 0.8.0 to 0.9.0
2 parents ae1c472 + c458a78 commit e3b1bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.8.0
70+
uses: aquasecurity/trivy-action@0.9.0
7171
with:
7272
image-ref: ${{ env.IMAGE_NAME }}
7373
format: 'sarif'

0 commit comments

Comments
 (0)