From 0b6e1301fbacaa0c14f1d3b0257e31ed74c7fa34 Mon Sep 17 00:00:00 2001 From: JosueUPT Date: Wed, 11 Dec 2024 21:42:18 -0500 Subject: [PATCH] fix-semgrep --- .github/workflows/php-tests.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index c441b3a9..77b32e14 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -400,23 +400,8 @@ jobs: echo "🔍 ANÁLISIS DE SEGURIDAD SEMGREP" echo "==============================" - # Ejecutar scan con formato limpio - semgrep scan \ - --config "p/php" \ - --config "p/security-audit" \ - --no-git-ignore \ - --max-target-bytes=5000000 \ - --quiet \ - --disable-version-check \ - --no-rewrite-rule-ids \ - --metrics=off \ - --max-log-list-entries=0 \ - --exclude "vendor/*" \ - --exclude "coverage/*" \ - --exclude "public/coverage/*" \ - --exclude "tests/*" \ - --exclude "*.min.js" \ - --exclude "*.json" + # Escaneo por defecto + semgrep scan - name: Create Semgrep HTML Report run: |