Skip to content

Merge pull request #1767 from tisnik/lcore-1275-bump-up-pip-to-26.0 #5812

Merge pull request #1767 from tisnik/lcore-1275-bump-up-pip-to-26.0

Merge pull request #1767 from tisnik/lcore-1275-bump-up-pip-to-26.0 #5812

Workflow file for this run

name: Bandit security scanner
on:
- push
- pull_request
jobs:
bandit:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
pull-requests: read
steps:
- uses: PyCQA/bandit-action@v1
with:
targets: "src"