Skip to content

Commit

Permalink
add tests on images build in other repo's
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jun 21, 2024
1 parent b0dcab3 commit a4a0e3d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/trivvy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,31 @@ jobs:
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on wis2box-api
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: 'ghcr.io/wmo-im/wis2box-api:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on wis2box-webapp
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: 'ghcr.io/wmo-im/wis2box-webapp:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on wis2box-ui
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: 'ghcr.io/wmo-im/wis2box-ui:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit a4a0e3d

Please sign in to comment.