Skip to content

chore: updating actions/checkout and adding setup-uv instead of using… #1143

chore: updating actions/checkout and adding setup-uv instead of using…

chore: updating actions/checkout and adding setup-uv instead of using… #1143

Workflow file for this run

---
name: bandit static checks
"on":
push:
branches:
- main
pull_request:
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
activate-environment: "true"
github-token: ${{ github.token }}
- name: Run bandit
run: |
uv run bandit -r $(basename $(pwd) | sed -E 's/-/_/')