mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 01:14:30 +02:00
added bandit config
This commit is contained in:
parent
1206793dc3
commit
d183a67985
2 changed files with 3 additions and 0 deletions
2
.github/bandit.yaml
vendored
Normal file
2
.github/bandit.yaml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
skips:
|
||||
- B105 # :hardcoded_password_string
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue