Using this with github enterprise
We were looking to use this with our github enterprise server. However it appears that this is not supported at present and an attempt to get it supported was not merged.
Could I confirm its still the case that the action doesn't work with github enterprise, or is there a way around this?
Hello @Nessaek Take a look https://github.com/aquasecurity/setup-trivy/issues/10
In my case I have just set skip-setup-trivy: true, but the issue is the dependency graph upload, that happens in entrypoint.sh.
For this case would be better if there's a possibility to provide a custom GH API url for the snapshot submission.
I see that someone already tried to implement in the past: https://github.com/aquasecurity/trivy-action/pull/362