Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions xsl/xccdf-share.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ Authors:
<xsl:when test="$fix/@system = 'urn:redhat:anaconda:pre'">Anaconda snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:kubernetes'">Kubernetes snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:redhat:osbuild:blueprint'">OSBuild Blueprint snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:kickstart'">Kickstart snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:ignition'">Ignition snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:bootc'">bootc snippet</xsl:when>
<xsl:otherwise>script</xsl:otherwise>
</xsl:choose>
</xsl:variable>
Expand Down
Loading