Skip to content

Remove container usage instructions from README #276

Remove container usage instructions from README

Remove container usage instructions from README #276

Workflow file for this run

name: bandit-security-linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/[email protected]
with:
options: "-c bandit.yml -r"