Skip to content

Commit

Permalink
Upgrade semgrep version
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Feb 20, 2024
1 parent 5f53089 commit 1ebae89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ repos:
- id: bandit

- repo: https://github.com/returntocorp/semgrep
rev: "v1.14.0"
rev: "v1.61.1"
hooks:
- id: semgrep
name: Semgrep
args: ["--config", "auto", "--error", "--exclude-rule", "python.sqlalchemy.security.audit.avoid-sqlalchemy-text.avoid-sqlalchemy-text"]
args: ["--config", "auto", "--error"]

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements = \
dev_requirements = \
nbdev-mkdocs==0.2.2 \
bandit==1.7.4 \
semgrep==1.14.0 \
semgrep==1.61.1 \
pytest==7.2.1 \
black==23.1.0 \
mypy==1.0.1 \
Expand Down

0 comments on commit 1ebae89

Please sign in to comment.