Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.12.0 to 0.13.1 (#166)
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] committed Nov 1, 2023
1 parent b832d4a commit eb662aa
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 @@ -78,7 +78,7 @@ jobs:
- name: 🛡 Run Trivy vulnerability scanner
if: github.event_name == 'pull_request'
id: docker_trivy
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.13.1
continue-on-error: true
with:
image-ref: ${{ inputs.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}
Expand Down

0 comments on commit eb662aa

Please sign in to comment.