Skip to content

Commit d08c4c0

Browse files
committed
add bandit
Signed-off-by: BAStos525 <[email protected]>
1 parent dc7d214 commit d08c4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
source .venv/bin/activate &&
4444
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
4545
pip install --break-system-packages target/wheels/iroha-*.whl &&
46-
bandit --format json --output bandit-report.json --recursive tests/ &&
4746
python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
48-
47+
- name: Run Bandit
48+
run: bandit --format json --output bandit-report.json --recursive tests/
4949
- name: SonarQube
5050
uses: sonarsource/sonarqube-scan-action@master
5151
env:

0 commit comments

Comments
 (0)