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
Copy file name to clipboardexpand all lines: github-actions/scan/README.adoc
+3
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ To be able to use this action you need a SecHub project. Check the https://merce
79
79
# OPTIONAL: job (pipeline) will be marked as failed if SecHub finds something
80
80
# DEFAULT: true
81
81
fail-job-with-findings: true
82
+
83
+
# OPTIONAL: File that defines false positives. This step is executed before the scan. The SecHub cli defineFalsePositives overwrites the false positives on SecHub side with the ones defined in this file. Uses the SecHub cli getFalsePositives to get the current false positives and extend the returned false positive list.
"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 SecHub cli defineFalsePositives overwrites the false positives on SecHub side with the ones defined in this file. Uses the SecHub cli getFalsePositives to get the current false positives and extend the returned false positive list.'
0 commit comments