@kungfu-tech/buildchain 4.0.2-alpha.10 → 4.0.2-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/architecture/agent-change-map.md +40 -0
- package/architecture/ci-lane-change-budget.json +332 -0
- package/architecture/internal-capabilities.json +39 -0
- package/architecture/maintainability-debt.json +11 -9
- package/architecture/maintainability-policy.json +7 -7
- package/architecture/v4-release-topology.json +2 -1
- package/architecture/v4-universal-workflow-bootstrap.json +181 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/dist/site/buildchain-contract.json +86 -41
- package/dist/site/buildchain-site.json +15 -10
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/controller-registry.json +46 -10
- package/dist/site/kfd-claims.json +154 -68
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +2 -2
- package/dist/site/node-api-registry.json +7 -7
- package/dist/site/page-registry.json +9 -4
- package/dist/site/public-surface-audit.json +158 -66
- package/dist/site/publication-authority-registry.json +67 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +6 -6
- package/dist/site/workflow-registry.json +189 -67
- package/docs/node-api-reference.md +9 -9
- package/docs/reusable-build-surface.md +16 -0
- package/package.json +2 -2
- package/packages/core/buildchain-publication-authority.js +3 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/release-tail-provider-plane.js +1 -1
- package/packages/core/v4-product-publication.js +1 -1
- package/packages/core/v4-universal-workflow-bootstrap.js +596 -0
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-release-topology.mjs +5 -2
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +257 -0
- package/scripts/generate-channel-build-workflow.mjs +5 -1
- package/scripts/generate-channel-promotion-workflow.mjs +3 -2
- package/scripts/generate-v4-universal-workflow-facades.mjs +415 -0
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +586 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "2c8c70a399bc4bfe058268119005820c7dac8b7e2e5d022990ff6d9e26238cce",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 117,
|
|
27
|
-
"workflowCount":
|
|
27
|
+
"workflowCount": 80,
|
|
28
28
|
"actionCount": 8,
|
|
29
29
|
"sitePageCount": 84,
|
|
30
30
|
"docCommandRefCount": 1050,
|
|
@@ -246,10 +246,10 @@
|
|
|
246
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
247
247
|
"path": "dist/site/public-surface-audit.json",
|
|
248
248
|
"status": "passed",
|
|
249
|
-
"sha256": "
|
|
249
|
+
"sha256": "2c8c70a399bc4bfe058268119005820c7dac8b7e2e5d022990ff6d9e26238cce",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 117,
|
|
252
|
-
"workflowCount":
|
|
252
|
+
"workflowCount": 80,
|
|
253
253
|
"actionCount": 8,
|
|
254
254
|
"sitePageCount": 84,
|
|
255
255
|
"docCommandRefCount": 1050,
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
"visibility": "public",
|
|
3855
3855
|
"participantFacing": true,
|
|
3856
3856
|
"public": true,
|
|
3857
|
-
"inputCount":
|
|
3857
|
+
"inputCount": 12,
|
|
3858
3858
|
"inputs": [
|
|
3859
3859
|
"adapter-arguments-json",
|
|
3860
3860
|
"adapter-path",
|
|
@@ -3866,7 +3866,8 @@
|
|
|
3866
3866
|
"require-trusted-event",
|
|
3867
3867
|
"source-artifact-digest",
|
|
3868
3868
|
"source-artifact-name",
|
|
3869
|
-
"source-ref"
|
|
3869
|
+
"source-ref",
|
|
3870
|
+
"universal-request-json"
|
|
3870
3871
|
],
|
|
3871
3872
|
"reverseAuditSource": ".github/workflows"
|
|
3872
3873
|
},
|
|
@@ -3880,7 +3881,7 @@
|
|
|
3880
3881
|
"visibility": "public",
|
|
3881
3882
|
"participantFacing": true,
|
|
3882
3883
|
"public": true,
|
|
3883
|
-
"inputCount":
|
|
3884
|
+
"inputCount": 16,
|
|
3884
3885
|
"inputs": [
|
|
3885
3886
|
"auto-admission",
|
|
3886
3887
|
"buildchain-ref",
|
|
@@ -3896,7 +3897,8 @@
|
|
|
3896
3897
|
"publication-version",
|
|
3897
3898
|
"release-tag",
|
|
3898
3899
|
"source-sha",
|
|
3899
|
-
"target-ref"
|
|
3900
|
+
"target-ref",
|
|
3901
|
+
"universal-request-json"
|
|
3900
3902
|
],
|
|
3901
3903
|
"reverseAuditSource": ".github/workflows"
|
|
3902
3904
|
},
|
|
@@ -3910,7 +3912,7 @@
|
|
|
3910
3912
|
"visibility": "public",
|
|
3911
3913
|
"participantFacing": true,
|
|
3912
3914
|
"public": true,
|
|
3913
|
-
"inputCount":
|
|
3915
|
+
"inputCount": 94,
|
|
3914
3916
|
"inputs": [
|
|
3915
3917
|
"artifact-compression-level",
|
|
3916
3918
|
"artifact-finalization-command",
|
|
@@ -4001,6 +4003,7 @@
|
|
|
4001
4003
|
"setup-rust",
|
|
4002
4004
|
"shifu-cache-profile-digest",
|
|
4003
4005
|
"shifu-cache-profile-ref",
|
|
4006
|
+
"universal-request-json",
|
|
4004
4007
|
"untrusted-policy",
|
|
4005
4008
|
"verify-command",
|
|
4006
4009
|
"verify-substage-evidence-path",
|
|
@@ -4018,8 +4021,10 @@
|
|
|
4018
4021
|
"visibility": "public",
|
|
4019
4022
|
"participantFacing": true,
|
|
4020
4023
|
"public": true,
|
|
4021
|
-
"inputCount":
|
|
4022
|
-
"inputs": [
|
|
4024
|
+
"inputCount": 1,
|
|
4025
|
+
"inputs": [
|
|
4026
|
+
"universal-request-json"
|
|
4027
|
+
],
|
|
4023
4028
|
"reverseAuditSource": ".github/workflows"
|
|
4024
4029
|
},
|
|
4025
4030
|
{
|
|
@@ -4032,7 +4037,7 @@
|
|
|
4032
4037
|
"visibility": "public",
|
|
4033
4038
|
"participantFacing": true,
|
|
4034
4039
|
"public": true,
|
|
4035
|
-
"inputCount":
|
|
4040
|
+
"inputCount": 13,
|
|
4036
4041
|
"inputs": [
|
|
4037
4042
|
"artifact-retention-days",
|
|
4038
4043
|
"binary-artifact-digest",
|
|
@@ -4045,7 +4050,8 @@
|
|
|
4045
4050
|
"render-media",
|
|
4046
4051
|
"renderer-image",
|
|
4047
4052
|
"scenario-path",
|
|
4048
|
-
"source-ref"
|
|
4053
|
+
"source-ref",
|
|
4054
|
+
"universal-request-json"
|
|
4049
4055
|
],
|
|
4050
4056
|
"reverseAuditSource": ".github/workflows"
|
|
4051
4057
|
},
|
|
@@ -4059,7 +4065,7 @@
|
|
|
4059
4065
|
"visibility": "public",
|
|
4060
4066
|
"participantFacing": true,
|
|
4061
4067
|
"public": true,
|
|
4062
|
-
"inputCount":
|
|
4068
|
+
"inputCount": 31,
|
|
4063
4069
|
"inputs": [
|
|
4064
4070
|
"artifact-name",
|
|
4065
4071
|
"artifact-retention-days",
|
|
@@ -4089,6 +4095,7 @@
|
|
|
4089
4095
|
"shifu-cache-profile-digest",
|
|
4090
4096
|
"shifu-cache-profile-ref",
|
|
4091
4097
|
"source-ref",
|
|
4098
|
+
"universal-request-json",
|
|
4092
4099
|
"untrusted-policy",
|
|
4093
4100
|
"working-directory"
|
|
4094
4101
|
],
|
|
@@ -4104,7 +4111,7 @@
|
|
|
4104
4111
|
"visibility": "public",
|
|
4105
4112
|
"participantFacing": true,
|
|
4106
4113
|
"public": true,
|
|
4107
|
-
"inputCount":
|
|
4114
|
+
"inputCount": 38,
|
|
4108
4115
|
"inputs": [
|
|
4109
4116
|
"admission-json",
|
|
4110
4117
|
"authority-workflow-path",
|
|
@@ -4142,6 +4149,7 @@
|
|
|
4142
4149
|
"runner-provenance-json",
|
|
4143
4150
|
"source-sha",
|
|
4144
4151
|
"target-ref",
|
|
4152
|
+
"universal-request-json",
|
|
4145
4153
|
"used-nonces-json"
|
|
4146
4154
|
],
|
|
4147
4155
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -4156,7 +4164,7 @@
|
|
|
4156
4164
|
"visibility": "public",
|
|
4157
4165
|
"participantFacing": true,
|
|
4158
4166
|
"public": true,
|
|
4159
|
-
"inputCount":
|
|
4167
|
+
"inputCount": 122,
|
|
4160
4168
|
"inputs": [
|
|
4161
4169
|
"allow-repository",
|
|
4162
4170
|
"artifact-name",
|
|
@@ -4278,7 +4286,8 @@
|
|
|
4278
4286
|
"standalone-binary-distribution",
|
|
4279
4287
|
"target-ref",
|
|
4280
4288
|
"target-sha",
|
|
4281
|
-
"trusted-publishing"
|
|
4289
|
+
"trusted-publishing",
|
|
4290
|
+
"universal-request-json"
|
|
4282
4291
|
],
|
|
4283
4292
|
"reverseAuditSource": ".github/workflows"
|
|
4284
4293
|
},
|
|
@@ -4368,7 +4377,7 @@
|
|
|
4368
4377
|
"visibility": "public",
|
|
4369
4378
|
"participantFacing": true,
|
|
4370
4379
|
"public": true,
|
|
4371
|
-
"inputCount":
|
|
4380
|
+
"inputCount": 42,
|
|
4372
4381
|
"inputs": [
|
|
4373
4382
|
"auto-approve-enabled",
|
|
4374
4383
|
"aws-ci-region",
|
|
@@ -4409,6 +4418,7 @@
|
|
|
4409
4418
|
"python-version",
|
|
4410
4419
|
"setup-env-timeout-minutes",
|
|
4411
4420
|
"setup-python-enabled",
|
|
4421
|
+
"universal-request-json",
|
|
4412
4422
|
"use-pipenv",
|
|
4413
4423
|
"use-poetry"
|
|
4414
4424
|
],
|
|
@@ -4443,12 +4453,13 @@
|
|
|
4443
4453
|
"visibility": "public",
|
|
4444
4454
|
"participantFacing": true,
|
|
4445
4455
|
"public": true,
|
|
4446
|
-
"inputCount":
|
|
4456
|
+
"inputCount": 5,
|
|
4447
4457
|
"inputs": [
|
|
4448
4458
|
"aws-region",
|
|
4449
4459
|
"aws-role",
|
|
4450
4460
|
"aws-root",
|
|
4451
|
-
"manager"
|
|
4461
|
+
"manager",
|
|
4462
|
+
"universal-request-json"
|
|
4452
4463
|
],
|
|
4453
4464
|
"reverseAuditSource": ".github/workflows"
|
|
4454
4465
|
},
|
|
@@ -4462,7 +4473,7 @@
|
|
|
4462
4473
|
"visibility": "public",
|
|
4463
4474
|
"participantFacing": true,
|
|
4464
4475
|
"public": true,
|
|
4465
|
-
"inputCount":
|
|
4476
|
+
"inputCount": 14,
|
|
4466
4477
|
"inputs": [
|
|
4467
4478
|
"aws-region",
|
|
4468
4479
|
"aws-role-arn",
|
|
@@ -4476,6 +4487,7 @@
|
|
|
4476
4487
|
"release-path",
|
|
4477
4488
|
"release-url",
|
|
4478
4489
|
"repo",
|
|
4490
|
+
"universal-request-json",
|
|
4479
4491
|
"upper-edge"
|
|
4480
4492
|
],
|
|
4481
4493
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -4490,12 +4502,13 @@
|
|
|
4490
4502
|
"visibility": "public",
|
|
4491
4503
|
"participantFacing": true,
|
|
4492
4504
|
"public": true,
|
|
4493
|
-
"inputCount":
|
|
4505
|
+
"inputCount": 5,
|
|
4494
4506
|
"inputs": [
|
|
4495
4507
|
"force",
|
|
4496
4508
|
"remote-host",
|
|
4497
4509
|
"remote-path",
|
|
4498
|
-
"remote-repo"
|
|
4510
|
+
"remote-repo",
|
|
4511
|
+
"universal-request-json"
|
|
4499
4512
|
],
|
|
4500
4513
|
"reverseAuditSource": ".github/workflows"
|
|
4501
4514
|
},
|
|
@@ -4509,7 +4522,7 @@
|
|
|
4509
4522
|
"visibility": "public",
|
|
4510
4523
|
"participantFacing": true,
|
|
4511
4524
|
"public": true,
|
|
4512
|
-
"inputCount":
|
|
4525
|
+
"inputCount": 44,
|
|
4513
4526
|
"inputs": [
|
|
4514
4527
|
"artifact-path",
|
|
4515
4528
|
"aws-region",
|
|
@@ -4552,6 +4565,7 @@
|
|
|
4552
4565
|
"staging-apply",
|
|
4553
4566
|
"staging-aws-role-arn",
|
|
4554
4567
|
"staging-environment",
|
|
4568
|
+
"universal-request-json",
|
|
4555
4569
|
"verify-command",
|
|
4556
4570
|
"working-directory"
|
|
4557
4571
|
],
|
|
@@ -4585,13 +4599,14 @@
|
|
|
4585
4599
|
"visibility": "public",
|
|
4586
4600
|
"participantFacing": true,
|
|
4587
4601
|
"public": true,
|
|
4588
|
-
"inputCount":
|
|
4602
|
+
"inputCount": 6,
|
|
4589
4603
|
"inputs": [
|
|
4590
4604
|
"aws-user-region",
|
|
4591
4605
|
"bucket-release",
|
|
4592
4606
|
"max-preview-links",
|
|
4593
4607
|
"node-version",
|
|
4594
|
-
"preview-files"
|
|
4608
|
+
"preview-files",
|
|
4609
|
+
"universal-request-json"
|
|
4595
4610
|
],
|
|
4596
4611
|
"reverseAuditSource": ".github/workflows"
|
|
4597
4612
|
},
|
|
@@ -4665,6 +4680,22 @@
|
|
|
4665
4680
|
"inputs": [],
|
|
4666
4681
|
"reverseAuditSource": ".github/workflows"
|
|
4667
4682
|
},
|
|
4683
|
+
{
|
|
4684
|
+
"id": "workflow:bootstrap",
|
|
4685
|
+
"name": "workflow:bootstrap",
|
|
4686
|
+
"kind": "workflow",
|
|
4687
|
+
"sourcePath": ".github/workflows/bootstrap.yml",
|
|
4688
|
+
"evidencePath": ".github/workflows/bootstrap.yml",
|
|
4689
|
+
"availability": "shipped",
|
|
4690
|
+
"visibility": "public",
|
|
4691
|
+
"participantFacing": true,
|
|
4692
|
+
"public": true,
|
|
4693
|
+
"inputCount": 1,
|
|
4694
|
+
"inputs": [
|
|
4695
|
+
"request-json"
|
|
4696
|
+
],
|
|
4697
|
+
"reverseAuditSource": ".github/workflows"
|
|
4698
|
+
},
|
|
4668
4699
|
{
|
|
4669
4700
|
"id": "workflow:build-surface-fixture",
|
|
4670
4701
|
"name": "workflow:build-surface-fixture",
|
|
@@ -4689,7 +4720,7 @@
|
|
|
4689
4720
|
"visibility": "public",
|
|
4690
4721
|
"participantFacing": true,
|
|
4691
4722
|
"public": true,
|
|
4692
|
-
"inputCount":
|
|
4723
|
+
"inputCount": 97,
|
|
4693
4724
|
"inputs": [
|
|
4694
4725
|
"artifact-compression-level",
|
|
4695
4726
|
"artifact-finalization-command",
|
|
@@ -4783,6 +4814,7 @@
|
|
|
4783
4814
|
"setup-rust",
|
|
4784
4815
|
"shifu-cache-profile-digest",
|
|
4785
4816
|
"shifu-cache-profile-ref",
|
|
4817
|
+
"universal-request-json",
|
|
4786
4818
|
"untrusted-policy",
|
|
4787
4819
|
"verify-command",
|
|
4788
4820
|
"verify-substage-evidence-path",
|
|
@@ -4884,7 +4916,7 @@
|
|
|
4884
4916
|
"visibility": "public",
|
|
4885
4917
|
"participantFacing": true,
|
|
4886
4918
|
"public": true,
|
|
4887
|
-
"inputCount":
|
|
4919
|
+
"inputCount": 17,
|
|
4888
4920
|
"inputs": [
|
|
4889
4921
|
"allowed-head-prefixes",
|
|
4890
4922
|
"block-labels",
|
|
@@ -4901,7 +4933,8 @@
|
|
|
4901
4933
|
"require-approval",
|
|
4902
4934
|
"required-status-checks",
|
|
4903
4935
|
"same-repository-only",
|
|
4904
|
-
"target-branch"
|
|
4936
|
+
"target-branch",
|
|
4937
|
+
"universal-request-json"
|
|
4905
4938
|
],
|
|
4906
4939
|
"reverseAuditSource": ".github/workflows"
|
|
4907
4940
|
},
|
|
@@ -4985,7 +5018,7 @@
|
|
|
4985
5018
|
"visibility": "public",
|
|
4986
5019
|
"participantFacing": true,
|
|
4987
5020
|
"public": true,
|
|
4988
|
-
"inputCount":
|
|
5021
|
+
"inputCount": 13,
|
|
4989
5022
|
"inputs": [
|
|
4990
5023
|
"buildchain-ref",
|
|
4991
5024
|
"buildchain-repository",
|
|
@@ -4997,6 +5030,7 @@
|
|
|
4997
5030
|
"source-proof-policy-paths-json",
|
|
4998
5031
|
"source-proof-required-contexts-json",
|
|
4999
5032
|
"source-proof-reuse",
|
|
5033
|
+
"universal-request-json",
|
|
5000
5034
|
"upload-artifacts",
|
|
5001
5035
|
"working-directory"
|
|
5002
5036
|
],
|
|
@@ -5012,7 +5046,7 @@
|
|
|
5012
5046
|
"visibility": "public",
|
|
5013
5047
|
"participantFacing": true,
|
|
5014
5048
|
"public": true,
|
|
5015
|
-
"inputCount":
|
|
5049
|
+
"inputCount": 16,
|
|
5016
5050
|
"inputs": [
|
|
5017
5051
|
"alpha-workflow-path",
|
|
5018
5052
|
"auto-merge",
|
|
@@ -5028,7 +5062,8 @@
|
|
|
5028
5062
|
"reactivation-authorized",
|
|
5029
5063
|
"settlement-authorized",
|
|
5030
5064
|
"source-branch",
|
|
5031
|
-
"target-branch"
|
|
5065
|
+
"target-branch",
|
|
5066
|
+
"universal-request-json"
|
|
5032
5067
|
],
|
|
5033
5068
|
"reverseAuditSource": ".github/workflows"
|
|
5034
5069
|
},
|
|
@@ -5042,7 +5077,7 @@
|
|
|
5042
5077
|
"visibility": "public",
|
|
5043
5078
|
"participantFacing": true,
|
|
5044
5079
|
"public": true,
|
|
5045
|
-
"inputCount":
|
|
5080
|
+
"inputCount": 13,
|
|
5046
5081
|
"inputs": [
|
|
5047
5082
|
"buildchain-ref",
|
|
5048
5083
|
"buildchain-repository",
|
|
@@ -5055,7 +5090,8 @@
|
|
|
5055
5090
|
"outcome",
|
|
5056
5091
|
"reason",
|
|
5057
5092
|
"target-branch",
|
|
5058
|
-
"terminal-evidence-root"
|
|
5093
|
+
"terminal-evidence-root",
|
|
5094
|
+
"universal-request-json"
|
|
5059
5095
|
],
|
|
5060
5096
|
"reverseAuditSource": ".github/workflows"
|
|
5061
5097
|
},
|
|
@@ -5069,7 +5105,7 @@
|
|
|
5069
5105
|
"visibility": "public",
|
|
5070
5106
|
"participantFacing": true,
|
|
5071
5107
|
"public": true,
|
|
5072
|
-
"inputCount":
|
|
5108
|
+
"inputCount": 14,
|
|
5073
5109
|
"inputs": [
|
|
5074
5110
|
"buildchain-ref",
|
|
5075
5111
|
"buildchain-repository",
|
|
@@ -5083,7 +5119,8 @@
|
|
|
5083
5119
|
"replay-tree-sha",
|
|
5084
5120
|
"required-context-roots-json",
|
|
5085
5121
|
"target-branch",
|
|
5086
|
-
"terminal-evidence-root"
|
|
5122
|
+
"terminal-evidence-root",
|
|
5123
|
+
"universal-request-json"
|
|
5087
5124
|
],
|
|
5088
5125
|
"reverseAuditSource": ".github/workflows"
|
|
5089
5126
|
},
|
|
@@ -5111,7 +5148,7 @@
|
|
|
5111
5148
|
"visibility": "public",
|
|
5112
5149
|
"participantFacing": true,
|
|
5113
5150
|
"public": true,
|
|
5114
|
-
"inputCount":
|
|
5151
|
+
"inputCount": 45,
|
|
5115
5152
|
"inputs": [
|
|
5116
5153
|
"active-lease-context",
|
|
5117
5154
|
"affected-paths-json",
|
|
@@ -5156,6 +5193,7 @@
|
|
|
5156
5193
|
"source-workflow-run-id",
|
|
5157
5194
|
"target-branch",
|
|
5158
5195
|
"toolchain-root",
|
|
5196
|
+
"universal-request-json",
|
|
5159
5197
|
"warrant-lease-seconds"
|
|
5160
5198
|
],
|
|
5161
5199
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -5170,7 +5208,7 @@
|
|
|
5170
5208
|
"visibility": "public",
|
|
5171
5209
|
"participantFacing": true,
|
|
5172
5210
|
"public": true,
|
|
5173
|
-
"inputCount":
|
|
5211
|
+
"inputCount": 11,
|
|
5174
5212
|
"inputs": [
|
|
5175
5213
|
"buildchain-ref",
|
|
5176
5214
|
"buildchain-repository",
|
|
@@ -5181,7 +5219,8 @@
|
|
|
5181
5219
|
"mutation-authorized",
|
|
5182
5220
|
"preflight-workflow-path",
|
|
5183
5221
|
"priority-workflows-json",
|
|
5184
|
-
"source-branch"
|
|
5222
|
+
"source-branch",
|
|
5223
|
+
"universal-request-json"
|
|
5185
5224
|
],
|
|
5186
5225
|
"reverseAuditSource": ".github/workflows"
|
|
5187
5226
|
},
|
|
@@ -5237,7 +5276,7 @@
|
|
|
5237
5276
|
"visibility": "public",
|
|
5238
5277
|
"participantFacing": true,
|
|
5239
5278
|
"public": true,
|
|
5240
|
-
"inputCount":
|
|
5279
|
+
"inputCount": 15,
|
|
5241
5280
|
"inputs": [
|
|
5242
5281
|
"apply-enabled",
|
|
5243
5282
|
"artifact-prefix",
|
|
@@ -5252,7 +5291,8 @@
|
|
|
5252
5291
|
"stale-days",
|
|
5253
5292
|
"stale-pull-request-label",
|
|
5254
5293
|
"target-branch",
|
|
5255
|
-
"temporary-branch-patterns"
|
|
5294
|
+
"temporary-branch-patterns",
|
|
5295
|
+
"universal-request-json"
|
|
5256
5296
|
],
|
|
5257
5297
|
"reverseAuditSource": ".github/workflows"
|
|
5258
5298
|
},
|
|
@@ -5266,7 +5306,7 @@
|
|
|
5266
5306
|
"visibility": "public",
|
|
5267
5307
|
"participantFacing": true,
|
|
5268
5308
|
"public": true,
|
|
5269
|
-
"inputCount":
|
|
5309
|
+
"inputCount": 14,
|
|
5270
5310
|
"inputs": [
|
|
5271
5311
|
"buildchain-ref",
|
|
5272
5312
|
"environment",
|
|
@@ -5280,7 +5320,8 @@
|
|
|
5280
5320
|
"retention-days",
|
|
5281
5321
|
"source-sha",
|
|
5282
5322
|
"subject-artifact-name",
|
|
5283
|
-
"subject-relative-path"
|
|
5323
|
+
"subject-relative-path",
|
|
5324
|
+
"universal-request-json"
|
|
5284
5325
|
],
|
|
5285
5326
|
"reverseAuditSource": ".github/workflows"
|
|
5286
5327
|
},
|
|
@@ -5322,7 +5363,7 @@
|
|
|
5322
5363
|
"visibility": "public",
|
|
5323
5364
|
"participantFacing": true,
|
|
5324
5365
|
"public": true,
|
|
5325
|
-
"inputCount":
|
|
5366
|
+
"inputCount": 27,
|
|
5326
5367
|
"inputs": [
|
|
5327
5368
|
"artifact-name",
|
|
5328
5369
|
"artifact-paths",
|
|
@@ -5348,6 +5389,7 @@
|
|
|
5348
5389
|
"target-ref",
|
|
5349
5390
|
"target-sha",
|
|
5350
5391
|
"toolchain-type",
|
|
5392
|
+
"universal-request-json",
|
|
5351
5393
|
"verify-command",
|
|
5352
5394
|
"working-directory"
|
|
5353
5395
|
],
|
|
@@ -5363,7 +5405,7 @@
|
|
|
5363
5405
|
"visibility": "public",
|
|
5364
5406
|
"participantFacing": true,
|
|
5365
5407
|
"public": true,
|
|
5366
|
-
"inputCount":
|
|
5408
|
+
"inputCount": 39,
|
|
5367
5409
|
"inputs": [
|
|
5368
5410
|
"artifact-name",
|
|
5369
5411
|
"artifact-retention-days",
|
|
@@ -5401,6 +5443,7 @@
|
|
|
5401
5443
|
"toolchain-digest",
|
|
5402
5444
|
"toolchain-image",
|
|
5403
5445
|
"toolchain-type",
|
|
5446
|
+
"universal-request-json",
|
|
5404
5447
|
"verify-command",
|
|
5405
5448
|
"working-directory"
|
|
5406
5449
|
],
|
|
@@ -5416,7 +5459,7 @@
|
|
|
5416
5459
|
"visibility": "public",
|
|
5417
5460
|
"participantFacing": true,
|
|
5418
5461
|
"public": true,
|
|
5419
|
-
"inputCount":
|
|
5462
|
+
"inputCount": 14,
|
|
5420
5463
|
"inputs": [
|
|
5421
5464
|
"allowed-head-prefixes",
|
|
5422
5465
|
"block-labels",
|
|
@@ -5430,7 +5473,8 @@
|
|
|
5430
5473
|
"require-approval",
|
|
5431
5474
|
"required-status-checks",
|
|
5432
5475
|
"same-repository-only",
|
|
5433
|
-
"target-branch"
|
|
5476
|
+
"target-branch",
|
|
5477
|
+
"universal-request-json"
|
|
5434
5478
|
],
|
|
5435
5479
|
"reverseAuditSource": ".github/workflows"
|
|
5436
5480
|
},
|
|
@@ -5444,12 +5488,13 @@
|
|
|
5444
5488
|
"visibility": "public",
|
|
5445
5489
|
"participantFacing": true,
|
|
5446
5490
|
"public": true,
|
|
5447
|
-
"inputCount":
|
|
5491
|
+
"inputCount": 5,
|
|
5448
5492
|
"inputs": [
|
|
5449
5493
|
"buildchain-ref",
|
|
5450
5494
|
"buildchain-repository",
|
|
5451
5495
|
"dry-run",
|
|
5452
|
-
"target-branch"
|
|
5496
|
+
"target-branch",
|
|
5497
|
+
"universal-request-json"
|
|
5453
5498
|
],
|
|
5454
5499
|
"reverseAuditSource": ".github/workflows"
|
|
5455
5500
|
},
|
|
@@ -5463,7 +5508,7 @@
|
|
|
5463
5508
|
"visibility": "public",
|
|
5464
5509
|
"participantFacing": true,
|
|
5465
5510
|
"public": true,
|
|
5466
|
-
"inputCount":
|
|
5511
|
+
"inputCount": 13,
|
|
5467
5512
|
"inputs": [
|
|
5468
5513
|
"artifact-path",
|
|
5469
5514
|
"build-command",
|
|
@@ -5476,6 +5521,7 @@
|
|
|
5476
5521
|
"production-aws-role-arn",
|
|
5477
5522
|
"production-bucket",
|
|
5478
5523
|
"production-environment",
|
|
5524
|
+
"universal-request-json",
|
|
5479
5525
|
"verify-command"
|
|
5480
5526
|
],
|
|
5481
5527
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -5490,12 +5536,13 @@
|
|
|
5490
5536
|
"visibility": "public",
|
|
5491
5537
|
"participantFacing": true,
|
|
5492
5538
|
"public": true,
|
|
5493
|
-
"inputCount":
|
|
5539
|
+
"inputCount": 5,
|
|
5494
5540
|
"inputs": [
|
|
5495
5541
|
"buildchain-ref",
|
|
5496
5542
|
"buildchain-repository",
|
|
5497
5543
|
"dry-run",
|
|
5498
|
-
"target-branch"
|
|
5544
|
+
"target-branch",
|
|
5545
|
+
"universal-request-json"
|
|
5499
5546
|
],
|
|
5500
5547
|
"reverseAuditSource": ".github/workflows"
|
|
5501
5548
|
},
|
|
@@ -5509,7 +5556,7 @@
|
|
|
5509
5556
|
"visibility": "public",
|
|
5510
5557
|
"participantFacing": true,
|
|
5511
5558
|
"public": true,
|
|
5512
|
-
"inputCount":
|
|
5559
|
+
"inputCount": 24,
|
|
5513
5560
|
"inputs": [
|
|
5514
5561
|
"artifact-name",
|
|
5515
5562
|
"artifact-paths",
|
|
@@ -5532,6 +5579,7 @@
|
|
|
5532
5579
|
"toolchain-digest",
|
|
5533
5580
|
"toolchain-image",
|
|
5534
5581
|
"toolchain-type",
|
|
5582
|
+
"universal-request-json",
|
|
5535
5583
|
"verify-command",
|
|
5536
5584
|
"working-directory"
|
|
5537
5585
|
],
|
|
@@ -5547,7 +5595,7 @@
|
|
|
5547
5595
|
"visibility": "public",
|
|
5548
5596
|
"participantFacing": true,
|
|
5549
5597
|
"public": true,
|
|
5550
|
-
"inputCount":
|
|
5598
|
+
"inputCount": 107,
|
|
5551
5599
|
"inputs": [
|
|
5552
5600
|
"allow-repository",
|
|
5553
5601
|
"artifact-name",
|
|
@@ -5654,7 +5702,8 @@
|
|
|
5654
5702
|
"standalone-binary-distribution",
|
|
5655
5703
|
"target-ref",
|
|
5656
5704
|
"target-sha",
|
|
5657
|
-
"trusted-publishing"
|
|
5705
|
+
"trusted-publishing",
|
|
5706
|
+
"universal-request-json"
|
|
5658
5707
|
],
|
|
5659
5708
|
"reverseAuditSource": ".github/workflows"
|
|
5660
5709
|
},
|
|
@@ -5668,12 +5717,13 @@
|
|
|
5668
5717
|
"visibility": "public",
|
|
5669
5718
|
"participantFacing": true,
|
|
5670
5719
|
"public": true,
|
|
5671
|
-
"inputCount":
|
|
5720
|
+
"inputCount": 5,
|
|
5672
5721
|
"inputs": [
|
|
5673
5722
|
"apply",
|
|
5674
5723
|
"branch",
|
|
5675
5724
|
"buildchain-ref",
|
|
5676
|
-
"candidate-sha"
|
|
5725
|
+
"candidate-sha",
|
|
5726
|
+
"universal-request-json"
|
|
5677
5727
|
],
|
|
5678
5728
|
"reverseAuditSource": ".github/workflows"
|
|
5679
5729
|
},
|
|
@@ -5715,7 +5765,7 @@
|
|
|
5715
5765
|
"visibility": "public",
|
|
5716
5766
|
"participantFacing": true,
|
|
5717
5767
|
"public": true,
|
|
5718
|
-
"inputCount":
|
|
5768
|
+
"inputCount": 20,
|
|
5719
5769
|
"inputs": [
|
|
5720
5770
|
"agent-work-context-json",
|
|
5721
5771
|
"agent-work-mode",
|
|
@@ -5735,6 +5785,7 @@
|
|
|
5735
5785
|
"pr-title",
|
|
5736
5786
|
"refresh-managed-readme-badges",
|
|
5737
5787
|
"source-node",
|
|
5788
|
+
"universal-request-json",
|
|
5738
5789
|
"upstream-release-json"
|
|
5739
5790
|
],
|
|
5740
5791
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -5749,7 +5800,7 @@
|
|
|
5749
5800
|
"visibility": "public",
|
|
5750
5801
|
"participantFacing": true,
|
|
5751
5802
|
"public": true,
|
|
5752
|
-
"inputCount":
|
|
5803
|
+
"inputCount": 15,
|
|
5753
5804
|
"inputs": [
|
|
5754
5805
|
"buildchain-ref",
|
|
5755
5806
|
"candidate-root",
|
|
@@ -5764,7 +5815,8 @@
|
|
|
5764
5815
|
"rehearsal-capsule-path",
|
|
5765
5816
|
"rehearsal-evidence-path",
|
|
5766
5817
|
"rehearsal-mode",
|
|
5767
|
-
"state-path"
|
|
5818
|
+
"state-path",
|
|
5819
|
+
"universal-request-json"
|
|
5768
5820
|
],
|
|
5769
5821
|
"reverseAuditSource": ".github/workflows"
|
|
5770
5822
|
},
|
|
@@ -5820,7 +5872,7 @@
|
|
|
5820
5872
|
"visibility": "public",
|
|
5821
5873
|
"participantFacing": true,
|
|
5822
5874
|
"public": true,
|
|
5823
|
-
"inputCount":
|
|
5875
|
+
"inputCount": 17,
|
|
5824
5876
|
"inputs": [
|
|
5825
5877
|
"auto-approve",
|
|
5826
5878
|
"auto-merge",
|
|
@@ -5837,7 +5889,38 @@
|
|
|
5837
5889
|
"required-checks",
|
|
5838
5890
|
"revoke-reason",
|
|
5839
5891
|
"revoked-versions",
|
|
5840
|
-
"target-branch"
|
|
5892
|
+
"target-branch",
|
|
5893
|
+
"universal-request-json"
|
|
5894
|
+
],
|
|
5895
|
+
"reverseAuditSource": ".github/workflows"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"id": "workflow:universal-bootstrap-dogfood",
|
|
5899
|
+
"name": "workflow:universal-bootstrap-dogfood",
|
|
5900
|
+
"kind": "workflow",
|
|
5901
|
+
"sourcePath": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
5902
|
+
"evidencePath": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
5903
|
+
"availability": "shipped",
|
|
5904
|
+
"visibility": "public",
|
|
5905
|
+
"participantFacing": true,
|
|
5906
|
+
"public": true,
|
|
5907
|
+
"inputCount": 0,
|
|
5908
|
+
"inputs": [],
|
|
5909
|
+
"reverseAuditSource": ".github/workflows"
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"id": "workflow:universal-bootstrap-recovery",
|
|
5913
|
+
"name": "workflow:universal-bootstrap-recovery",
|
|
5914
|
+
"kind": "workflow",
|
|
5915
|
+
"sourcePath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
5916
|
+
"evidencePath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
5917
|
+
"availability": "shipped",
|
|
5918
|
+
"visibility": "public",
|
|
5919
|
+
"participantFacing": true,
|
|
5920
|
+
"public": true,
|
|
5921
|
+
"inputCount": 1,
|
|
5922
|
+
"inputs": [
|
|
5923
|
+
"request-json"
|
|
5841
5924
|
],
|
|
5842
5925
|
"reverseAuditSource": ".github/workflows"
|
|
5843
5926
|
},
|
|
@@ -5865,7 +5948,7 @@
|
|
|
5865
5948
|
"visibility": "public",
|
|
5866
5949
|
"participantFacing": true,
|
|
5867
5950
|
"public": true,
|
|
5868
|
-
"inputCount":
|
|
5951
|
+
"inputCount": 9,
|
|
5869
5952
|
"inputs": [
|
|
5870
5953
|
"archive-path",
|
|
5871
5954
|
"bootstrap-path",
|
|
@@ -5874,7 +5957,8 @@
|
|
|
5874
5957
|
"consumer-repository",
|
|
5875
5958
|
"input-path",
|
|
5876
5959
|
"invocation-source-path",
|
|
5877
|
-
"node-version"
|
|
5960
|
+
"node-version",
|
|
5961
|
+
"universal-request-json"
|
|
5878
5962
|
],
|
|
5879
5963
|
"reverseAuditSource": ".github/workflows"
|
|
5880
5964
|
},
|
|
@@ -5930,13 +6014,14 @@
|
|
|
5930
6014
|
"visibility": "public",
|
|
5931
6015
|
"participantFacing": true,
|
|
5932
6016
|
"public": true,
|
|
5933
|
-
"inputCount":
|
|
6017
|
+
"inputCount": 7,
|
|
5934
6018
|
"inputs": [
|
|
5935
6019
|
"build-artifact-path",
|
|
5936
6020
|
"consumer",
|
|
5937
6021
|
"go-version",
|
|
5938
6022
|
"install-artifact-path",
|
|
5939
6023
|
"node-version",
|
|
6024
|
+
"universal-request-json",
|
|
5940
6025
|
"verify-artifact-path"
|
|
5941
6026
|
],
|
|
5942
6027
|
"reverseAuditSource": ".github/workflows"
|
|
@@ -5951,12 +6036,13 @@
|
|
|
5951
6036
|
"visibility": "public",
|
|
5952
6037
|
"participantFacing": true,
|
|
5953
6038
|
"public": true,
|
|
5954
|
-
"inputCount":
|
|
6039
|
+
"inputCount": 5,
|
|
5955
6040
|
"inputs": [
|
|
5956
6041
|
"artifact-retention-days",
|
|
5957
6042
|
"consumer-policy-receipt-json",
|
|
5958
6043
|
"macos-finalization-command",
|
|
5959
|
-
"request-json"
|
|
6044
|
+
"request-json",
|
|
6045
|
+
"universal-request-json"
|
|
5960
6046
|
],
|
|
5961
6047
|
"reverseAuditSource": ".github/workflows"
|
|
5962
6048
|
},
|
|
@@ -7507,6 +7593,6 @@
|
|
|
7507
7593
|
}
|
|
7508
7594
|
}
|
|
7509
7595
|
],
|
|
7510
|
-
"publicSurfaceCount":
|
|
7596
|
+
"publicSurfaceCount": 484
|
|
7511
7597
|
}
|
|
7512
7598
|
}
|