Skip to content

Bump actions/setup-python from 4.7.0 to 4.7.1 #169

Bump actions/setup-python from 4.7.0 to 4.7.1

Bump actions/setup-python from 4.7.0 to 4.7.1 #169

Workflow file for this run

name: Bandit Check
on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
pull_request:
branches: [ main ]
jobs:
bandit:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: Bandit Check (Python security linter)
uses: jpetrucciani/bandit-check@master
with:
bandit_flags: '-s B105'
path: './custom_components/ecotrend_ista/'