[instructions] Document threat-detection report-as-issue field - #61563
Conversation
PR #61428 added safe-outputs.threat-detection.report-as-issue to the schema but safe-outputs-runtime.md never listed it alongside the other threat-detection sub-fields. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
@copilot please review the latest state of this PR, refresh from the updated branch if needed, and run the
Run: https://github.com/github/gh-aw/actions/runs/35201512779 Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "github.com"See Network Configuration for more information.
|
Branch is already up to date with Summary:
Ready for a maintainer to merge once CI completes. |
|
🎉 This pull request is included in a new release. Release: |
Summary
Instructions janitor audit for
.github/aw/. Latest stable release isv0.88.7(already synced by prior PRs #60231/#60603/#60800), so this run audited the gap since the most recent instructions-sync commit (12f29c3, 2026-09-14) instead of re-diffing the stale release tag..github/aw/*.mdhad no content changes since the last sync (only version-pin/lockfile commits: Refresh CLI defaults and scanner image pins #61432, [actions] Update GitHub Actions versions - 2026-09-16 #61303).docs/had ~20 commits in the window. Of those, PR Allow opting out of "[aw] Detection Runs" tracking issue independently of threat detection #61428 ("Allow opting out of[aw] Detection Runstracking issue independently of threat detection") added a new schema field,safe-outputs.threat-detection.report-as-issue, that was missing from our runtime reference.Change
.github/aw/safe-outputs-runtime.md: added thereport-as-issue:sub-field to the documentedthreat-detection:fields list, matchingpkg/parser/schemas/main_workflow_schema.jsonanddocs/src/content/docs/reference/threat-detection.md.Audits performed
docs/and.github/aw/since the last sync commit (2026-09-14) via the GitHub API (local clone is shallow, 1 commit).wc -l .github/aw/*.md— all files remain under their target limits (largest:token-optimization.mdat 384,syntax-agentic.mdat 391, both < 400;safe-outputs-runtime.mdis 311 after this change).safe-outputs.md) and the compact summary line insyntax-agentic.mdintentionally don't enumeratethreat-detectionsub-fields, so no duplicate copy was introduced.pkg/parser/schemas/main_workflow_schema.jsonfor the new field's exact type/default/description; no other stale references found (checked for removed CLI aliases/metrics from Remove logs cached-logs alias #60933 and Remove legacy Effective Tokens metric #60997 — none referenced in.github/aw/).Before/after line counts
.github/aw/safe-outputs-runtime.mdAll edited files are under their target limits.
🤖 Generated with [Claude Code]((claude.com/redacted)
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Run: https://github.com/github/gh-aw/actions/runs/35201512779
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
github.laiyagushi.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.