Skip to content

Commit 4f84627

Browse files
authored
(docs) fix justification format (#1524)
1 parent 36ba72b commit 4f84627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ As with all automated detection tools, there will be cases of false positives.
416416
In cases where gosec reports a failure that has been manually verified as being safe,
417417
it is possible to annotate the code with a comment that starts with `#nosec`.
418418

419-
The `#nosec` comment should have the format `#nosec [RuleList] [-- Justification]`.
419+
The `#nosec` comment should have the format `#nosec [RuleList] [- Justification]`.
420420

421421
The `#nosec` comment needs to be placed on the line where the warning is reported.
422422

0 commit comments

Comments
 (0)