Commit 71ab66d
committed
Update oc-compliance installation method
The oc-compliance plugin is a handy tool for interacting with compliance
scans and results, but it doesn't come installed with the OpenShift
client. Instead, users have to install it separately.
The documented method for installing this plugin requires you to pull a
container image and copy the `oc-compliance` binary from the image. The
documented method hangs redirecting the binary output to a local file on
the host.
This commit updates the command to work around that issue by using the
cp command instead of redirecting output.
Related-Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=20499261 parent 0fa98c7 commit 71ab66d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments