Skip to content

update bg for about #79

update bg for about

update bg for about #79

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"