Skip to content

Merge pull request #23 from SpokaneTech/dependency_update #95

Merge pull request #23 from SpokaneTech/dependency_update

Merge pull request #23 from SpokaneTech/dependency_update #95

Workflow file for this run

name: Bandit Security Analysis
on: [push]
jobs:
bandit:
runs-on: ubuntu-latest
name: "bandit"
steps:
- uses: davidslusser/actions_python_bandit@v1.0.1
with:
src: "src"
options: "-c pyproject.toml -r"
pip_install_command: "pip install .[dev]"
python_version: "3.11"