Skip to content

Expand and revise documentation #5

Expand and revise documentation

Expand and revise documentation #5

Workflow file for this run

---
name: Security
on: pull_request
jobs:
# Thanks https://black.readthedocs.io/en/stable/integrations/github_actions.html
bandit:
name: Bandit
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: bandit
uses: mdegis/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
level: medium
confidence: medium