From 95de623a8d42382cad0cd46cd674b3af7b96a616 Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Thu, 21 Mar 2024 12:38:48 +0200 Subject: [PATCH] test trivy --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b91bcc860..a7f7a6cf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@0.12.0 with: - image-ref: $("${{ steps.operator_meta.outputs.tags }}" | head -n 1) + image-ref: echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1 format: 'table' exit-code: '1' severity: 'CRITICAL,HIGH'