Update azure-pipelines-k8s.yml for Azure Pipelines

This commit is contained in:
Preeti Bansal 2020-03-30 09:50:16 +05:30
Родитель bc78bbfc00
Коммит 1b702cf4b3
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -17,3 +17,10 @@ steps:
repository: 'prebansa/myagent'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
dockerImagesToScan: 'prebansa/myagent:$(Build.BuildId)'
alertWarningLevel: 'Medium'