Skip to content

Commit

Permalink
chore(deps): update aquasecurity/trivy-action action to v0.25.0 (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 0f8e69e commit 7add7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
SECURITY_PROFILE=${{ inputs.security_profile }}
- name: Run Trivy vulnerability scanner on PR
if: ${{ github.event_name == 'pull_request' }}
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: ${{ steps.meta.outputs.tags }}
exit-code: '1'
Expand All @@ -94,7 +94,7 @@ jobs:
fail-build: true
- name: Run Trivy vulnerability scanner on push
if: ${{ github.event_name == 'push' }}
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
format: 'sarif'
Expand Down

0 comments on commit 7add7bf

Please sign in to comment.