Skip to content

Commit 275a28c

Browse files
authored
Merge pull request #38 from matysek/lcore-595
LCORE-595: Fix bandit GH actions - use GH actions from PyQCA
2 parents bf2b17a + 2bacca8 commit 275a28c

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.1
16+
- uses: PyCQA/bandit-action@v1
1517
with:
16-
path: "src"
17-
exit_zero: true
18+
targets: "src"

0 commit comments

Comments
 (0)