From c256b266014318feb52092bff1fbd5f697ec3c0d Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 22 Dec 2025 10:59:34 +0100 Subject: [PATCH] fix: fixed vulnerability scanner issue in CI/CD pipeline --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index aecc319..11ca8f0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -75,6 +75,9 @@ jobs: - name: 🛡️ Run Trivy Vulnerability Scanner uses: aquasecurity/trivy-action@master + env: + # Unset the fake GITHUB_TOKEN injected by Gitea + GITHUB_TOKEN: "" with: image-ref: ${{ steps.meta.outputs.tags }} format: 'table'