From a8ac00469d6e4f69bd05c05b6521ba223201d5ba Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 13 Feb 2025 11:30:02 +0000 Subject: [PATCH] fix: bandit --- .github/workflows/bandit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml index 201d5586..ad8f39b2 100644 --- a/.github/workflows/bandit.yaml +++ b/.github/workflows/bandit.yaml @@ -32,8 +32,8 @@ jobs: - name: Run Bandit scan uses: PyCQA/bandit-action@v1 with: - severity: MEDIUM - confidence: MEDIUM + severity: medium + confidence: medium targets: application/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file