mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-03 02:23:14 +00:00
fix: bandit
This commit is contained in:
4
.github/workflows/bandit.yaml
vendored
4
.github/workflows/bandit.yaml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user