Skip to content

Commit 4f378e0

Browse files
committed
feat(lab4): juice-shop SBOM + Grype/Trivy comparison + sign-ready attestation
1 parent 175c36d commit 4f378e0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
default_stages: [commit]
2+
3+
repos:
4+
- repo: https://github.com/gitleaks/gitleaks
5+
rev: v8.18.2
6+
hooks:
7+
- id: gitleaks
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
9+
rev: v4.6.0
10+
hooks:
11+
- id: detect-private-key
12+
- id: check-added-large-files
13+
args: ['--maxkb=5000']

0 commit comments

Comments
 (0)