We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b7aa6 commit 4e8db26Copy full SHA for 4e8db26
1 file changed
.pre-commit-config.yaml
@@ -23,13 +23,13 @@ repos:
23
24
- repo: local
25
hooks:
26
- # - id: grype-scan-local
27
- # name: Grype scan local changes
28
- # entry: make
29
- # args: ["grype-scan-local"]
30
- # language: system
31
- # pass_filenames: false
32
- # always_run: true
+ - id: grype-scan-local
+ name: Grype scan local changes
+ entry: make
+ args: ["grype-scan-local"]
+ language: system
+ pass_filenames: false
+ always_run: true
33
34
- id: check-commit-signing
35
name: Check commit signing
0 commit comments