Skip to content

Commit e02d2a8

Browse files
authored
CI: enable bandit (#100)
1 parent d469aa2 commit e02d2a8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/bandit.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Bandit
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- dev
8+
pull_request:
9+
branches:
10+
- main
11+
- dev
12+
13+
jobs:
14+
analyze:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
# required for all workflows
18+
security-events: write
19+
steps:
20+
- name: Perform Bandit Analysis
21+
uses: PyCQA/bandit-action@v1

0 commit comments

Comments
 (0)