Skip to content

Commit bed8564

Browse files
Damienclaudehappy-otter
committed
Merge origin/main into feat/agent-skills-runtime
Resolved 11 conflict regions across 7 files: - nightly.yml: kept origin/main (weekly + on-change schedule from PR #3) - All others (Dockerfile, nsjail-base.cfg, programmatic.py, executor.py, nsjail.py, pool.py): kept HEAD (agent skills runtime customizations for LibreOffice, /opt/skills mount, SKILLS_ROOT env, language-aware /proc unmask + seccomp policy) Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
2 parents 5b7aae6 + 6470906 commit bed8564

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Nightly Validation
22

33
on:
44
schedule:
5-
- cron: '23 4 * * *'
5+
# Weekly full validation: Sunday 04:23 UTC (catches environment drift)
6+
- cron: '23 4 * * 0'
7+
push:
8+
# On-change: run full suite on every push to main/dev
9+
branches: [main, dev]
610
workflow_dispatch:
711

812
concurrency:

.gitleaks.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EXI-DLP gitleaks config — whitelist upstream false positives
2+
# Findings are test files with placeholder API keys and SECURITY.md
3+
# with curl auth examples from upstream authors (Joe Licata).
4+
[allowlist]
5+
description = "Test fixtures and security documentation examples"
6+
paths = [
7+
'''tests/''',
8+
'''docs/''',
9+
]

0 commit comments

Comments
 (0)