Skip to content

Commit 17019d6

Browse files
committed
update trivy version and include venv in path
1 parent 3479c8a commit 17019d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/mxab/pre-commit-trivy.git
3-
rev: v0.5.1
3+
rev: v0.12.0
44
hooks:
55
- id: trivyfs-docker
66
args:
@@ -12,6 +12,8 @@ repos:
1212
- /src/target
1313
- --skip-dirs
1414
- /src/.idea
15+
- --skip-dirs
16+
- /src/venv
1517
- --skip-files
1618
- /src/e2e/docker/localstack/kms/seed.yaml
1719
- .

0 commit comments

Comments
 (0)