Skip to content

Commit

Permalink
fix: set semgrep version in CI to 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarboq committed Oct 26, 2023
1 parent 60e341e commit 4d7ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install Semgrep
run: |
pip install semgrep
pip install semgrep==1.45.0
- name: Run Semgrep
run: semgrep --config https://github.com/avnu-labs/semgrep-cairo-rules/releases/download/v0.0.1/cairo-rules.yaml ./src > semgrep-output.txt
- name: Save Semgrep Output as an Artifact
Expand Down

0 comments on commit 4d7ede0

Please sign in to comment.