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

29 lines
368 B
Markdown
Raw Normal View History

# ${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
```