diff --git a/.github/bandit.yaml b/.github/bandit.yaml new file mode 100644 index 0000000..b7b43ba --- /dev/null +++ b/.github/bandit.yaml @@ -0,0 +1,2 @@ +skips: +- B105 # :hardcoded_password_string diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92da64c..be7f895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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