Skip to content

Commit

Permalink
Merge pull request #168 from mathieu-benoit/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/aquasecurity/trivy-action-0.9.0

Bump aquasecurity/trivy-action from 0.8.0 to 0.9.0
  • Loading branch information
Mathieu Benoit authored Feb 6, 2023
2 parents ae1c472 + c458a78 commit e3b1bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
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}
- name: run trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.8.0
uses: aquasecurity/trivy-action@0.9.0
with:
image-ref: ${{ env.IMAGE_NAME }}
format: 'sarif'
Expand Down

0 comments on commit e3b1bca

Please sign in to comment.