Skip to content

Commit 5fd1055

Browse files
committed
add bandit
Signed-off-by: BAStos525 <[email protected]>
1 parent 84bad0c commit 5fd1055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
4545
pip install --break-system-packages target/wheels/iroha-*.whl
4646
python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/ &&
47-
python -m bandit --format json --output bandit-report.json --recursive tests/"
47+
bandit --format json --output bandit-report.json --recursive tests/"
4848
- name: SonarQube
4949
uses: sonarsource/sonarqube-scan-action@master
5050
env:

0 commit comments

Comments
 (0)