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 9b87c00 commit 492a5cdCopy full SHA for 492a5cd
1 file changed
.github/workflows/docker-image-test.yaml
@@ -81,6 +81,8 @@ jobs:
81
- name: Run Trivy vulnerability scanner
82
env:
83
TRIVY_IGNOREFILE: ${{ inputs.trivyIgnore }}
84
+ TRIVY_SHOW_SUPPRESSED: true
85
+ show-suppressed
86
uses: aquasecurity/trivy-action@0.33.1
87
with:
88
image-ref: '${{ inputs.imageName }}:test'
0 commit comments