Guilherme Marz Vazzolla

Results 20 comments of Guilherme Marz Vazzolla

I think this is a great addition to Trivy, it would greatly benefit people who don't have access to GitHub Advanced Security. A [similar feature was already proposed and discussed...

@michadvorak-cen38289 Were you able to make the following piece of code work, with an existing format or template? ``` - uses: aquasecurity/trivy-action@master with: format: template template: "@trivy/github-markdown.tpl" output: ${{ github.step_summary...

Hi @dstrates. Correct, the template needs to exist. I tested using the HTML template: ```YAML format: template template: "@/contrib/html.tpl" output: ${{ github.step_summary }} ``` and the `table` format, but still...

This issue can now be closed since #3202 (related PR) was also closed. @itaysk.

Thanks for the follow-up, @b34rd-tek. DefectDojo seems to be one of the best ways of visualizing the reports. > The action from Aquasec Just to confirm, the action mentioned is...

Got it, thanks again!

The issue should stay open, given that the extension wasn't uploaded to Open VSX yet.

@jgabuya usually just waiting for a while and re-running the job or triggering a new one works for me.

@sysophost @ahmetrehaseker What version of the tfsec-commenter-action are you guys using? Try forcing the use of the `1.2.0` version, it might solve this problem. A similar error was described [here](https://github.com/aquasecurity/tfsec-pr-commenter-action/issues/88#issue-1435381406).