Skip to content

Commit 97ca013

Browse files
committed
Adding docs link to exception management
1 parent f93d6c2 commit 97ca013

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ async function displayResults() {
115115
message += issues
116116
}
117117
}
118+
119+
let exceptionDocsLink =
120+
'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 directly from the codesec.yaml file: ' +
123+
exceptionDocsLink
124+
118125
if (getInput('footer') !== '') {
119126
message += '\n\n' + getInput('footer')
120127
}

0 commit comments

Comments
 (0)