From 40aa2bddc3400ad82116d9530749ace9a669845a Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 8 Nov 2025 18:00:47 +0100 Subject: [PATCH] test: remove explicit path to fall back to default --- .gitea/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index aae5763..18b30ec 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -32,9 +32,5 @@ jobs: version: v0.66.0 - name: Setup DB uses: ./setup-db - with: - cache-dir: ${{ runner.temp }}/trivy - name: Run Trivy - env: - TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy - run: trivy fs --skip-db-update . + run: trivy fs --skip-db-update --cache-dir ${{ runner.temp }}/trivy .