Skip to content

Commit

Permalink
fix-semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueUPT committed Dec 12, 2024
1 parent fe95b0d commit 0b6e130
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0b6e130

Please sign in to comment.