From 317f5d7f54f6a1df5faa21b903051ca99816fdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:09:10 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.34.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.34.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.28.0...0.34.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-security.yml b/.github/workflows/release-security.yml index 05beeff..95e6d6f 100644 --- a/.github/workflows/release-security.yml +++ b/.github/workflows/release-security.yml @@ -31,7 +31,7 @@ jobs: - name: Build container run: docker build -f apps/collector/Dockerfile -t ghcr.io/${{ github.repository }}/collector:${{ github.ref_name }} . - name: Trivy scan image - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.34.1 with: image-ref: ghcr.io/${{ github.repository }}/collector:${{ github.ref_name }} severity: CRITICAL,HIGH