Skip to content

Commit 3a36c72

Browse files
committed
Change ignore-unfixed to false
1 parent 4da6cce commit 3a36c72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

actions/vulnerability_scan/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
skip-files: ${{ inputs.skip_files }}
8888
format: 'sarif'
8989
exit-code: '0'
90-
ignore-unfixed: true
90+
ignore-unfixed: false
9191
severity: ${{ inputs.scan_severity }}
9292
output: 'trivy-results.sarif'
9393
hide-progress: true
@@ -110,7 +110,7 @@ runs:
110110
skip-files: ${{ inputs.skip_files }}
111111
format: 'table'
112112
exit-code: '0'
113-
ignore-unfixed: true
113+
ignore-unfixed: false
114114
severity: 'MEDIUM,HIGH,CRITICAL'
115115
hide-progress: true
116116
env:
@@ -125,7 +125,7 @@ runs:
125125
skip-files: ${{ inputs.skip_files }}
126126
format: 'table'
127127
exit-code: '1'
128-
ignore-unfixed: true
128+
ignore-unfixed: false
129129
severity: ${{ inputs.failure_severity }}
130130
hide-progress: true
131131
env:

actions/vulnerability_scan_filesystem/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
scan-type: 'fs'
7575
format: 'sarif'
7676
exit-code: '0'
77-
ignore-unfixed: true
77+
ignore-unfixed: false
7878
severity: ${{ inputs.scan_severity }}
7979
output: 'trivy-results.sarif'
8080
hide-progress: true
@@ -94,7 +94,7 @@ runs:
9494
scan-type: 'fs'
9595
format: 'table'
9696
exit-code: '1'
97-
ignore-unfixed: true
97+
ignore-unfixed: false
9898
severity: ${{ inputs.failure_severity }}
9999
hide-progress: true
100100
env:

0 commit comments

Comments
 (0)