Skip to content

Merge pull request #1 from SpokaneTech/forms #6

Merge pull request #1 from SpokaneTech/forms

Merge pull request #1 from SpokaneTech/forms #6

Workflow file for this run

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"