Skip to content

Commit 3fc2076

Browse files
committed
ci: add osv-scanner to pre-commit
1 parent 9bf871e commit 3fc2076

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ repos:
2727
hooks:
2828
- id: conventional-pre-commit
2929
stages: [commit-msg]
30-
args: []
30+
args: []
31+
32+
- repo: https://github.com/google/osv-scanner
33+
rev: v2.3.1
34+
hooks:
35+
- id: osv-scanner

0 commit comments

Comments
 (0)