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'