ramesh1983

Results 3 comments of ramesh1983

hi I am getting same issue now. I have tried all the options but nothing works (yaml,azure devops tasks) , removing EOF and other stuff.. Result Attachments will be stored...

trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: owaspzap@1 inputs: threshold: '150' scantype: 'targetedScan' url: 'example.com' port: '443' - task: CopyFiles@2 inputs: SourceFolder: 'owaspzap/' Contents: '**' TargetFolder: '$(Build.ArtifactStagingDirectory)' -...