We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d89392 commit 040d24bCopy full SHA for 040d24b
1 file changed
.github/workflows/bandit.yaml
@@ -11,8 +11,7 @@ permissions: {}
11
jobs:
12
bandit:
13
permissions:
14
- contents: read
15
- pull-requests: write
+ security-events: write
16
runs-on: ubuntu-latest
17
strategy:
18
fail-fast: false
@@ -31,9 +30,7 @@ jobs:
31
30
python-version: ${{ matrix.python-version }}
32
33
- name: Run Bandit Scan
34
- uses: lukehinds/bandit-action@new-action
35
- env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: PyCQA/bandit-action@v1
37
with:
38
- path: "sz_tools"
39
- recursive: "true"
+ targets: "sz_tools"
+ python-version: ${{ matrix.python-version }}
0 commit comments