Skip to content

wip: capture wip/2026-08-02-helios-cli-m7 (audit 2026-07-24..08-02) - #617

Merged
KooshaPari merged 2 commits into
mainfrom
wip/2026-08-02-helios-cli-m7
Aug 8, 2026
Merged

wip: capture wip/2026-08-02-helios-cli-m7 (audit 2026-07-24..08-02)#617
KooshaPari merged 2 commits into
mainfrom
wip/2026-08-02-helios-cli-m7

Conversation

@KooshaPari

@KooshaPari KooshaPari commented Aug 3, 2026

Copy link
Copy Markdown
Owner

User description

Automated audit capture of local dirty state.

  • Branch: wip/2026-08-02-helios-cli-m7
  • Captured and pushed during the cross-drive audit sessions (2026-07-24 to 2026-08-02).
  • Working tree changes preserved; no destructive operations.

CodeAnt-AI Description

Enforce CI quality gates and document the actual release security posture

What Changed

  • Formatting, linting, tests, dependency checks, and security scans now fail CI instead of being reported as advisory warnings.
  • The CI summary correctly includes dependency review results, so failed checks block the final gate.
  • Tagged releases now generate signed build provenance for published build artifacts.
  • Security documentation now describes the implemented attestation flow, verification steps, coverage limits, and remaining SLSA work accurately.
  • Updated contributor guidance for the dual-workspace layout, repository-relative paths, required checks, governance files, and fail-hard CI rules.
  • Pull request guidance now requires linked requirements or specs, test results, risk and rollback details, and release checklist confirmation.

Impact

✅ Failed checks block merges
✅ Verifiable provenance for tagged release artifacts
✅ Clearer supply-chain security expectations

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Copilot AI review requested due to automatic review settings August 3, 2026 01:01
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@codeant-ai

codeant-ai Bot commented Aug 3, 2026

Copy link
Copy Markdown

🤖 CodeAnt AI — Review Status

Status Commit Started (UTC) Finished (UTC)
✅ Incremental review completed ee6dc7b Aug 05, 2026 · 08:05 08:06
✅ Reviewed your PR 8496c3d Aug 03, 2026 · 01:01 01:04

@codeant-ai

codeant-ai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codeant-ai codeant-ai Bot added the size:L This PR changes 100-499 lines, ignoring generated files label Aug 3, 2026

@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: 8496c3d205

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +1239 to +1241
permissions:
id-token: write
contents: read

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Grant attestation writes to the provenance job

When a rust-v*.*.* release reaches this new job, actions/attest-build-provenance will try to upload the signed provenance to GitHub's attestations API, but this job's explicit permissions block grants only id-token and contents. GitHub's attestation docs require attestations: write for provenance generation (see https://docs.github.com/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds), and the action docs state that permission is needed to persist the attestation, so the first release with this change will fail after publishing the release unless that permission is added.

Useful? React with 👍 / 👎.

@KooshaPari
KooshaPari force-pushed the wip/2026-08-02-helios-cli-m7 branch from 8496c3d to ee6dc7b Compare August 5, 2026 08:05
@codeant-ai

codeant-ai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels Aug 5, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

@KooshaPari
KooshaPari merged commit 925e895 into main Aug 8, 2026
21 of 33 checks passed
@KooshaPari
KooshaPari deleted the wip/2026-08-02-helios-cli-m7 branch August 8, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants