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 77fffa6 commit 72d9274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,12 @@ jobs:
# Ejecutar scan con todos los detalles
semgrep scan \
--config "p/php" \
--config "p/security-audit" \
--verbose \
--no-git-ignore \
--max-target-bytes=5000000 \
--no-rewrite-rule-ids \
--metrics=off \
--json | tee semgrep_results.json
# Mostrar resumen de resultados
Expand Down

0 comments on commit 72d9274

Please sign in to comment.