description:Performs a malware scan using the [SAP Malware Scanning Service](https://help.sap.com/viewer/b416237f818c4e2e827f6118640079f8/LATEST/en-US/b7c9b86fe724458086a502df3160f380.html).
Performs a malware scan using the [SAP Malware Scanning Service](https://help.sap.com/viewer/b416237f818c4e2e827f6118640079f8/LATEST/en-US/b7c9b86fe724458086a502df3160f380.html).
description:Jenkins 'Username with password' credentials ID containing the technical user/password credential used to communicate with the malwarescanning service.
description:"Defines the tool which is used for building the artifact."
mandatory:true
scope:
- GENERAL
- PARAMETERS
- STAGES
- STEPS
resourceRef:
- name:commonPipelineEnvironment
param:buildTool
- name:dockerConfigJSON
type:string
description:Path to the file `.docker/config.json` - this is typically provided by your CI/CD system. You can find more details about the Docker credentials in the [Docker documentation](https://docs.docker.com/engine/reference/commandline/login/).
scope:
- PARAMETERS
- STAGES
- STEPS
secret:true
resourceRef:
- name:commonPipelineEnvironment
param:custom/dockerConfigJSON
- name:dockerConfigJsonCredentialsId
type:secret
- type:vaultSecretFile
name:dockerConfigFileVaultSecretName
default:docker-config
- name:containerRegistryPassword
description:"For `buildTool: docker`: Password for container registry access - typically provided by the CI/CD environment."