We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b993 commit b522b86Copy full SHA for b522b86
.github/workflows/reusable-build.yaml
@@ -78,7 +78,7 @@ jobs:
78
SECURITY_PROFILE=${{ inputs.security_profile }}
79
- name: Run Trivy vulnerability scanner on PR
80
if: ${{ github.event_name == 'pull_request' }}
81
- uses: aquasecurity/trivy-action@0.30.0
+ uses: aquasecurity/trivy-action@0.31.0
82
with:
83
image-ref: ${{ steps.meta.outputs.tags }}
84
exit-code: '1'
@@ -94,7 +94,7 @@ jobs:
94
fail-build: true
95
- name: Run Trivy vulnerability scanner on push
96
if: ${{ github.event_name == 'push' }}
97
98
99
image-ref: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
100
format: 'sarif'
0 commit comments