diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index add4539f7f2..21716999936 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -44,7 +44,7 @@ jobs: run: curl -fsSO https://raw.githubusercontent.com/rancher/vexhub/refs/heads/main/reports/rancher.openvex.json - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.30.0 with: image-ref: 'rancher/k3s:latest' format: 'table'