From 354dbd1167a314bb8920e480925d6387d7459728 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Sun, 15 Feb 2026 23:03:15 +0100 Subject: [PATCH] Use image tag Signed-off-by: Maksim Nabokikh --- .github/workflows/artifacts.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index e4e511c9..d2fb4a00 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -204,19 +204,13 @@ jobs: key: trivy-cache-${{ steps.date.outputs.date }} restore-keys: trivy-cache- - - name: Debug - list extracted files - run: | - ls -la image/ - find image -type f | head -20 - - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 with: - input: image format: sarif output: trivy-results.sarif - scan-type: "fs" - scan-ref: "." + scan-type: "image" + scan-ref: ${{ steps.image-ref.outputs.value }} cache-dir: "./cache" # Disable skipping trivy cache for now env: