Skip to content

Commit 1fdc80f

Browse files
committed
PR review suggestions #3868
1 parent 9e8b7a2 commit 1fdc80f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github-actions/scan/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ To be able to use this action you need a SecHub project. Check the https://merce
8282
8383
# OPTIONAL: The file that defines false positives.
8484
# This step is executed before the scan.
85-
# The SecHub client defineFalsePositives overwrites the false positives on SecHub side with the ones defined in this file.
86-
# You can use the SecHub client getFalsePositives to get the current false positives and extend the returned false positive list.
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.
8787
define-false-positives: 'sechub-false-positives.json'
8888
----
8989

github-actions/scan/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inputs:
5858
required: false
5959
default: true
6060
define-false-positives:
61-
description: 'The file that defines false positives. This step is executed before the scan. The SecHub client defineFalsePositives overwrites the false positives on SecHub side with the ones defined in this file. You can use the SecHub client 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.'
6262
required: false
6363

6464
outputs:

0 commit comments

Comments
 (0)