Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit c6d44de

Browse files
committed
Pre commit hook config
1 parent 96afb21 commit c6d44de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: semgrep
2+
name: Semgrep Scan
3+
description: Pre-commit hook for Semgrep with diff awareness.
4+
entry: semgrep-precommit
5+
language: python
6+
args: ["--disable-version-check", "--quiet", "--skip-unknown-extensions"]

0 commit comments

Comments
 (0)