Skip to content

Merge pull request #2118 from tisnik/lcore-2861-up-to-date-packages-d… #7006

Merge pull request #2118 from tisnik/lcore-2861-up-to-date-packages-d…

Merge pull request #2118 from tisnik/lcore-2861-up-to-date-packages-d… #7006

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"