Skip to content

Commit 6020d29

Browse files
author
Your Name
committed
fix: install ripgrep for windows secret scan
1 parent c100c24 commit 6020d29

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/homogeneity-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
if: runner.os == 'macOS'
2929
run: brew install ripgrep
3030

31+
- name: Install ripgrep (Windows)
32+
if: runner.os == 'Windows'
33+
run: choco install ripgrep -y
34+
3135
- name: Run Agent Secret Scan (Bash)
3236
if: runner.os != 'Windows'
3337
run: bash scripts/scan-agent-secrets.sh --fail-on-high .

0 commit comments

Comments
 (0)