Skip to content

Commit

Permalink
semgrep-self-test: move in assets/semgrep_rules directory before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 16, 2024
1 parent baf6325 commit de50dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python3 -m pip --disable-pip-version-check install -r requirements.txt
shell: bash
- run: |
semgrep --test --disable-version-check --strict --metrics=off
cd assets/semgrep_rules/; semgrep --test --disable-version-check --strict --metrics=off
shell: bash
- run: |
JSON=$(semgrep \
Expand Down

0 comments on commit de50dc5

Please sign in to comment.