Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 712c7f6 commit cf541b8
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.23.0
uses: aquasecurity/trivy-action@0.24.0
continue-on-error: true
with:
image-ref: ${{ inputs.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}
Expand Down

0 comments on commit cf541b8

Please sign in to comment.