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 f93d6c2 commit 97ca013Copy full SHA for 97ca013
src/index.ts
@@ -115,6 +115,13 @@ async function displayResults() {
115
message += issues
116
}
117
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
125
if (getInput('footer') !== '') {
126
message += '\n\n' + getInput('footer')
127
0 commit comments