Skip to content

Bump virtualenv from 20.26.3 to 20.26.4 #49

Bump virtualenv from 20.26.3 to 20.26.4

Bump virtualenv from 20.26.3 to 20.26.4 #49

Workflow file for this run

name: bandit
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
bandit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Bandit Scan
uses: lukehinds/bandit-action@new-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: "examples src"
recursive: "true"