Skip to content

Merge pull request #177 from wrhalpin/claude/live-presentation-deck-t… #466

Merge pull request #177 from wrhalpin/claude/live-presentation-deck-t…

Merge pull request #177 from wrhalpin/claude/live-presentation-deck-t… #466

Workflow file for this run

name: Bandit
on:
push:
pull_request:
jobs:
bandit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Bandit
run: pip install bandit
- name: Run Bandit
run: bandit -r gnat/ -ll -x tests/