Closed gavinsteinhoff closed 5 years ago
You can configure this using the format option:
steps:
- task: dependency-check.dependencycheck.dependency-check-build-task.dependency-check-build-task@5
displayName: 'Dependency Check'
inputs:
projectName: 'Puma Prey'
scanPath: '**/*.csproj'
format: 'HTML,JSON,JUNIT'
failOnCVSS: 9
additionalArguments: '--scan "$(Build.SourcesDirectory)\**\packages.config"'
Valid options are:
CSV,HTML,JSON,JUNIT,XML
Is it possible to output only two file types instead of all?