Skip to content

initial project and modelling #2

initial project and modelling

initial project and modelling #2

Workflow file for this run

on: [push]
jobs:
bandit:
runs-on: ubuntu-latest
name: "bandit"
steps:
- uses: davidslusser/[email protected]
with:
src: "django_project"
options: "-c pyproject.toml -r"
pip_install_command: "pip install .[dev]"