Skip to content

Commit 6a7d402

Browse files
committed
chore: fix detect secrets
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent d04e9ea commit 6a7d402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: Install detect-secrets
3030
run: |
31-
pip install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
31+
pip install boxsdk
32+
pip install --upgrade "git+https://github.com/ibm/detect-secrets.git@0.13.1+ibm.62.dss#egg=detect-secrets"
3233
3334
- name: Run detect-secrets
3435
run: |

0 commit comments

Comments
 (0)