diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c3d6770..7660a96 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run Semgrep (SAST) run: | pip install semgrep - semgrep --config=auto . + semgrep --config . -j 1 deploy: needs: lint-sast runs-on: ubuntu-latest