From 4ca03c794d95e9a0a4a75f0232d9a477415c2e38 Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Tue, 21 May 2024 09:03:18 +0800 Subject: [PATCH] Update trivy version --- .github/workflows/build-trivy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-trivy.yaml b/.github/workflows/build-trivy.yaml index ceba4cc..56afde8 100644 --- a/.github/workflows/build-trivy.yaml +++ b/.github/workflows/build-trivy.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Oracle Corporation and/or its affiliates. +# Copyright 2023, 2024 Oracle Corporation and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at # https://oss.oracle.com/licenses/upl. @@ -37,7 +37,5 @@ jobs: shell: bash run: | DIR=`mktemp -d` - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.38.3 + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ${DIR} v0.51.2 ${DIR}/trivy fs --exit-code 1 . - - \ No newline at end of file