File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 --scanners vuln,misconfig,secret \
4646 --severity CRITICAL,HIGH \
4747 --format table \
48- --exit-code 1 \
49- --vuln-type os,library \
5048 --output trivy-reports/trivy_scan_report.txt
5149
5250 - name : Run Trivy Image Scan - vllm-cpu
@@ -55,22 +53,10 @@ jobs:
5553 trivy image \
5654 --severity HIGH,CRITICAL \
5755 --format table \
58- --exit-code 1 \
59- --vuln-type os,library \
6056 --output trivy-reports/trivy-vllm-cpu.txt \
6157 public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:v0.10.2 || \
6258 echo "Image scan skipped - image not available locally" > trivy-reports/trivy-vllm-cpu.txt
6359
64- - name : Run Trivy Image Scan - vllm-gaudi
65- continue-on-error : true
66- run : |
67- trivy image \
68- --severity HIGH,CRITICAL \
69- --format table \
70- --output trivy-reports/trivy-vllm-gaudi.txt \
71- opea/vllm-gaudi:1.22.0 || \
72- echo "Image scan skipped - image not available locally" > trivy-reports/trivy-vllm-gaudi.txt
73-
7460 - name : Upload Trivy Reports
7561 if : always()
7662 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments