Skip to content

Commit 4e8db26

Browse files
committed
Reenable the grype scan
1 parent b0b7aa6 commit 4e8db26

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323

2424
- repo: local
2525
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
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
3333

3434
- id: check-commit-signing
3535
name: Check commit signing

0 commit comments

Comments
 (0)