docs(ci): add allowlist export controls and sweep finding (#408)

This commit is contained in:
Will Sarg 2026-02-16 12:32:05 -05:00 committed by GitHub
parent 0456f14a11
commit 24bf116216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,24 @@ Selected allowlist patterns:
- `EmbarkStudios/cargo-deny-action@*`
- `rhysd/actionlint@*`
- `softprops/action-gh-release@*`
- `sigstore/cosign-installer@*`
## Change Control Export
Use these commands to export the current effective policy for audit/change control:
```bash
gh api repos/zeroclaw-labs/zeroclaw/actions/permissions
gh api repos/zeroclaw-labs/zeroclaw/actions/permissions/selected-actions
```
Record each policy change with:
- change date/time (UTC)
- actor
- reason
- allowlist delta (added/removed patterns)
- rollback note
## Why This Phase
@ -53,6 +71,11 @@ Failure mode to watch for:
If encountered, add only the specific trusted missing action, rerun, and document why.
Latest sweep note (2026-02-16):
- Hidden dependency discovered in `release.yml`: `sigstore/cosign-installer@...`
- Added allowlist pattern: `sigstore/cosign-installer@*`
## Rollback
Emergency unblock path: