File tree 1 file changed +6
-0
lines changed
actions/vulnerability_scan
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ inputs:
19
19
full_report :
20
20
description : Whether to scan and report for MEDIUM,HIGH,CRITICAL
21
21
default : ' false'
22
+ skip_files :
23
+ description : Comma separated list of files to skip during scanning
24
+ default : ' '
22
25
runs :
23
26
using : " composite"
24
27
steps :
81
84
with :
82
85
image-ref : ${{ inputs.image_ref }}
83
86
scan-type : ${{ inputs.scan_type }}
87
+ skip-files : ${{ inputs.skip_files }}
84
88
format : ' sarif'
85
89
exit-code : ' 0'
86
90
ignore-unfixed : true
@@ -103,6 +107,7 @@ runs:
103
107
with :
104
108
image-ref : ${{ inputs.image_ref }}
105
109
scan-type : ${{ inputs.scan_type }}
110
+ skip-files : ${{ inputs.skip_files }}
106
111
format : ' table'
107
112
exit-code : ' 0'
108
113
ignore-unfixed : true
@@ -117,6 +122,7 @@ runs:
117
122
with :
118
123
image-ref : ${{ inputs.image_ref }}
119
124
scan-type : ${{ inputs.scan_type }}
125
+ skip-files : ${{ inputs.skip_files }}
120
126
format : ' table'
121
127
exit-code : ' 1'
122
128
ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments