Skip to content

Commit 6192b8c

Browse files
authored
Merge pull request #453 from matysek/lcore-595
LCORE-595: Fix bandit GH actions - use GH actions from PyQCA
2 parents 913b5a6 + c5e90d2 commit 6192b8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/bandit.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
bandit:
99
runs-on: ubuntu-latest
1010
permissions:
11+
security-events: write
12+
actions: read
1113
contents: read
1214
pull-requests: read
1315
steps:
14-
- uses: mdegis/bandit-action@v1.0
16+
- uses: PyCQA/bandit-action@v1
1517
with:
16-
path: "src"
17-
exit_zero: true
18+
targets: "src"

0 commit comments

Comments
 (0)