Skip to content

Commit

Permalink
deploy network & monitor all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tNE1K committed Nov 30, 2024
1 parent f4839ed commit ab2ba4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
#Trivy scan
- name: Trivy scan
run: |
sudo echo "" >> trivy-report.txt
sudo docker images -q | xargs -n 1 -I {} trivy image {} --severity CRITICAL,HIGH --exit-code 0 >> trivy-report.txt
pwd
sudo echo "" >> ../../trivy-report.txt
sudo docker images -q | xargs -n 1 -I {} trivy image {} --severity CRITICAL,HIGH --exit-code 0 >> ../../trivy-report.txt
#Job monitor
deploy_monitor:
Expand Down

0 comments on commit ab2ba4b

Please sign in to comment.