Skip to content

Commit d493e81

Browse files
committed
Change Pipelines v1beta1 API in example test to v1 API
1 parent 1d03cc6 commit d493e81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/testdata/slsa/v1/pipeline-output-image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"builder": {
1414
"id": "https://tekton.dev/chains/v2"
1515
},
16-
"buildType": "tekton.dev/v1beta1/PipelineRun",
16+
"buildType": "tekton.dev/v1/PipelineRun",
1717
"invocation": {
1818
"configSource": {},
1919
"parameters": {

test/testdata/slsa/v1/task-output-image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"builder": {
1414
"id": "https://tekton.dev/chains/v2"
1515
},
16-
"buildType": "tekton.dev/v1beta1/TaskRun",
16+
"buildType": "tekton.dev/v1/TaskRun",
1717
"invocation": {
1818
"configSource": {},
1919
"parameters": {}

test/testdata/slsa/v2/task-output-image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"builder": {
1414
"id": "https://tekton.dev/chains/v2"
1515
},
16-
"buildType": "https://chains.tekton.dev/format/slsa/v2alpha1/type/tekton.dev/v1beta1/TaskRun",
16+
"buildType": "https://chains.tekton.dev/format/slsa/v2alpha1/type/tekton.dev/v1/TaskRun",
1717
"invocation": {
1818
"configSource": {},
1919
"parameters": {

0 commit comments

Comments
 (0)