Skip to content

Commit

Permalink
run osemgrep validate --pro (#3481)
Browse files Browse the repository at this point in the history
test plan:
osemgrep validate --pro .
  • Loading branch information
aryx authored Sep 26, 2024
1 parent 81e40c5 commit ecba02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semgrep-rules-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v2
with:
path: semgrep-rules
- name: run osemgrep validate --pro
run: docker run --rm -w /src -v ${GITHUB_WORKSPACE}/semgrep-rules:/src semgrep/semgrep:pro-develop semgrep validate --pro .
- name: run osemgrep test --pro
run: docker run --rm -w /src -v ${GITHUB_WORKSPACE}/semgrep-rules:/src semgrep/semgrep:pro-develop semgrep test --pro .
#TODO: we can delete all the rest below and also scripts/run-tests
Expand Down

0 comments on commit ecba02c

Please sign in to comment.