trailofbits / semgrep-rules

Semgrep queries developed by Trail of Bits.
GNU Affero General Public License v3.0
317 stars 33 forks source link

Remove dev.semgrep.dev from update-registry job #45

Closed mschwager closed 6 months ago

mschwager commented 8 months ago

It looks like this job started failing within the past 3 months: https://github.com/trailofbits/semgrep-rules/actions/workflows/update-semgrep-registry.yml.

I'm seeing the same behavior locally:

$ curl --fail -X POST -L https://dev.semgrep.dev/api/admin/update-registry
curl: (22) The requested URL returned error: 404
$ curl --fail -X POST -L https://staging.semgrep.dev/api/admin/update-registry
{"status":"Started processing"}
$ curl --fail -X POST -L https://semgrep.dev/api/admin/update-registry
{"status":"Started processing"}

cc @LewisArdern does this look correct to you?