Skip to content

Commit 3b5985a

Browse files
committed
change link
1 parent 6f0a5f7 commit 3b5985a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ async function displayResults() {
117117
}
118118

119119
let exceptionDocsLink =
120-
'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/432496/exception-management'
120+
'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/975371'
121121
message +=
122-
'\n Please refer to the documentation if you want to add exceptions to any findings: ' +
122+
'\n Please refer to the documentation if you want to add exceptions to any findings directly from the codesec.yaml file: ' +
123123
exceptionDocsLink
124124

125125
if (getInput('footer') !== '') {

0 commit comments

Comments
 (0)