dev #13

Merged
JoeKung merged 23 commits from dev into main 2026-03-03 18:28:30 +01:00
Showing only changes of commit 27af5f7ebb - Show all commits

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