docs: fix traceability matrix doc_id collision with production quality#579
Merged
Merged
Conversation
Both PRODUCTION_QUALITY.md and TRACEABILITY.md were using COM-QUAL-002. Changed TRACEABILITY.md to COM-QUAL-003 to ensure unique doc_ids. Updated SSOT registry in README.md accordingly.
6 tasks
Owner
Author
CI/CD Failure AnalysisAnalysis Time: 2026-04-04 UTC Failed Workflows
Root Cause AnalysisPrimary Error: Analysis: The SBOM workflow uses Identified Issues:
Proposed Fix
Next Steps
Automated failure analysis - Attempt #1 |
Syft catalogs GitHub Actions references from workflow YAML into the SBOM using floating tags (e.g., @v4). Grype cannot resolve these to actual versions at scan time, so actions/download-artifact@v4 is flagged as vulnerable even though the @v4 tag resolves to a patched release (>= 4.1.8) at runtime. Add .grype.yaml with an ignore rule for this specific advisory to prevent false positive CI failures.
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
#579) * docs: fix traceability matrix doc_id collision with production quality Both PRODUCTION_QUALITY.md and TRACEABILITY.md were using COM-QUAL-002. Changed TRACEABILITY.md to COM-QUAL-003 to ensure unique doc_ids. Updated SSOT registry in README.md accordingly. * ci(sbom): add grype ignore for GHSA-cxww-7g56-2vh6 false positive Syft catalogs GitHub Actions references from workflow YAML into the SBOM using floating tags (e.g., @v4). Grype cannot resolve these to actual versions at scan time, so actions/download-artifact@v4 is flagged as vulnerable even though the @v4 tag resolves to a patched release (>= 4.1.8) at runtime. Add .grype.yaml with an ignore rule for this specific advisory to prevent false positive CI failures.
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.
Summary
TRACEABILITY.mdandPRODUCTION_QUALITY.mdboth usedCOM-QUAL-002COM-QUAL-003toTRACEABILITY.md(next available QUAL number)docs/README.md) to reflect the corrected doc_idCloses #566
What
The traceability matrix document (
docs/TRACEABILITY.md) was sharingCOM-QUAL-002withPRODUCTION_QUALITY.md. Each document in the SSOT registry must have a uniquedoc_id. This PR assignsCOM-QUAL-003to the traceability matrix.How
doc_idindocs/TRACEABILITY.mdYAML frontmatter fromCOM-QUAL-002toCOM-QUAL-003docs/README.md(numbered table and category index)Test Plan
COM-QUAL-003is not used by any other document