Skip to content

Commit

Permalink
wis2downloader not build locally
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 1, 2024
1 parent bc6b6c0 commit 2faad89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/trivvy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
image-ref: 'wis2downloader:test'
image-ref: 'ghcr.io/wmo-im/wis2downloader:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit 2faad89

Please sign in to comment.