Skip to content

Commit

Permalink
Update trivvy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jun 27, 2024
1 parent d48b12c commit 6f6ae0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trivvy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Build wis2box-mqtt-metrics-collector
if: always()
run: |
docker build -t wis2box-mqtt-metrics-collector:test wis2box-mqtt-metrics-collector
- name: Run Trivy vulnerability scanner on wis2box-mqtt-metrics-collector
Expand All @@ -35,6 +36,7 @@ jobs:
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Build wis2box-broker
if: always()
run: |
docker build -t wis2box-broker:test wis2box-broker
- name: Run Trivy vulnerability scanner on wis2box-broker
Expand All @@ -48,6 +50,7 @@ jobs:
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
Expand Down

0 comments on commit 6f6ae0f

Please sign in to comment.