Skip to content

Commit 083d4f4

Browse files
committed
Do not run in pre-commit
1 parent 39c2d4b commit 083d4f4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/bandit.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,10 @@ name: Scan Python code with Bandit
22

33
on:
44
workflow_dispatch:
5-
push:
6-
pull_request:
7-
paths:
8-
- '**/*.py'
9-
- '.github/workflows/bandit.*'
105

116
permissions:
127
contents: read
138

14-
concurrency:
15-
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: true
17-
189
jobs:
1910
bandit:
2011
name: Bandit

0 commit comments

Comments
 (0)