Skip to content

Commit 2b64c40

Browse files
committed
fix: install detect-secrets before prompt injection scan in CI
1 parent 99fb92f commit 2b64c40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/secret-scan.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
uses: astral-sh/setup-uv@v3
6666

6767
- name: Install dependencies
68-
run: uv sync
68+
run: |
69+
uv sync
70+
uv pip install detect-secrets
6971
7072
- name: Run prompt injection detection
7173
run: |

0 commit comments

Comments
 (0)