bobus-avtobus
This commit is contained in:
parent
5a2dc140ce
commit
064e187f8a
|
@ -23,13 +23,12 @@ jobs:
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install flake8
|
pip install flake8
|
||||||
flake8 . --ignore=E501
|
flake8 . --ignore=E501 --exclude=venv
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Run Semgrep (SAST)
|
- name: Run Semgrep (SAST)
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://semgrep.dev/install.sh | sh
|
pip install semgrep
|
||||||
./semgrep/semgrep scan --config auto --error
|
semgrep --config=auto .
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: lint-sast
|
needs: lint-sast
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user