Skip to content

feat: harden CI autopilot worker runtime#1966

Merged
OgeonX-Ai merged 13 commits into
mainfrom
hardening/enterprise-audit-20260610
Jun 11, 2026
Merged

feat: harden CI autopilot worker runtime#1966
OgeonX-Ai merged 13 commits into
mainfrom
hardening/enterprise-audit-20260610

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Completes the enterprise audit hardening backlog: clean runner workspace, immutable Actions, worker input validation, enforced tests, Python bootstrap alignment, scheduled health checks, configurable notifications, and truthful runtime documentation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d77ed0b53a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +5 to +6
schedule:
- cron: "*/15 * * * *"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Gate scheduled alerts on runner-monitor credentials

Adding this schedule activates the monitor every 15 minutes even when RUNNER_PAT is absent. In that default configuration, GH_TOKEN falls back to github.token, the runner-list request can fail due to insufficient runner-administration permission, and lines 26–27 convert that failure to unknown; the notification step then opens an issue and adds another comment on every scheduled run under the misleading Runner offline title. Gate scheduled notifications on a configured credential or handle unknown as a configuration error without repeated offline alerts.

Useful? React with 👍 / 👎.

@OgeonX-Ai OgeonX-Ai merged commit 82e3a9f into main Jun 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants