From af6418829b1e839ddfc3d7b759b916faec3b2e81 Mon Sep 17 00:00:00 2001 From: BAStos525 Date: Mon, 18 Nov 2024 19:26:40 +0300 Subject: [PATCH] add bandit Signed-off-by: BAStos525 --- .github/workflows/pr-pytests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-pytests.yml b/.github/workflows/pr-pytests.yml index 0e6689bd..811ca043 100644 --- a/.github/workflows/pr-pytests.yml +++ b/.github/workflows/pr-pytests.yml @@ -47,7 +47,7 @@ jobs: - name: Run Bandit run: | pip install bandit - bandit --format json --output bandit-report.json --recursive tests/ + bandit --format json --output bandit-report.json - name: SonarQube if: always() uses: sonarsource/sonarqube-scan-action@master