Skip to content

Fixes FN with

Fixes FN with #24

Workflow file for this run

name: Security check - Bandit
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: VCTLabs/bandit-report-artifacts@master
with:
project_path: lcov_cobertura
ignore_failure: false