Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- id: trivyfs-docker
name: trivyfs-docker
entry: aquasec/trivy:0.72.0 fs --cache-dir /src/.pre-commit-trivy-cache --exit-code 1
entry: aquasec/trivy:0.73.0 fs --cache-dir /src/.pre-commit-trivy-cache --exit-code 1
language: docker_image
pass_filenames: false

- id: trivyconfig-docker
name: trivyconfig-docker
entry: aquasec/trivy:0.72.0 config --cache-dir /src/.pre-commit-trivy-cache --exit-code 1
entry: aquasec/trivy:0.73.0 config --cache-dir /src/.pre-commit-trivy-cache --exit-code 1
language: docker_image
pass_filenames: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ You can also use the `trivyconfig-docker` to scan for misconfigurations [trivy c

## trivyfs-docker

pre-commit will use the `aquasec/trivy:0.72.0` docker image and run it inside a docker container.
pre-commit will use the `aquasec/trivy:0.73.0` docker image and run it inside a docker container.

```yaml
repos:
- repo: https://github.com/mxab/pre-commit-trivy.git
rev: v0.72.0
rev: v0.73.0
hooks:
- id: trivyfs-docker
args:
Expand Down