Skip to content

Commit

Permalink
re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jun 24, 2024
1 parent 0b26480 commit f8fa221
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/trivvy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on wis2box-api
- name: Run Trivy vulnerability scanner on wis2box-webapp
uses: aquasecurity/[email protected]
with:
image-ref: 'ghcr.io/wmo-im/wis2box-api:latest'
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-webapp
- name: Run Trivy vulnerability scanner on wis2box-ui
uses: aquasecurity/[email protected]
with:
image-ref: 'ghcr.io/wmo-im/wis2box-webapp:latest'
image-ref: 'ghcr.io/wmo-im/wis2box-ui:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on wis2box-ui
- name: Run Trivy vulnerability scanner on wis2box-api
uses: aquasecurity/[email protected]
with:
image-ref: 'ghcr.io/wmo-im/wis2box-ui:latest'
image-ref: 'ghcr.io/wmo-im/wis2box-api:latest'
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit f8fa221

Please sign in to comment.