fix3.0
All checks were successful
CI/CD Pipeline / lint-sast (push) Successful in 6m21s
CI/CD Pipeline / deploy (push) Successful in 15s

This commit is contained in:
Arseniy Sitnikov 2025-06-09 10:55:20 +03:00
parent 503cd47fae
commit 71ffa2823a

View File

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