From 0fe76b99d07ef5b844b6076bbe0a939d393c6f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:58:24 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action Bumps the github_actions group with 1 update in the /.github/workflows directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/trivy-scan-openmetadata-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan-openmetadata-server.yml b/.github/workflows/trivy-scan-openmetadata-server.yml index f182bc314802..10cc8d9d15e2 100644 --- a/.github/workflows/trivy-scan-openmetadata-server.yml +++ b/.github/workflows/trivy-scan-openmetadata-server.yml @@ -34,7 +34,7 @@ jobs: run: | docker build -t openmetadata-server:trivy -f docker/development/Dockerfile . - name: Run Trivy Image Scan - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: "image" image-ref: openmetadata-server:trivy