github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/steps/malwareExecuteScan.md (about) 1 2 # ${docGenStepName} 3 4 ## ${docGenParameters} 5 6 ## ${docGenConfiguration} 7 8 ## ${docJenkinsPluginDependencies} 9 10 ## Exceptions 11 12 None 13 14 ## Examples 15 16 ```groovy 17 malwareExecuteScan script: this 18 ``` 19 20 configuration 21 22 ``` 23 steps: 24 malwareExecuteScan: 25 file: myFile.zip 26 host: https://malwarescanner.example.sap.com 27 malwareScanCredentialsId: MALWARESCAN 28 ```