diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e348cea..ed554af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: # ── CVE scan of source tree and Cargo.lock ────────────────────────────── - name: Trivy — filesystem scan (Cargo.lock + source) if: always() - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.34.1 with: scan-type: fs scan-ref: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d53d76..522c132 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: # ── CVE scan of the pushed image ──────────────────────────────────────── # Images are FROM scratch — no OS packages, only binary CVE scan - name: Trivy — image scan (${{ matrix.name }}) - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.34.1 with: scan-type: image image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.ver.outputs.tag }}${{ matrix.suffix }}