mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 17:32:20 +00:00
feat(core): add portable shell permission scanner (#42351)
This commit is contained in:
parent
8f3e86cf4e
commit
e8101ef7fe
44 changed files with 2388 additions and 238 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue