fix(deploy): prova workflow
Some checks failed
PR Checks / prettier-autofix (pull_request) Successful in 7s
PR Checks / security-sast (pull_request) Failing after 27s
PR Checks / test-backend (pull_request) Successful in 38s

This commit is contained in:
2026-03-03 13:02:24 +01:00
parent edef17d0ad
commit 27af5f7ebb

View File

@@ -88,7 +88,8 @@ jobs:
- name: Run Semgrep (SAST)
shell: bash
run: |
python3 -m semgrep --config auto --error \
semgrep --version
semgrep --config auto --error \
--exclude frontend/node_modules \
--exclude backend/build \
backend/src frontend/src