Browse Source

Fix trivy vex line (#10970)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/10386/head
Derek Nola 2 months ago committed by GitHub
parent
commit
ab89363e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/trivy.yaml

2
.github/workflows/trivy.yaml

@ -40,7 +40,7 @@ jobs:
make package-image
make tag-image-latest
- name: Download Rancher's VEX Hub report
- name: Download Rancher's VEX Hub report
run: curl -fsSO https://raw.githubusercontent.com/rancher/vexhub/refs/heads/main/reports/rancher.openvex.json
- name: Run Trivy vulnerability scanner

Loading…
Cancel
Save