From 79f6fe0b239880d5f13fd063bfd6b5188056adbe Mon Sep 17 00:00:00 2001 From: Arne Baeumler Date: Sat, 17 Jan 2026 20:20:43 +0100 Subject: [PATCH] fix: ci pipeline --- .gitea/workflows/publish-docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-docker.yml b/.gitea/workflows/publish-docker.yml index 9db0421..73737ac 100644 --- a/.gitea/workflows/publish-docker.yml +++ b/.gitea/workflows/publish-docker.yml @@ -43,7 +43,7 @@ jobs: # Step 2: Scan the local image with Trivy - name: Run Trivy vulnerability scanner - uses: https://github.com/aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@master with: image-ref: 'local_scan_target:${{ github.sha }}' format: 'table' @@ -51,7 +51,6 @@ jobs: ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH' - cache: false # Step 3: If scan passes, Build and Push to Registry - name: Build and push Docker image