Skip to content

Commit

Permalink
Removed unsupported options from build config, should not break compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
Lauri Pajunen committed Jan 31, 2018
1 parent 138be7c commit 9582bdd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<f:entry title="Fail build if vulnerabilities" field="failIfVulns">
<f:checkbox/>
</f:entry>
<f:entry title="Scan all produced artifacts" field="scanAllArtifacts">
<!--<f:entry title="Scan all produced artifacts" field="scanAllArtifacts">
<f:checkbox/>
</f:entry>
</f:entry>-->
<f:entry title="Directory for files to scan" field="filesToScanDirectory">
<f:textbox />
</f:entry>
<f:entry title="Also include subdirectories to scan" field="includeSubdirectories">
<f:entry title="Include subdirectories. Please see help for warnings." field="includeSubdirectories">
<f:checkbox />
</f:entry>
<f:entry title="Regular expression for including files" field="pattern">
Expand All @@ -24,9 +24,9 @@
<f:entry title="Scanning timeout (minutes)" field="scanTimeout">
<f:textbox />
</f:entry>
<f:entry title="Keep copied artifacts after build" field="leaveArtifacts">
<!--<f:entry title="Keep copied artifacts after build" field="leaveArtifacts">
<f:checkbox/>
</f:entry>
</f:entry>-->
<f:entry title="Convert results to Summary plugin format" field="convertToSummary">
<f:checkbox />
</f:entry>
Expand Down

0 comments on commit 9582bdd

Please sign in to comment.