Skip to content

Commit 0ef728b

Browse files
authored
Update code-scans.yaml
1 parent 7def7f5 commit 0ef728b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/code-scans.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
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

0 commit comments

Comments
 (0)