We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d5e00c + 58b2990 commit 13ea10bCopy full SHA for 13ea10b
modules/security-pod-scan-cso.adoc
@@ -44,7 +44,7 @@ $ oc create secret generic container-security-operator-extra-certs --from-file=q
44
$ oc get packagemanifests container-security-operator \
45
-o jsonpath='{range .status.channels[*]}{@.currentCSV} {@.name}{"\n"}{end}' \
46
| awk '{print "STARTING_CSV=" $1 " CHANNEL=" $2 }' \
47
- | sort -nr \
+ | sort -Vr \
48
| head -1
49
----
50
+
@@ -87,4 +87,4 @@ $ oc apply -f container-security-operator.yaml
87
[source,terminal]
88
89
subscription.operators.coreos.com/container-security-operator created
90
-----
+----
0 commit comments