feat(core): add portable shell permission scanner (#42351)

This commit is contained in:
Kit Langton 2026-08-13 17:53:35 -04:00 committed by GitHub
parent 8f3e86cf4e
commit e8101ef7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 2388 additions and 238 deletions

View file

@ -76,6 +76,16 @@ jobs:
env:
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Verify PowerShell 7 scanner conformance
if: always() && runner.os == 'Windows'
working-directory: packages/shell-scan
run: PWSH=pwsh bun run research:powershell
- name: Verify Windows PowerShell scanner conformance
if: always() && runner.os == 'Windows'
working-directory: packages/shell-scan
run: PWSH=powershell.exe bun run research:powershell
- name: Verify compiled service lifecycle
if: always()
timeout-minutes: 10