Skip to content

Commit

Permalink
Merge pull request #3 from kartverket/dependabot/github_actions/aquas…
Browse files Browse the repository at this point in the history
…ecurity/trivy-action-0.11.0

Bump aquasecurity/trivy-action from 0.10.0 to 0.11.0
  • Loading branch information
evenh committed Jun 7, 2023
2 parents 35a94d3 + f2580a8 commit 0f20c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:

- name: Run Trivy Vulnerability Scanner on Image
if: inputs.trivy == 'true' && inputs.image_url != ''
uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864
with:
image-ref: ${{ inputs.image_url }}
format: sarif
Expand Down

0 comments on commit 0f20c6d

Please sign in to comment.