From 1d76e4bdd925a07746be2bba3bb719a78c95b7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:28:34 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.28.0 to 0.35.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.35.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.28.0...0.35.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/server-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-security.yml b/.github/workflows/server-security.yml index e1de855..7f3ef27 100644 --- a/.github/workflows/server-security.yml +++ b/.github/workflows/server-security.yml @@ -32,7 +32,7 @@ jobs: run: pip-audit - name: Trivy filesystem scan - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: fs ignore-unfixed: true