fix2.0
Some checks failed
CI/CD Pipeline / lint-sast (push) Failing after 41s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
Arseniy Sitnikov 2025-06-09 10:52:56 +03:00
parent ab05f74199
commit 503cd47fae

View File

@ -28,7 +28,7 @@ jobs:
- name: Run Semgrep (SAST)
run: |
pip install semgrep
semgrep --config . -j 1
semgrep --config . --jobs 1 --max-memory 4000
deploy:
needs: lint-sast
runs-on: ubuntu-latest