docs(cicd): standardize self-references on @main + scanner posture#89
Open
JacobPEvans-personal wants to merge 4 commits into
Open
docs(cicd): standardize self-references on @main + scanner posture#89JacobPEvans-personal wants to merge 4 commits into
JacobPEvans-personal wants to merge 4 commits into
Conversation
- Dependency-versioning table: tighten the self-reference row to `@main` (drop "or a major version tag") and point to the new scanner posture. - New "Scanner posture for self-references" subsection: how each scanner is configured to allow `dryvist/*@main` — Renovate `pinDigests: false`, zizmor `dryvist/*: ref-pin`, a pre-staged CodeQL `actions/unpinned-tag` exclude, and OSV (N/A) — linking to dryvist/.github SECURITY.md. - ai-workflows Versioning section: state that consumers pin `@main` (never a SHA or version pin) and link to the scanner posture. Documents the org-wide overrides shipped in dryvist/.github#52. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_019mTayMHweSbSdF4ug83FhB
There was a problem hiding this comment.
Code Review
This pull request updates the CI/CD policy and AI workflows documentation to mandate pinning self-referenced reusable workflows (such as dryvist/* and JacobPEvans/) to @main instead of a SHA or version tag, and details the scanner posture configurations that support this. Feedback was provided to address an inconsistency where the scanner posture details only mention dryvist/ overrides, suggesting they should also include JacobPEvans/* to align with the policy table.
This was referenced Jun 28, 2026
Match dryvist/.github#52: CodeQL is managed via the org Security Configuration (public repos, free) — no committed codeql-config.yml. Same-org @main false positives are dismissed natively in the code scanning UI. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_019mTayMHweSbSdF4ug83FhB
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…onfiguration Align with dryvist/.github#52 / dryvist/tofu-github#18: code scanning default setup is managed per-repo as IaC in tofu-github (pending the provider resource), not via an org-level Security Configuration. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_019mTayMHweSbSdF4ug83FhB
Review feedback (gemini-code-assist on #89): the self-reference table listed both dryvist/* and JacobPEvans/*, but the Renovate/zizmor overrides are dryvist/*-only. Clarify that the scanner overrides target dryvist/* action sources; JacobPEvans/* follows the same @main convention (overrides not expanded — out of scope for this dryvist-focused change). Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_019mTayMHweSbSdF4ug83FhB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents the convention that
dryvist/*reusable workflows (includingai-workflows) are pinned at@main, and explains why that is safe — theorg-wide scanner overrides shipped in
dryvist/.github#52.
Changes
infrastructure/cicd/policy.mdx"
@mainor a major version tag" to@mainonly, with a pointer to thenew posture section.
pinDigests: falsefordryvist/**, zizmordryvist/*: ref-pin, apre-staged CodeQL
actions/unpinned-tagexclude, and OSV (N/A) — linking todryvist/.github→SECURITY.md.automation/cloud-pipelines/ai-workflows.mdx— Versioning section nowstates consumers pin
@main(never a SHA or version pin), with thescanner-posture link.
Verification
#scanner-posture-for-self-referencesmatches Mintlify's slugfor the new heading. Mintlify build (CI) validates links/anchors.
🤖 Generated with Claude Code