Skip to content

Commit 6f0a5f7

Browse files
committed
Adding docs link to exception management
1 parent 706e38f commit 6f0a5f7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@ async function displayResults() {
116116
}
117117
}
118118

119-
let exceptionDocsLink = "https://docs.fortinet.com/document/forticnapp/latest/administration-guide/432496/exception-management"
120-
message += "\n Please refer to the documentation if you want to add exceptions to any findings: " + exceptionDocsLink
121-
119+
let exceptionDocsLink =
120+
'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/432496/exception-management'
121+
message +=
122+
'\n Please refer to the documentation if you want to add exceptions to any findings: ' +
123+
exceptionDocsLink
124+
122125
if (getInput('footer') !== '') {
123126
message += '\n\n' + getInput('footer')
124127
}

0 commit comments

Comments
 (0)