Skip to content

Commit

Permalink
add bandit code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Jan 8, 2025
1 parent e1dce5c commit 767bfc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
jupyter: true
version: "24.3"

bandit:
needs: black
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Perform Bandit Analysis
uses: PyCQA/bandit-action@v1

test-spec-conda:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 767bfc2

Please sign in to comment.