From e5da932e69e022b952341690a5089d2464fd773c Mon Sep 17 00:00:00 2001 From: pm Date: Fri, 8 May 2026 12:07:51 +0000 Subject: [PATCH] Modificar .gitea/workflows/deploy.yaml asd --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bbab475..37689e3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: Gitleaks Scan run: | curl -sL https://github.com/gitleaks/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_linux_x64.tar.gz | tar -xz -C /tmp - /tmp/gitleaks detect --source . --verbose --redact --exit-code 1 + /tmp/gitleaks protect --source . --verbose --redact --staged --exit-code 1 # 2. SCA - Verifica vulnerabilidades no Nginx - name: Scan Docker Image Vulnerabilities (Trivy)