diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 0b515265..13fe084b 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -214,7 +214,7 @@ jobs: input: docker-image format: sarif output: trivy-results.sarif - scan-type: "fs" + scan-type: "rootfs" scan-ref: "." cache-dir: "./cache" # Disable skipping trivy cache for now