Skip to content

Commit c100c24

Browse files
author
Your Name
committed
fix: stabilize windows secret scan CI
1 parent d00d201 commit c100c24

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/homogeneity-check.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
if: runner.os != 'Windows'
3333
run: bash scripts/scan-agent-secrets.sh --fail-on-high .
3434

35-
- name: Run Agent Secret Scan (PowerShell)
35+
- name: Run Agent Secret Scan (Bash on Windows)
3636
if: runner.os == 'Windows'
37-
shell: pwsh
38-
run: |
39-
& "${env:GITHUB_WORKSPACE}/scripts/scan-agent-secrets.ps1" `
40-
-WorkspaceRoot "${env:GITHUB_WORKSPACE}" `
41-
-FailOnHigh
37+
shell: bash
38+
run: bash scripts/scan-agent-secrets.sh --fail-on-high .

0 commit comments

Comments
 (0)