Skip to content

Commit

Permalink
github: Run Bandit in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Aug 31, 2024
1 parent d489181 commit 7a3caa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: poetry run mypy
- name: Run mypy (Windows)
run: poetry run mypy --platform win32
- name: Run Bandit security checks
run: poetry run bandit -c pyproject.toml -r generated/nidaqmx
- name: Generate ni-daqmx files
run: |
rm -fr generated/nidaqmx
Expand Down

0 comments on commit 7a3caa6

Please sign in to comment.