From c7175d23cebc0a18658d29d6d368157db30b0122 Mon Sep 17 00:00:00 2001 From: Bojan Milevski Date: Mon, 3 Aug 2026 15:13:41 +0200 Subject: [PATCH] chore(deps): bump `trivy` version to `0.73.0` --- .pre-commit-hooks.yaml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 384692b..9ad1788 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/README.md b/README.md index 8cd36a4..fd4fed7 100644 --- a/README.md +++ b/README.md @@ -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: