trivy-action icon indicating copy to clipboard operation
trivy-action copied to clipboard

Using this with github enterprise

Open Nessaek opened this issue 10 months ago • 2 comments

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?

Nessaek avatar Feb 07 '25 10:02 Nessaek

Hello @Nessaek Take a look https://github.com/aquasecurity/setup-trivy/issues/10

DmitriyLewen avatar Mar 18 '25 04:03 DmitriyLewen

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

pnag90 avatar Nov 25 '25 10:11 pnag90