From 0e5e088438971c977f1d09e35b202592fd5461bb Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Thu, 9 Apr 2026 13:36:49 +0200 Subject: [PATCH] fix(ci): fix Trivy action version (v0.35.0) --- .github/workflows/release-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-gate.yml b/.github/workflows/release-gate.yml index 43c6ec5..6a279c9 100644 --- a/.github/workflows/release-gate.yml +++ b/.github/workflows/release-gate.yml @@ -346,7 +346,7 @@ jobs: run: docker load < /tmp/docling-studio-${{ matrix.target }}.tar.gz - name: Run Trivy — CRITICAL (blocking) - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.35.0 with: image-ref: docling-studio:${{ matrix.target }} format: table @@ -356,7 +356,7 @@ jobs: - name: Run Trivy — HIGH (informational) if: always() - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@v0.35.0 with: image-ref: docling-studio:${{ matrix.target }} format: table