trivy-azure-pipelines-task icon indicating copy to clipboard operation
trivy-azure-pipelines-task copied to clipboard

publish results from other results / sources

Open BuriKizilkaya opened this issue 5 months ago • 0 comments

Is it possible to publish the results of the trivy scan, when the SBOM + Vulnerability Scan was built from a custom script task?

for example:


- script: |
     docker run trivy ... -o /results.json

- task: trivy@1
   inputs:
     result_path: /results.json

BuriKizilkaya avatar Sep 11 '24 05:09 BuriKizilkaya