rhel: fix openscap profile allowlists (HMS-9095)#1778
Merged
supakeen merged 1 commit intoosbuild:mainfrom Aug 21, 2025
Merged
Conversation
Updated based on https://github.com/osbuild/image-builder-crc/tree/8311bea5e2fc331ac27fc79c50349a381a006696/distributions, which uses the oscap tooling to fetch a list of supported profiles per distro.
244eba0 to
2b6721d
Compare
supakeen
approved these changes
Aug 21, 2025
Member
supakeen
left a comment
There was a problem hiding this comment.
Approving but I don't have the backstory if these are now actually the correct allow lists for each major?
Member
Author
they should be. the list i linked to is generated from https://github.com/osbuild/image-builder-crc/blob/8311bea5e2fc331ac27fc79c50349a381a006696/cmd/oscap/main.go ; which calls oscap to list profiles of all the datastreams. |
croissanne
added a commit
to croissanne/osbuild-composer
that referenced
this pull request
Aug 21, 2025
Changes with 0.178.0 ---------------- - Update osbuild dependency commit ID to latest (osbuild/images#1763) - Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger - many: drop `ISORootKickstart` (osbuild/images#1769) - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Tomáš Hozza - many: drop the workload.Workload type entirely (osbuild/images#1770) - Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza - platform: drop hardcoded platforms and rename PlatformConf (osbuild/images#1739) - Author: Michael Vogt, Reviewers: Brian C. Lane, Simon de Vlieger - rhel: fix openscap profile allowlists (HMS-9095) (osbuild/images#1778) - Author: Sanne Raymaekers, Reviewers: Michael Vogt, Simon de Vlieger — Somewhere on the Internet, 2025-08-21
croissanne
added a commit
to osbuild/osbuild-composer
that referenced
this pull request
Aug 21, 2025
Changes with 0.178.0 ---------------- - Update osbuild dependency commit ID to latest (osbuild/images#1763) - Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger - many: drop `ISORootKickstart` (osbuild/images#1769) - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Tomáš Hozza - many: drop the workload.Workload type entirely (osbuild/images#1770) - Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza - platform: drop hardcoded platforms and rename PlatformConf (osbuild/images#1739) - Author: Michael Vogt, Reviewers: Brian C. Lane, Simon de Vlieger - rhel: fix openscap profile allowlists (HMS-9095) (osbuild/images#1778) - Author: Sanne Raymaekers, Reviewers: Michael Vogt, Simon de Vlieger — Somewhere on the Internet, 2025-08-21
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.
Updated based on
https://github.com/osbuild/image-builder-crc/tree/8311bea5e2fc331ac27fc79c50349a381a006696/distributions, which uses the oscap tooling to fetch a list of supported profiles per distro.