From 4016b1999d3059175879ced0647001c662e90f54 Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Thu, 16 Jul 2026 11:46:06 -0300 Subject: [PATCH] Fix Grype Scan: bump grype to v0.115.0 (v0.92.2 can't load current DB) Signed-off-by: CarlosFelipeOR (cherry picked from commit 3c8e750bb6e7a6a6e6bfaea68fe1ebd251acb078) --- .github/grype/run_grype_scan.sh | 2 +- .github/workflows/grype_scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/grype/run_grype_scan.sh b/.github/grype/run_grype_scan.sh index af428e37d669..9cf99e9f9f9c 100755 --- a/.github/grype/run_grype_scan.sh +++ b/.github/grype/run_grype_scan.sh @@ -3,7 +3,7 @@ set -e IMAGE=$1 -GRYPE_VERSION=${GRYPE_VERSION:-"v0.92.2"} +GRYPE_VERSION=${GRYPE_VERSION:-"v0.115.0"} docker pull $IMAGE docker pull anchore/grype:${GRYPE_VERSION} diff --git a/.github/workflows/grype_scan.yml b/.github/workflows/grype_scan.yml index b6ac8e923bcd..a3a4b644a384 100644 --- a/.github/workflows/grype_scan.yml +++ b/.github/workflows/grype_scan.yml @@ -30,7 +30,7 @@ env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - GRYPE_VERSION: "v0.92.2-arm64v8" + GRYPE_VERSION: "v0.115.0-arm64v8" jobs: grype_scan: