[NX-201] Enforce container vulnerability scan gate in CI #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Block releases with unresolved high/critical container vulnerabilities.
Scope
Acceptance Criteria
NX-201 Completed
Implemented CI enforcement to prevent shipping releases with unresolved container risks.
What was delivered
backendfrontendHIGH/CRITICALfindings for release-quality pipelines.Acceptance Criteria Mapping
CI fails on new high/critical vulnerabilities
Achieved via severity-based scan gating in CI policy for release flows.
Allowlist process is documented and auditable
Achieved via explicit allowlist workflow and traceable CI/report outputs (artifacts + logs) for review history.
Notes