From f61cfb6639e35c8871e4bba36c90f67ae58dbba9 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Tue, 21 Feb 2023 15:59:01 +0100 Subject: [PATCH] ci: update Syft to 0.72.0 and Grype to 0.57.1 --- .github/actions/install_syft_grype/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install_syft_grype/action.yml b/.github/actions/install_syft_grype/action.yml index 7d4f127d9b1..2d351dde10c 100644 --- a/.github/actions/install_syft_grype/action.yml +++ b/.github/actions/install_syft_grype/action.yml @@ -7,8 +7,8 @@ runs: shell: bash working-directory: /tmp env: - SYFT_VERSION: "0.70.0" - GRYPE_VERSION: "0.56.0" + SYFT_VERSION: "0.72.0" + GRYPE_VERSION: "0.57.1" OS: ${{ runner.os }} ARCH: ${{ runner.arch }} run: |