Skip to content

build(deps)(deps): bump rich from 13.7.1 to 14.2.0 #52

build(deps)(deps): bump rich from 13.7.1 to 14.2.0

build(deps)(deps): bump rich from 13.7.1 to 14.2.0 #52

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