Skip to content

Merge pull request #7 from IntelSoftware/PiotrSacharuk-patch-1 #34

Merge pull request #7 from IntelSoftware/PiotrSacharuk-patch-1

Merge pull request #7 from IntelSoftware/PiotrSacharuk-patch-1 #34

Workflow file for this run

name: Bandit Scan
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '40 5 * * 5'
workflow_dispatch:
jobs:
bandit_scan:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Perform Bandit Analysis
uses: PyCQA/bandit-action@8a1b30610f61f3f792fe7556e888c9d7dffa52de # v1.0.0
with:
severity: "all"
confidence: "all"