--- name: Bandit on: [push] # XXX need to do stuff with uv jobs: build: runs-on: freebsd strategy: matrix: python-version: ["3.11"] steps: - uses: actions/checkout@v4 - name: Analyse code with Bandit run: | bandit -r .