Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit daf7d6e

Browse files
authored
Update python-ci.yml
1 parent e0b2811 commit daf7d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pytest --cov=oidcmsg tests/
4747
- name: Bandit Security Scan
4848
run: |
49-
bandit --skip B105,B106,B107 -r src/oidcop/
49+
bandit --skip B105,B106,B107 -r src/oidcmsg/
5050
#- name: Upload coverage to Codecov
5151
#uses: codecov/codecov-action@v1
5252
#with:

0 commit comments

Comments
 (0)