Skip to content

updating bookmark and about section #76

updating bookmark and about section

updating bookmark and about section #76

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"