We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7d214 commit d08c4c0Copy full SHA for d08c4c0
.github/workflows/pr-pytests.yml
@@ -43,9 +43,9 @@ jobs:
43
source .venv/bin/activate &&
44
pip install pytest faker allure-pytest pytest-cov bandit pylint &&
45
pip install --break-system-packages target/wheels/iroha-*.whl &&
46
- bandit --format json --output bandit-report.json --recursive tests/ &&
47
python -m pytest --cov=. --cov-report xml:coverage-reports/coverage-iroha-python.xml tests/"
48
-
+ - name: Run Bandit
+ run: bandit --format json --output bandit-report.json --recursive tests/
49
- name: SonarQube
50
uses: sonarsource/sonarqube-scan-action@master
51
env:
0 commit comments