Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fa1d993
Initial plan
Copilot Jul 9, 2026
cf93539
feat: add content-redaction to safe-outputs pipeline
Copilot Jul 9, 2026
57e2fb2
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 9, 2026
7612df5
feat: enable content-redaction on 10 agentic workflows
Copilot Jul 9, 2026
90acb9b
refactor: rename "enabled" field to "if" in content-redaction config
Copilot Jul 9, 2026
ba40fc0
fix: address review feedback on content-redaction implementation
Copilot Jul 9, 2026
3c88fcd
chore: recompile workflows with content-redaction fixes
Copilot Jul 9, 2026
ab18ea2
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 9, 2026
0fb75b7
Apply remaining changes
Copilot Jul 9, 2026
52e164e
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 9, 2026
bf0850e
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 9, 2026
b174374
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 10, 2026
2509c72
refactor: rename content-redaction.agent to content-redaction.policies
Copilot Jul 10, 2026
1bc9983
Merge branch 'main' into copilot/feature-content-redaction
pelikhan Jul 10, 2026
3c1f48a
feat: mark content-redaction as experimental
Copilot Jul 10, 2026
fdc5dc8
refactor: extract content redaction script to separate JS file
Copilot Jul 10, 2026
95b1e83
Merge remote-tracking branch 'origin/main' into copilot/feature-conte…
Copilot Jul 10, 2026
46ff1ac
fix: inline content redaction script in lock files to pass bundling test
Copilot Jul 10, 2026
e94ed63
refactor: execute content redaction with node instead of github-script
Copilot Jul 10, 2026
b5d4f96
chore: regenerate all workflow lock files
Copilot Jul 10, 2026
890cd8d
Merge remote-tracking branch 'origin/main' into copilot/feature-conte…
Copilot Jul 10, 2026
809a5e4
chore: recompile workflows after merging main
Copilot Jul 10, 2026
6088e6f
fix: update golden files and sort actions-lock.json after merge
Copilot Jul 10, 2026
b709a26
Merge branch 'main' into copilot/feature-content-redaction
github-actions[bot] Jul 10, 2026
9e8522c
refactor: wrap content redaction execution in AWF
Copilot Jul 10, 2026
0afd1d5
fix: replace interface{} with any for Go linter compliance
Copilot Jul 10, 2026
85c79f4
fix: update firewall image digests to 0.27.29 and fix test expectations
Copilot Jul 10, 2026
9783afd
feat: enable content-redaction on smoke-copilot workflow
Copilot Jul 10, 2026
a8c2a55
Merge remote-tracking branch 'origin/main' into copilot/feature-conte…
Copilot Jul 10, 2026
6475900
chore: merge main and update golden files for OAuth token check
Copilot Jul 10, 2026
2259889
Merge remote-tracking branch 'origin/main' into copilot/feature-conte…
Copilot Jul 10, 2026
b551d26
test: add validation tests for content-redaction continue-on-error an…
Copilot Jul 10, 2026
be43ac8
Merge remote-tracking branch 'origin/main' into copilot/feature-conte…
Copilot Jul 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
398 changes: 199 additions & 199 deletions .github/aw/actions-lock.json

Large diffs are not rendered by default.

127 changes: 125 additions & 2 deletions .github/workflows/approach-validator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/approach-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ safe-outputs:
max: 1
allowed: ["awaiting-approach-approval", "approach-approved", "approach-rejected"]
noop:
content-redaction: "Do not disclose security vulnerabilities, internal credentials, or confidential information in public-facing output."
messages:
footer: "> 🔬 *Approach validated by [{workflow_name}]({run_url})*{ai_credits_suffix}{history_link}"
run-started: "🔬 [{workflow_name}]({run_url}) is analyzing the proposed approach on this {event_type}..."
Expand Down
128 changes: 126 additions & 2 deletions .github/workflows/archie.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading