Skip to content

62 check for gitleaks and trufflehog before program runs #117

62 check for gitleaks and trufflehog before program runs

62 check for gitleaks and trufflehog before program runs #117

Workflow file for this run

name: bandit
on: [pull_request]
jobs:
sast:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Install Bandit
run: pip install bandit
- name: Run bandit
run: bandit -r .