Skip to content

Bump virtualenv from 21.2.1 to 21.2.3 #755

Bump virtualenv from 21.2.1 to 21.2.3

Bump virtualenv from 21.2.1 to 21.2.3 #755

Workflow file for this run

name: Bandit
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
bandit:
permissions:
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.13"]
timeout-minutes: 10
steps:
- name: Run Bandit Scan
uses: PyCQA/bandit-action@v1
with:
python-version: ${{ matrix.python-version }}
targets: sz_tools