Open BuriKizilkaya opened 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
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: