Skip to content

Commit 0af1a53

Browse files
committed
fix
1 parent 88ba8f0 commit 0af1a53

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ _site/
2828
vendor
2929
.cfn_guard_out/
3030
.trivy_out/
31+
.sbom/

.grype.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
# path-to-regexp - dependency of aws-sdk-client-mock
3+
- vulnerability: GHSA-j3q9-mxjg-w52f

.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: check-commit-signing
2735
name: Check commit signing
2836
description: Ensures that commits are GPG signed

0 commit comments

Comments
 (0)