We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00d201 commit c100c24Copy full SHA for c100c24
1 file changed
.github/workflows/homogeneity-check.yml
@@ -32,10 +32,7 @@ jobs:
32
if: runner.os != 'Windows'
33
run: bash scripts/scan-agent-secrets.sh --fail-on-high .
34
35
- - name: Run Agent Secret Scan (PowerShell)
+ - name: Run Agent Secret Scan (Bash on Windows)
36
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
+ shell: bash
+ run: bash scripts/scan-agent-secrets.sh --fail-on-high .
0 commit comments