fix2.0
This commit is contained in:
parent
ab05f74199
commit
503cd47fae
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Run Semgrep (SAST)
|
- name: Run Semgrep (SAST)
|
||||||
run: |
|
run: |
|
||||||
pip install semgrep
|
pip install semgrep
|
||||||
semgrep --config . -j 1
|
semgrep --config . --jobs 1 --max-memory 4000
|
||||||
deploy:
|
deploy:
|
||||||
needs: lint-sast
|
needs: lint-sast
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user