Skip to content

Add bandit scan

Add bandit scan #1

Workflow file for this run

name: python -m bandit --recursive --configfile bandit.yml .
on:
pull_request:
paths-ignore:
- 'thirdparty'
- '**.md'
jobs:
cpp-greedy_causal_lm-ubuntu:
runs-on: ubuntu-20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: python -m pip install bandit
- run: python -m bandit --recursive --configfile bandit.yml .