Skip to content

Commit 8f3bf7f

Browse files
authored
fix wrong numbering in proto (#2706)
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 5c2dfc0 commit 8f3bf7f

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

app/controlplane/api/gen/frontend/workflowcontract/v1/crafting_schema.ts

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/workflowcontract/v1/crafting_schema.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/workflowcontract/v1/crafting_schema.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,13 @@ message PolicySpecV2 {
330330
string embedded = 2;
331331

332332
// generic reference for file:// and http(s):// schemes
333-
string ref = 3;
333+
string ref = 4;
334334

335335
option (buf.validate.oneof).required = true;
336336
}
337337

338338
// if set, it will match any material supported by Chainloop
339-
CraftingSchema.Material.MaterialType kind = 4 [(buf.validate.field).enum = {
339+
CraftingSchema.Material.MaterialType kind = 3 [(buf.validate.field).enum = {
340340
not_in: [3]
341341
}];
342342
}

0 commit comments

Comments
 (0)