Skip to content

Commit b522b86

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.31.0
1 parent 166b993 commit b522b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
SECURITY_PROFILE=${{ inputs.security_profile }}
7979
- name: Run Trivy vulnerability scanner on PR
8080
if: ${{ github.event_name == 'pull_request' }}
81-
uses: aquasecurity/trivy-action@0.30.0
81+
uses: aquasecurity/trivy-action@0.31.0
8282
with:
8383
image-ref: ${{ steps.meta.outputs.tags }}
8484
exit-code: '1'
@@ -94,7 +94,7 @@ jobs:
9494
fail-build: true
9595
- name: Run Trivy vulnerability scanner on push
9696
if: ${{ github.event_name == 'push' }}
97-
uses: aquasecurity/trivy-action@0.30.0
97+
uses: aquasecurity/trivy-action@0.31.0
9898
with:
9999
image-ref: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
100100
format: 'sarif'

0 commit comments

Comments
 (0)