aquasecurity / trivy-azure-pipelines-task

An Azure Pipelines Task for trivy
https://marketplace.visualstudio.com/items?itemName=AquaSecurityOfficial.trivy-official
MIT License
47 stars 34 forks source link

publish results from other results / sources #76

Open BuriKizilkaya opened 2 months ago

BuriKizilkaya commented 2 months ago

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