From 58ab76ba15a0630a3db7752467099a02233c9cda Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Tue, 23 Apr 2024 14:05:22 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1a8404..4a100a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,6 @@ jobs: push: false tags: rancher/hardened-flannel:${{ env.TAG }}-arm64 file: Dockerfile - outputs: type=docker platforms: linux/arm64 - name: Run Trivy vulnerability scanner @@ -68,4 +67,4 @@ jobs: exit-code: '1' ignore-unfixed: true vuln-type: 'os,library' - severity: 'CRITICAL,HIGH' \ No newline at end of file + severity: 'CRITICAL,HIGH'