We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0a5f7 commit 3b5985aCopy full SHA for 3b5985a
src/index.ts
@@ -117,9 +117,9 @@ async function displayResults() {
117
}
118
119
let exceptionDocsLink =
120
- 'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/432496/exception-management'
+ 'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/975371'
121
message +=
122
- '\n Please refer to the documentation if you want to add exceptions to any findings: ' +
+ '\n Please refer to the documentation if you want to add exceptions to any findings directly from the codesec.yaml file: ' +
123
exceptionDocsLink
124
125
if (getInput('footer') !== '') {
0 commit comments