aquasecurity / trivy-action

Runs Trivy as GitHub action to scan your Docker container image for vulnerabilities
Apache License 2.0
731 stars 216 forks source link

generate html and sarif report #115

Open javixeneize opened 2 years ago

javixeneize commented 2 years ago

Hi

Is it possible to generate both a sarif and html report using this action?

Thanks

simar7 commented 2 years ago

hi @javixeneize - today this is only possible if you run the action twice, one with SARIF and one with HTML format. We don't support multiple formats at once.

saerosV commented 1 year ago

Hi @simar7. Could you show an example of how to generate a report in HTML format? I couldn't find any examples in the repo.