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 ec2456a commit cb646f0Copy full SHA for cb646f0
.github/workflows/bandit.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Run Bandit Security Analysis
21
run: |
22
python -m pip install bandit
23
- python -m bandit -r . -x ./third_party -lll
+ python -m bandit -r . -x ./scripts -lll
0 commit comments