Skip to content

Back to development: 1.2.11 #35

Back to development: 1.2.11

Back to development: 1.2.11 #35

Workflow file for this run

name: Security check - Bandit
permissions:
contents: read
pull-requests: write
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Security check - Bandit
uses: ioggstream/bandit-report-artifacts@b306975a803883a5ae3a0a0eb9a173970dd8a4ac # @v1.7.4
with:
project_path: src
# ignore_failure: true
# This is optional
#- name: Security check report artifacts
# uses: actions/upload-artifact@v4
# with:
# name: Security report
# path: output/security_report.txt