We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57ff56 commit 5bc995bCopy full SHA for 5bc995b
2 files changed
.pre-commit-config.yaml
@@ -17,6 +17,14 @@ repos:
17
files: ^(.github)
18
- repo: local
19
hooks:
20
+ - id: grype-scan-local
21
+ name: Grype scan local changes
22
+ entry: make
23
+ args: ["grype-scan-local"]
24
+ language: system
25
+ pass_filenames: false
26
+ always_run: true
27
+
28
- id: check-commit-signing
29
name: Check commit signing
30
description: Ensures that commits are GPG signed
@@ -45,6 +53,7 @@ repos:
45
53
- -c
46
54
- "git-secrets --pre_commit_hook"
47
55
language: system
56
48
57
- id: lint-githubactions
49
58
name: Lint github actions
50
59
entry: make
.trivyignore.yaml
0 commit comments