From dd5fab7f351426a15b96cc3139a894cbfad5d8ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:25:57 +0000 Subject: [PATCH] chore(deps): update dependency google/osv-scanner to v2.5.1 --- ci/setup-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/setup-tools.sh b/ci/setup-tools.sh index c24ca8de..6d9f52eb 100644 --- a/ci/setup-tools.sh +++ b/ci/setup-tools.sh @@ -15,8 +15,8 @@ TRIVY_VERSION="${TRIVY_VERSION:-v0.71.1}" TRIVY_SHA256="${TRIVY_SHA256:-3cbae37cd440cd8676e5ce9207fe460b5641c7579a17e9d00f8894928c41a88d}" # renovate: datasource=github-release-attachments depName=google/osv-scanner -OSV_SCANNER_VERSION="${OSV_SCANNER_VERSION:-v2.4.0}" -OSV_SCANNER_SHA256="${OSV_SCANNER_SHA256:-15314940c10d26af9c6649f150b8a47c1262e8fc7e17b1d1029b0e479e8ed8a0}" +OSV_SCANNER_VERSION="${OSV_SCANNER_VERSION:-v2.5.1}" +OSV_SCANNER_SHA256="${OSV_SCANNER_SHA256:-f9f25499a2c8cc367b3af45df2ea7eeca7fbccceab9c35079968f4b3652194be}" # renovate: datasource=github-release-attachments depName=opengrep/opengrep OPENGREP_VERSION="${OPENGREP_VERSION:-v1.25.0}"