Skip to content

build(tests): lint, unit tests, and ci for that #108

build(tests): lint, unit tests, and ci for that

build(tests): lint, unit tests, and ci for that #108

Workflow file for this run

name: bandit
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Run bandit
runs-on: ubuntu-latest
steps:
- uses: mdegis/bandit-action@v1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
level: high
confidence: high
exit_zero: true