Skip to content

Commit 8b87173

Browse files
Merge pull request #646 from ComplianceAsCode/fix-bundle-doc-link
Fix broken docs link in the Compliance Operator bundle
2 parents 639a464 + 6b16c6a commit 8b87173

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bundle/manifests/compliance-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ spec:
16721672
- name: Compliance Operator upstream repository
16731673
url: https://github.com/ComplianceAsCode/compliance-operator
16741674
- name: Compliance Operator documentation
1675-
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html
1675+
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html
16761676
maintainers:
16771677
16781678
name: Red Hat Support

config/manifests/bases/compliance-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ spec:
15581558
- name: Compliance Operator upstream repository
15591559
url: https://github.com/ComplianceAsCode/compliance-operator
15601560
- name: Compliance Operator documentation
1561-
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html
1561+
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html
15621562
maintainers:
15631563
15641564
name: Red Hat Support

images/testcontent/new_kubeletconfig/ssg-ocp4-ds.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15517,7 +15517,7 @@ users to obtain unauthorized access to resources.</xccdf-1.2:rationale>
1551715517
</xccdf-1.2:Rule>
1551815518
<xccdf-1.2:Rule selected="false" id="xccdf_org.ssgproject.content_rule_scansettingbinding_exists" severity="medium">
1551915519
<xccdf-1.2:title>Ensure that Compliance Operator is scanning the cluster</xccdf-1.2:title>
15520-
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html#compliance-operator-understanding">The Compliance Operator</html:a>
15520+
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html">The Compliance Operator</html:a>
1552115521
scans the hosts and the platform (OCP)
1552215522
configurations for software flaws and improper configurations according
1552315523
to different compliance benchmarks. It uses OpenSCAP as a backend,
@@ -15559,7 +15559,7 @@ for all systems, to detect potential flaws and unauthorised access.</xccdf-1.2:r
1555915559
</xccdf-1.2:Rule>
1556015560
<xccdf-1.2:Rule selected="false" id="xccdf_org.ssgproject.content_rule_scansettings_have_schedule" severity="medium">
1556115561
<xccdf-1.2:title>Ensure that Compliance Operator scans are running periodically</xccdf-1.2:title>
15562-
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html#compliance-operator-understanding">The Compliance Operator</html:a>
15562+
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html">The Compliance Operator</html:a>
1556315563
scans the hosts and the platform (OCP)
1556415564
configurations for software flaws and improper configurations according
1556515565
to different compliance benchmarks. Compliance Operator allows its

tests/data/ssg-ocp4-ds-suppressed.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18451,7 +18451,7 @@ users to obtain unauthorized access to resources.</xccdf-1.2:rationale>
1845118451
</xccdf-1.2:Rule>
1845218452
<xccdf-1.2:Rule selected="false" id="xccdf_org.ssgproject.content_rule_scansettingbinding_exists" severity="medium">
1845318453
<xccdf-1.2:title>Ensure that Compliance Operator is scanning the cluster</xccdf-1.2:title>
18454-
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html#compliance-operator-understanding">The Compliance Operator</html:a>
18454+
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html">The Compliance Operator</html:a>
1845518455
scans the hosts and the platform (OCP)
1845618456
configurations for software flaws and improper configurations according
1845718457
to different compliance benchmarks. It uses OpenSCAP as a backend,
@@ -18493,7 +18493,7 @@ for all systems, to detect potential flaws and unauthorised access.</xccdf-1.2:r
1849318493
</xccdf-1.2:Rule>
1849418494
<xccdf-1.2:Rule selected="false" id="xccdf_org.ssgproject.content_rule_scansettings_have_schedule" severity="medium">
1849518495
<xccdf-1.2:title>Ensure that Compliance Operator scans are running periodically</xccdf-1.2:title>
18496-
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html#compliance-operator-understanding">The Compliance Operator</html:a>
18496+
<xccdf-1.2:description><html:a href="https://docs.openshift.com/container-platform/latest/security/compliance_operator/co-overview.html">The Compliance Operator</html:a>
1849718497
scans the hosts and the platform (OCP)
1849818498
configurations for software flaws and improper configurations according
1849918499
to different compliance benchmarks. Compliance Operator allows its

0 commit comments

Comments
 (0)