From 2faad89a6380867560b23739623c3e007da3cc81 Mon Sep 17 00:00:00 2001 From: Maaike Date: Fri, 1 Nov 2024 08:36:39 +0100 Subject: [PATCH] wis2downloader not build locally --- .github/workflows/trivvy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/trivvy.yml b/.github/workflows/trivvy.yml index 036973617..dc3f753eb 100644 --- a/.github/workflows/trivvy.yml +++ b/.github/workflows/trivvy.yml @@ -50,15 +50,11 @@ jobs: ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH' - - name: Build wis2downloader - if: always() - run: | - docker build -t wis2downloader:test wis2downloader - name: Run Trivy vulnerability scanner on wis2downloader if: always() uses: aquasecurity/trivy-action@0.20.0 with: - image-ref: 'wis2downloader:test' + image-ref: 'ghcr.io/wmo-im/wis2downloader:latest' format: 'table' exit-code: '1' ignore-unfixed: true