Skip to content

Commit 4a76c2f

Browse files
Update example usage in help.html for vigilnzScan
1 parent 02d9495 commit 4a76c2f

File tree

1 file changed

+4
-3
lines changed
  • src/main/resources/io/jenkins/plugins/vigilnz/pipeline/PipelineStep

1 file changed

+4
-3
lines changed

src/main/resources/io/jenkins/plugins/vigilnz/pipeline/PipelineStep/help.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<p>
66
Example usage:
77
</p>
8-
<pre>
9-
vigilnzSecurityScan scanTypes: 'cve,sbom,sast'
10-
</pre>
8+
<pre>
9+
vigilnzScan credentialsId: 'my-creds', scanTypes: 'cve,sbom,sast'
10+
</pre>
1111
<p>
1212
<b>scanTypes:</b> Comma-separated list of scan types to run.
1313
</p>
1414
</div>
15+

0 commit comments

Comments
 (0)