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 706e38f commit 6f0a5f7Copy full SHA for 6f0a5f7
src/index.ts
@@ -116,9 +116,12 @@ async function displayResults() {
116
}
117
118
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
-
+ let exceptionDocsLink =
+ 'https://docs.fortinet.com/document/forticnapp/latest/administration-guide/432496/exception-management'
+ message +=
122
+ '\n Please refer to the documentation if you want to add exceptions to any findings: ' +
123
+ exceptionDocsLink
124
+
125
if (getInput('footer') !== '') {
126
message += '\n\n' + getInput('footer')
127
0 commit comments