Closed RolfMoleman closed 7 months ago
Code is already provided here: https://github.com/dependency-check/azuredevops/pull/93/
We just need to split it out from that, and make a new PR. After the new build pipeline is running, I can look into this.
Hi,
Currently the extension enables the publishing of a "Dependency Check" artifact if violations are found. id like to suggest adding in a conditional step such that if a report is generated with the sarif extension it is automatically published to the "CodeAnalysisLogs" artifact for ingestion into the scans tab.
This can currently be achieved by adding an additional step to the pipeline e.g
or if publishing multiple file formats:
However having this built int he extension would remove the need for this.