Skip to content

Merge branch 'main' into maurits-readme-scope-openid #140

Merge branch 'main' into maurits-readme-scope-openid

Merge branch 'main' into maurits-readme-scope-openid #140

Workflow file for this run

name: Security check - Bandit
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Security check - Bandit
uses: ioggstream/bandit-report-artifacts@v0.0.2
with:
project_path: src
ignore_failure: true
# This is optional
- name: Security check report artifacts
uses: actions/upload-artifact@v1
with:
name: Security report
path: output/security_report.txt