Skip to content

build(deps-dev)(deps-dev): bump isort from 5.13.2 to 7.0.0 #57

build(deps-dev)(deps-dev): bump isort from 5.13.2 to 7.0.0

build(deps-dev)(deps-dev): bump isort from 5.13.2 to 7.0.0 #57

Workflow file for this run

name: CI – Security Scan
on:
pull_request:
branches: [ main ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install bandit safety
- run: bandit -r app -ll
- run: safety check -r requirements.txt || true