Skip to content

Commit 5bc995b

Browse files
committed
more remove trivy
1 parent e57ff56 commit 5bc995b

2 files changed

Lines changed: 9 additions & 36 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ repos:
1717
files: ^(.github)
1818
- repo: local
1919
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+
2028
- id: check-commit-signing
2129
name: Check commit signing
2230
description: Ensures that commits are GPG signed
@@ -45,6 +53,7 @@ repos:
4553
- -c
4654
- "git-secrets --pre_commit_hook"
4755
language: system
56+
4857
- id: lint-githubactions
4958
name: Lint github actions
5059
entry: make

.trivyignore.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)