From 09f0c84c1842447e466b8d6c71be7c54d7ebda95 Mon Sep 17 00:00:00 2001 From: Filipe Forattini Date: Wed, 11 May 2022 18:48:19 -0300 Subject: [PATCH] fix: trivy reference --- .github/workflows/service-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/service-push.yml b/.github/workflows/service-push.yml index b41d6c83..15423664 100644 --- a/.github/workflows/service-push.yml +++ b/.github/workflows/service-push.yml @@ -450,13 +450,13 @@ jobs: context: . cache-from: type=gha cache-to: type=gha,mode=max - outputs: type=docker,dest=./node-${{ matrix.node-version }}.tar + outputs: type=docker,dest=./dockerimage-node-${{ matrix.node-version }}.tar - name: Run Trivy scanner uses: aquasecurity/trivy-action@master with: scan-type: image - input: ./node-${{ matrix.node-version }}.tar + input: ./dockerimage-node-${{ matrix.node-version }}.tar format: 'sarif' severity: 'CRITICAL,HIGH' output: 'trivy-results.sarif'