Skip to content

Commit fdb9e7c

Browse files
committed
fix
1 parent 90793f5 commit fdb9e7c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ 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
33+
2634
- id: zizmor-action
2735
name: Check action.yml
2836
entry: zizmor

0 commit comments

Comments
 (0)