actions-rs / audit-check

🛡️ GitHub Action for security audits
https://github.com/marketplace/actions/rust-audit-check
MIT License
170 stars 39 forks source link

Do you support GHES? #226

Open retzero opened 1 year ago

retzero commented 1 year ago

Hello.

I'd like to use your audit-check action on our GHES (GitHub Enterprise Server) instance. But failed due to below error;

::group::Calling cargo-audit (JSON output)
Calling cargo-audit (JSON output)
Warning: 1 vulnerabilities found!
No warnings were found
##[debug]Action was triggered on a push event, creating a Check report
Found 1 advisory(ies)
Error: Bad credentials

FYI, api endpoint for our GHES is; https://<internal_github_domain>/api/v3.

pinkforest commented 1 year ago

This repo is atm unmaintained.

Feel free to send a PR at rustsec/audit-check which is a maintained fork.