Skip to content

Commit

Permalink
add same param as rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosQuildu committed Mar 11, 2024
1 parent a447956 commit 4096a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-semgrep-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: update staging.semgrep.dev
run: curl --fail -X POST -L https://staging.semgrep.dev/api/admin/update-registry
run: curl --fail -X POST -L https://staging.semgrep.dev/api/admin/update-registry?rule_type=sast
- name: update semgrep.dev
run: curl --fail -X POST -L https://semgrep.dev/api/admin/update-registry
run: curl --fail -X POST -L https://semgrep.dev/api/admin/update-registry?rule_type=sast

0 comments on commit 4096a8b

Please sign in to comment.