1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/malwareExecuteScan.md
Srinikitha Kondreddy c2de96ab43
Fix credential parameter in the docu (#1597)
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2020-06-02 10:04:56 +02:00

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
```