fix(ci): fix Trivy action version (v0.35.0)
This commit is contained in:
parent
2aa56d8ca2
commit
0e5e088438
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-gate.yml
vendored
4
.github/workflows/release-gate.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue