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
+4-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,10 @@ To be able to use this action you need a SecHub project. Check the https://merce
80
80
# DEFAULT: true
81
81
fail-job-with-findings: true
82
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.
83
+
# OPTIONAL: The file that defines false positives.
84
+
# This step is executed before the scan.
85
+
# The action defineFalsePositives overwrites all previously marked false positives on SecHub side with the ones defined in this file.
86
+
# You can use the SecHub client action getFalsePositives to get the current false positives and extend the returned false positive list.
Copy file name to clipboardexpand all lines: github-actions/scan/action.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ inputs:
58
58
required: false
59
59
default: true
60
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.'
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