You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is only a fake code scan - used by integration tests. The code scan will just return one high vulnerability, which is used for false positives handling."
Copy file name to clipboardexpand all lines: github-actions/scan/action.yml
+4
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ inputs:
57
57
description: 'Job will be marked as failed if SecHub finds something'
58
58
required: false
59
59
default: true
60
+
define-false-positives:
61
+
description: 'The file that defines false positives. This step is executed before the scan. The action defineFalsePositives overwrites all previously marked false positives on SecHub side with the ones defined in this file. You can use the SecHub client action getFalsePositives to get the current false positives and extend the returned false positive list.'
0 commit comments