We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7defc7 commit bd91810Copy full SHA for bd91810
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Audit dependencies for CVEs
52
run: pip-audit
53
- name: Static security analysis
54
- run: bandit -r src/ -ll --quiet
+ run: bandit -r src/ -ll --quiet --skip B318
55
56
test:
57
name: Test (Python ${{ matrix.python-version }})
0 commit comments