From 7136643c39faa39a727e9a5ee0dd1c1d509d5fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:00:45 +0000 Subject: [PATCH] deps: update aquasecurity/trivy-action action to v0.9.2 Signed-off-by: Renovate Bot --- .github/workflows/security-scans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index 64d20905fd..66548ef348 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -192,7 +192,7 @@ jobs: path: images - name: Trivy image scan - uses: aquasecurity/trivy-action@0.9.1 + uses: aquasecurity/trivy-action@0.9.2 with: input: "images/${{ matrix.image }}-image.tar/${{ matrix.image }}-image.tar" severity: 'CRITICAL,HIGH'