diff --git a/.github/workflows/semgrep-rules-test.yml b/.github/workflows/semgrep-rules-test.yml index 3b64344..3e7482d 100644 --- a/.github/workflows/semgrep-rules-test.yml +++ b/.github/workflows/semgrep-rules-test.yml @@ -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