fix(deploy): prova workflow #12

Merged
JoeKung merged 10 commits from prova into dev 2026-03-03 13:24:03 +01:00
Showing only changes of commit 27af5f7ebb - Show all commits

View File

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