ci(security): Semgrep SAST #32

Merged
cesnimda merged 3 commits from feat/semgrep into develop 2026-07-04 16:01:35 +02:00
Showing only changes of commit b79f35f40e - Show all commits
+1 -1
View File
@@ -58,9 +58,9 @@ jobs:
# don't look for. Advisory at first (not a required check); promote once tuned.
sast:
runs-on: ubuntu-latest
container: semgrep/semgrep # official image — the runner's base image lacks pip
steps:
- uses: actions/checkout@v4
- name: Semgrep scan
run: |
pip install --quiet semgrep
semgrep scan --config p/csharp --config p/javascript --config p/security-audit --exclude 'frontend/dist' --exclude '**/bin' --exclude '**/obj' --error --quiet