1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 21:18:13 +00:00

Fix bandit

This commit is contained in:
RGBCube 2022-06-29 07:23:39 +03:00
parent 04b9acdd2a
commit 9910d4e087

View file

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