Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0 (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 0e0e2eb commit c9bccf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: 🛡 Run Trivy vulnerability scanner
if: github.event_name == 'pull_request'
id: docker_trivy
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.23.0
continue-on-error: true
with:
image-ref: ${{ inputs.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}
Expand Down

0 comments on commit c9bccf1

Please sign in to comment.