Skip to content

Commit

Permalink
test on semgrep 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Feb 19, 2024
1 parent 21071ba commit 88f7442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semgrep-rules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
include:
- semgrep_version: '1.56.0'
install_command: 'python3 -m pip install semgrep==1.56.0'
- semgrep_version: '1.58.0'
install_command: 'python3 -m pip install semgrep==1.58.0'
- semgrep_version: 'latest'
install_command: 'python3 -m pip install semgrep'
steps:
Expand All @@ -28,7 +30,7 @@ jobs:
- name: Install Semgrep
run: ${{ matrix.install_command }}
- name: Validate rules
run: semgrep --validate --config .
run: semgrep --validate --config rules
- name: Run semgrep
run: semgrep --test --test-ignore-todo
continue-on-error: ${{ matrix.semgrep_version == 'latest' }}

0 comments on commit 88f7442

Please sign in to comment.