Skip to content

Commit

Permalink
fix gh action semgrep run (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosQuildu authored Oct 13, 2023
1 parent 626932d commit 331b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep-rules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
python -m pip install --upgrade pip
python3 -m pip install semgrep
- name: validations
run: python -m semgrep --validate --config .
run: semgrep --validate --config .
- name: tests
run: python -m semgrep --test --test-ignore-todo
run: semgrep --test --test-ignore-todo

0 comments on commit 331b19f

Please sign in to comment.