File tree 2 files changed +5
-5
lines changed
vulnerability_scan_filesystem
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 87
87
skip-files : ${{ inputs.skip_files }}
88
88
format : ' sarif'
89
89
exit-code : ' 0'
90
- ignore-unfixed : true
90
+ ignore-unfixed : false
91
91
severity : ${{ inputs.scan_severity }}
92
92
output : ' trivy-results.sarif'
93
93
hide-progress : true
@@ -110,7 +110,7 @@ runs:
110
110
skip-files : ${{ inputs.skip_files }}
111
111
format : ' table'
112
112
exit-code : ' 0'
113
- ignore-unfixed : true
113
+ ignore-unfixed : false
114
114
severity : ' MEDIUM,HIGH,CRITICAL'
115
115
hide-progress : true
116
116
env :
@@ -125,7 +125,7 @@ runs:
125
125
skip-files : ${{ inputs.skip_files }}
126
126
format : ' table'
127
127
exit-code : ' 1'
128
- ignore-unfixed : true
128
+ ignore-unfixed : false
129
129
severity : ${{ inputs.failure_severity }}
130
130
hide-progress : true
131
131
env :
Original file line number Diff line number Diff line change 74
74
scan-type : ' fs'
75
75
format : ' sarif'
76
76
exit-code : ' 0'
77
- ignore-unfixed : true
77
+ ignore-unfixed : false
78
78
severity : ${{ inputs.scan_severity }}
79
79
output : ' trivy-results.sarif'
80
80
hide-progress : true
94
94
scan-type : ' fs'
95
95
format : ' table'
96
96
exit-code : ' 1'
97
- ignore-unfixed : true
97
+ ignore-unfixed : false
98
98
severity : ${{ inputs.failure_severity }}
99
99
hide-progress : true
100
100
env :
You can’t perform that action at this time.
0 commit comments