Skip to content

Commit

Permalink
try bandit
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Nov 19, 2024
1 parent 9d961b8 commit 7824cc5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ jobs:
bandit-config-generator -o config.yml
bandit -c config.yml -r tests/ -f json -o bandit-report.json
- name: ls
if: always()
run: cat bandit-report.json
# - name: Run pylint
# run: |
# pip install pylint
# pylint tests > pylint-report.txt
- name: SonarQube
if: always()
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# - name: SonarQube
# if: always()
# uses: sonarsource/sonarqube-scan-action@master
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# - name: Tear down the network
# run: cd iroha_daemon && scripts/test_env.py cleanup

0 comments on commit 7824cc5

Please sign in to comment.