File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ ossIndexAudit {
106
106
107
107
// By default, the audit scan will fail the task/build if any vulnerabilities are found.
108
108
// Set this to 'false' to allow the task to succeed even when vulnerabilities are detected.
109
+ // Use this option only if you rely on an external tool to further process the output of this plugin (see below for output options).
109
110
failOnDetection = true
110
111
111
112
// Output options
@@ -150,6 +151,7 @@ ossIndexAudit {
150
151
151
152
// By default, the audit scan will fail the task/build if any vulnerabilities are found.
152
153
// Set this to 'false' to allow the task to succeed even when vulnerabilities are detected.
154
+ // Use this option only if you rely on an external tool to further process the output of this plugin (see below for output options).
153
155
failOnDetection = true
154
156
155
157
// Output options
You can’t perform that action at this time.
0 commit comments