Open chadhutchins182 opened 5 months ago
i have the same behavour with trivy config. The sarif output fails the pipeline without any error
Unfortunately we don't have a GHES setup to test this on. We can keep this issue open to see if anyone else has something to share about it.
Hi @chadhutchins182 !
Are you encountering a issue with the latest version of action (0.26)?
I'm attempting to scan a image on a GHES 3.12 with a action runner in a docker container using @myoung34 container https://github.com/myoung34/docker-github-actions-runner.
When specifying sarif format (with and without template defined) the scan fails but no information is given why, it simply fails after stating:
Building SARIF report with options: --exit-code 0 --vuln-type os,library containers.github.nrlmry.navy.mil/github-user-dashboard/gud-editor:8258c13d6368bc18e53c8dd3ffc2af306f967d38
Running with debug does not yield any additional information. However running with the default output (table) produces results and the action completes successfully.
I've logged into the runner container to see if the sarif file is produced, and it is not. I've tried JSON as well and that fails a bit differently:
Any help in figuring out how to diagnose this would be greatly appreciated!