We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c2d4b commit 083d4f4Copy full SHA for 083d4f4
.github/workflows/bandit.yml
@@ -2,19 +2,10 @@ name: Scan Python code with Bandit
2
3
on:
4
workflow_dispatch:
5
- push:
6
- pull_request:
7
- paths:
8
- - '**/*.py'
9
- - '.github/workflows/bandit.*'
10
11
permissions:
12
contents: read
13
14
-concurrency:
15
- group: ${{ github.workflow }}-${{ github.ref }}
16
- cancel-in-progress: true
17
-
18
jobs:
19
bandit:
20
name: Bandit
0 commit comments