added bandit config

This commit is contained in:
Tomaae 2022-01-08 21:19:58 +01:00
parent 1206793dc3
commit d183a67985
2 changed files with 3 additions and 0 deletions

2
.github/bandit.yaml vendored Normal file
View file

@ -0,0 +1,2 @@
skips:
- B105 # :hardcoded_password_string

View file

@ -65,6 +65,7 @@ jobs:
uses: ioggstream/bandit-report-artifacts@v0.0.2
with:
project_path: custom_components/mikrotik_router
config_file: .github/bandit.yaml
ignore_failure: false
- name: Security check report artifacts
uses: actions/upload-artifact@v1