Skip to content

chore(deps): bump the poetry group across 1 directory with 8 updates #14

chore(deps): bump the poetry group across 1 directory with 8 updates

chore(deps): bump the poetry group across 1 directory with 8 updates #14

Workflow file for this run

name: Bandit
on: [ push ]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- name: Perform Bandit Analysis
uses: PyCQA/bandit-action@v1