1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00

Actually fix bandit

This commit is contained in:
RGBCube 2022-06-29 10:09:52 +03:00 committed by GitHub
parent 9910d4e087
commit 0f1056a2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,4 @@ jobs:
run: pip install -U pip bandit
- name: Run Bandit
run: bandit --recursive --ignore B605,B311 ./
run: bandit --recursive --skip B605,B311 ./