Skip to content

Commit 492a5cd

Browse files
committed
6495 - Adding show supressions for trivy
1 parent 9b87c00 commit 492a5cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-image-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
- name: Run Trivy vulnerability scanner
8282
env:
8383
TRIVY_IGNOREFILE: ${{ inputs.trivyIgnore }}
84+
TRIVY_SHOW_SUPPRESSED: true
85+
show-suppressed
8486
uses: aquasecurity/trivy-action@0.33.1
8587
with:
8688
image-ref: '${{ inputs.imageName }}:test'

0 commit comments

Comments
 (0)