mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
c2de96ab43
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
29 lines
368 B
Markdown
29 lines
368 B
Markdown
|
|
# ${docGenStepName}
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## ${docJenkinsPluginDependencies}
|
|
|
|
## Exceptions
|
|
|
|
None
|
|
|
|
## Examples
|
|
|
|
```groovy
|
|
malwareExecuteScan script: this
|
|
```
|
|
|
|
configuration
|
|
|
|
```
|
|
steps:
|
|
malwareExecuteScan:
|
|
file: myFile.zip
|
|
host: https://malwarescanner.example.sap.com
|
|
malwareScanCredentialsId: MALWARESCAN
|
|
```
|