feat: get mapped controls resolver - #2481
Merged
Merged
Conversation
golanglemonade
force-pushed
the
feat-get-mapped-controls-resolver
branch
from
June 15, 2026 04:31
6dfa123 to
a5b4a88
Compare
🔧 Configuration Changes DetectedThis PR contains changes that will affect the Helm chart configuration. A draft infrastructure PR has been automatically created to preview these changes: 📋 Draft PR: https://github.com/theopenlane/openlane-infra/pull/1007 Changes Preview:✅ Updated ConfigMap template
The draft infrastructure PR will be closed automatically after this core PR is merged. |
golanglemonade
marked this pull request as ready for review
June 17, 2026 21:28
golanglemonade
force-pushed
the
feat-get-mapped-controls-resolver
branch
from
June 17, 2026 21:28
33264d3 to
dc6139f
Compare
golanglemonade
force-pushed
the
feat-get-mapped-controls-resolver
branch
from
June 18, 2026 17:02
99d5e70 to
c8493bb
Compare
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
golanglemonade
force-pushed
the
feat-get-mapped-controls-resolver
branch
from
June 18, 2026 20:32
3f30200 to
792a76e
Compare
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
golanglemonade
enabled auto-merge (squash)
June 18, 2026 21:07
|
adelowo
approved these changes
Jun 18, 2026
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.



Adds new
controlReportsandcontrolReportByCategoryresolvers to enable the control report in the UI. These will return simplfied data for the report, its based on thecontrolobject so the same filters work, but its not all the data that can be returned on the full control object. RelatedControls was also added to the control object so that the UI can pull organization + mapped framework controls without using the mapped control data and mapping them backExample when filtered on framework (and refCode for simplicity). It returns the category, controls under each category with refCode, description, title, related controls (mapped controls based on mappedControl data but returns only those available in the organization if if the mapping is from a system-owned mapping), evidenceStatus, linkedPolicies with simple data, and subcontrols with all the same data.