I created a template using the OWASP Dependency check plugin task in Azure Pipeline.
I pass the Dependency file of c# it works sometimes.some time fails.
if I run 10 times pipeline 3 times it fails.
Does anyone have any suggestions for this BUG?
- task: dependency-check-build-task@6
displayName: “OWASP Scan”
inputs:
projectName: “API”
scanPath: “src/**/DependencyInjection.cs”
format: “XML, HTML”
dependencyCheckVersion: 8.2.1
retryCountOnTaskFailure: 5
continueOnError: true