Skip to content

Commit 5243163

Browse files
authored
Merge pull request #109466 from GroceryBoyJr/scan-name
Correct Typo in Compliance Check Filter
2 parents e5c994b + 5d6d3f5 commit 5243163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/compliance-filtering-results.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * security/compliance_operator/co-scans/compliance-operator-remediation.adoc
44

5-
:_mod-docs-content-type: PROCEDURE
5+
:_mod-docs-content-type: CONCEPT
66
[id="filtering-compliance-check-results_{context}"]
77
= Filters for compliance check results
88

@@ -21,7 +21,7 @@ List checks that belong to a specific scan:
2121
[source,terminal]
2222
----
2323
$ oc get -n openshift-compliance compliancecheckresults \
24-
-l compliance.openshift.io/scan=workers-scan
24+
-l compliance.openshift.io/scan-name=workers-scan
2525
----
2626

2727
Not all `ComplianceCheckResult` objects create `ComplianceRemediation` objects. Only `ComplianceCheckResult` objects that can be remediated automatically do. A `ComplianceCheckResult` object has a related remediation if it is labeled with the `compliance.openshift.io/automated-remediation` label. The name of the remediation is the same as the name of the check.

0 commit comments

Comments
 (0)