You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/cmd/tkn_pipeline_sign.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ or using kms
29
29
30
30
```
31
31
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
32
+
--api-version string apiVersion of the Pipeline to be signed (default "v1")
32
33
-f, --file-name string Fle name of the signed pipeline, using the original file name will overwrite the file
Copy file name to clipboardexpand all lines: docs/cmd/tkn_pipeline_verify.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ or using kms
29
29
30
30
```
31
31
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
32
+
--api-version string apiVersion of the Pipeline to be verified (default "v1")
Copy file name to clipboardexpand all lines: docs/cmd/tkn_task_sign.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ or using kms
29
29
30
30
```
31
31
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
32
+
--api-version string apiVersion of the Task to be signed (default "v1")
32
33
-f, --file-name string file name of the signed task, using the original file name will overwrite the file
Copy file name to clipboardexpand all lines: docs/cmd/tkn_task_verify.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ or using kms
29
29
30
30
```
31
31
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
32
+
--api-version string apiVersion of the Task to be verified (default "v1")
expected:="*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline testdata/pipeline.yaml is signed successfully \n"
expected:=fmt.Sprintf("*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline %s is signed successfully \n", tc.taskFile)
expected:=fmt.Sprintf("*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline %s passes verification \n", tc.taskFile)
50
+
test.AssertOutput(t, expected, out)
51
+
})
34
52
}
35
-
expected:="*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline testdata/signed.yaml passes verification \n"
0 commit comments