trivy-azure-pipelines-task
trivy-azure-pipelines-task copied to clipboard
publish results from other results / sources
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