Skip to content

Commit

Permalink
Update azure-pipelines-1.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmdavef committed Oct 23, 2020
1 parent c1472b3 commit 905612d
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 18,25 @@ stages:
jobs:
- job: Build
displayName: Build
pool:
vmImage: 'ubuntu-latest'
# pool:
# vmImage: 'ubuntu-latest'
steps:
- task: Docker@2
displayName: Build and push an image to container registry
inputs:
command: buildAndPush
repository: test-may-1
dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
containerRegistry: $(dockerRegistryServiceConnection)
tags: |
$(tag)
# - task: Docker@2
# displayName: Build and push an image to container registry
# inputs:
# command: buildAndPush
# repository: test-may-1
# dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
# containerRegistry: $(dockerRegistryServiceConnection)
# tags: |
# $(tag)
- task: QualysWASConnector@1
inputs:
webApplication: '121169592-BodgeIt - IP'
scanType: 'DISCOVERY'
failBySeverity5: true
sev5: '0'
failIfWasCouldNotScan: true
dataCheckFrequency: '5'
waitTimeforScanResult: '60*24'
WasService: 'user-quays-df46'

0 comments on commit 905612d

Please sign in to comment.