Skip to content

Commit 767bfc2

Browse files
authored
add bandit code analysis
1 parent e1dce5c commit 767bfc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ jobs:
2222
jupyter: true
2323
version: "24.3"
2424

25+
bandit:
26+
needs: black
27+
runs-on: ubuntu-latest
28+
permissions:
29+
security-events: write
30+
steps:
31+
- name: Perform Bandit Analysis
32+
uses: PyCQA/bandit-action@v1
33+
2534
test-spec-conda:
2635
runs-on: ubuntu-latest
2736
strategy:

0 commit comments

Comments
 (0)