-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc6b6c0
commit 2faad89
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|