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 Nov 1, 2020
1 parent a14b6d5 commit a4533cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 2,17 @@

steps:
- task: QualysWASConnector@1
displayName: "Qualys WAS scan"
inputs:
webApplication: '267694489-DF-TiredfulAPI'
scanType: 'VULNERABILITY'
failBySeverity4: true
sev4: '0'
failBySeverity5: true
sev5: '0'
failwithAnyQIDs: true
qidlist: '150022'
failIfWasCouldNotScan: true
dataCheckFrequency: '5'
waitTimeforScanResult: '60*24'
WasService: 'qualys-us2-conn'

0 comments on commit a4533cc

Please sign in to comment.