Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit ecb40b3

Browse files
authored
Merge pull request #188 from Chr1st1anSears/fix-slsa-procedure
Fixes bash commands in steps 2 and 3
2 parents f711631 + 47dcd44 commit ecb40b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/modules/ROOT/pages/how-to-guides/Secure-your-supply-chain/proc_inspect-slsa-provenance.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,20 @@ partner-catalog-ec-pz7b 18d True OK Updated
3434
+
3535
[source]
3636
--
37-
oc get component <component name> -ojson | jq .status.containerImage
37+
oc get component <component name> -ojson | jq '.status.containerImage'
3838
--
3939

4040
+
4141
Example:
4242
+
4343
[source]
4444
--
45-
`oc get component partner-catalog-build-ucmg -ojson | jq .status.containerImage
45+
oc get component partner-catalog-build-ucmg -ojson | jq '.status.containerImage'
4646
--
4747

48-
. For convenience, save the image path to a local variable:
49-
48+
. For convenience, save the image path to a local variable.
49+
+
50+
Example:
5051
+
5152
[source]
5253
--

0 commit comments

Comments
 (0)