@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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"status": "passed",
|
|
5
5
|
"summary": {
|
|
6
6
|
"cliCommandCount": 117,
|
|
7
|
-
"workflowCount":
|
|
7
|
+
"workflowCount": 80,
|
|
8
8
|
"actionCount": 8,
|
|
9
9
|
"sitePageCount": 84,
|
|
10
10
|
"docCommandRefCount": 1050,
|
|
@@ -614,9 +614,10 @@
|
|
|
614
614
|
"require-trusted-event",
|
|
615
615
|
"source-artifact-digest",
|
|
616
616
|
"source-artifact-name",
|
|
617
|
-
"source-ref"
|
|
617
|
+
"source-ref",
|
|
618
|
+
"universal-request-json"
|
|
618
619
|
],
|
|
619
|
-
"inputCount":
|
|
620
|
+
"inputCount": 12,
|
|
620
621
|
"secrets": [],
|
|
621
622
|
"secretCount": 0,
|
|
622
623
|
"outputs": [
|
|
@@ -655,9 +656,10 @@
|
|
|
655
656
|
"publication-version",
|
|
656
657
|
"release-tag",
|
|
657
658
|
"source-sha",
|
|
658
|
-
"target-ref"
|
|
659
|
+
"target-ref",
|
|
660
|
+
"universal-request-json"
|
|
659
661
|
],
|
|
660
|
-
"inputCount":
|
|
662
|
+
"inputCount": 16,
|
|
661
663
|
"secrets": [],
|
|
662
664
|
"secretCount": 0,
|
|
663
665
|
"outputs": [],
|
|
@@ -757,12 +759,13 @@
|
|
|
757
759
|
"setup-rust",
|
|
758
760
|
"shifu-cache-profile-digest",
|
|
759
761
|
"shifu-cache-profile-ref",
|
|
762
|
+
"universal-request-json",
|
|
760
763
|
"untrusted-policy",
|
|
761
764
|
"verify-command",
|
|
762
765
|
"verify-substage-evidence-path",
|
|
763
766
|
"working-directory"
|
|
764
767
|
],
|
|
765
|
-
"inputCount":
|
|
768
|
+
"inputCount": 94,
|
|
766
769
|
"secrets": [
|
|
767
770
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
768
771
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -828,8 +831,10 @@
|
|
|
828
831
|
"id": ".bump-minor-version",
|
|
829
832
|
"path": ".github/workflows/.bump-minor-version.yml",
|
|
830
833
|
"reusable": true,
|
|
831
|
-
"inputs": [
|
|
832
|
-
|
|
834
|
+
"inputs": [
|
|
835
|
+
"universal-request-json"
|
|
836
|
+
],
|
|
837
|
+
"inputCount": 1,
|
|
833
838
|
"secrets": [
|
|
834
839
|
"GITHUB_PUSH_TOKEN"
|
|
835
840
|
],
|
|
@@ -853,9 +858,10 @@
|
|
|
853
858
|
"render-media",
|
|
854
859
|
"renderer-image",
|
|
855
860
|
"scenario-path",
|
|
856
|
-
"source-ref"
|
|
861
|
+
"source-ref",
|
|
862
|
+
"universal-request-json"
|
|
857
863
|
],
|
|
858
|
-
"inputCount":
|
|
864
|
+
"inputCount": 13,
|
|
859
865
|
"secrets": [
|
|
860
866
|
"DEMO_UPDATE_TOKEN"
|
|
861
867
|
],
|
|
@@ -904,10 +910,11 @@
|
|
|
904
910
|
"shifu-cache-profile-digest",
|
|
905
911
|
"shifu-cache-profile-ref",
|
|
906
912
|
"source-ref",
|
|
913
|
+
"universal-request-json",
|
|
907
914
|
"untrusted-policy",
|
|
908
915
|
"working-directory"
|
|
909
916
|
],
|
|
910
|
-
"inputCount":
|
|
917
|
+
"inputCount": 31,
|
|
911
918
|
"secrets": [],
|
|
912
919
|
"secretCount": 0,
|
|
913
920
|
"outputs": [
|
|
@@ -969,9 +976,10 @@
|
|
|
969
976
|
"runner-provenance-json",
|
|
970
977
|
"source-sha",
|
|
971
978
|
"target-ref",
|
|
979
|
+
"universal-request-json",
|
|
972
980
|
"used-nonces-json"
|
|
973
981
|
],
|
|
974
|
-
"inputCount":
|
|
982
|
+
"inputCount": 38,
|
|
975
983
|
"secrets": [
|
|
976
984
|
"BUILDCHAIN_GOVERNANCE_READ_TOKEN",
|
|
977
985
|
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
|
|
@@ -1111,9 +1119,10 @@
|
|
|
1111
1119
|
"standalone-binary-distribution",
|
|
1112
1120
|
"target-ref",
|
|
1113
1121
|
"target-sha",
|
|
1114
|
-
"trusted-publishing"
|
|
1122
|
+
"trusted-publishing",
|
|
1123
|
+
"universal-request-json"
|
|
1115
1124
|
],
|
|
1116
|
-
"inputCount":
|
|
1125
|
+
"inputCount": 122,
|
|
1117
1126
|
"secrets": [
|
|
1118
1127
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
1119
1128
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -1290,10 +1299,11 @@
|
|
|
1290
1299
|
"python-version",
|
|
1291
1300
|
"setup-env-timeout-minutes",
|
|
1292
1301
|
"setup-python-enabled",
|
|
1302
|
+
"universal-request-json",
|
|
1293
1303
|
"use-pipenv",
|
|
1294
1304
|
"use-poetry"
|
|
1295
1305
|
],
|
|
1296
|
-
"inputCount":
|
|
1306
|
+
"inputCount": 42,
|
|
1297
1307
|
"secrets": [
|
|
1298
1308
|
"APPLE_CSC_KEY",
|
|
1299
1309
|
"APPLE_CSC_KEY_PASSWORD",
|
|
@@ -1337,9 +1347,10 @@
|
|
|
1337
1347
|
"aws-region",
|
|
1338
1348
|
"aws-role",
|
|
1339
1349
|
"aws-root",
|
|
1340
|
-
"manager"
|
|
1350
|
+
"manager",
|
|
1351
|
+
"universal-request-json"
|
|
1341
1352
|
],
|
|
1342
|
-
"inputCount":
|
|
1353
|
+
"inputCount": 5,
|
|
1343
1354
|
"secrets": [
|
|
1344
1355
|
"AWS_ACCOUNT_ID",
|
|
1345
1356
|
"NODE_AUTH_TOKEN"
|
|
@@ -1365,9 +1376,10 @@
|
|
|
1365
1376
|
"release-path",
|
|
1366
1377
|
"release-url",
|
|
1367
1378
|
"repo",
|
|
1379
|
+
"universal-request-json",
|
|
1368
1380
|
"upper-edge"
|
|
1369
1381
|
],
|
|
1370
|
-
"inputCount":
|
|
1382
|
+
"inputCount": 14,
|
|
1371
1383
|
"secrets": [
|
|
1372
1384
|
"AIRTABLE_API_KEY",
|
|
1373
1385
|
"GITHUB_PUSH_TOKEN"
|
|
@@ -1384,9 +1396,10 @@
|
|
|
1384
1396
|
"force",
|
|
1385
1397
|
"remote-host",
|
|
1386
1398
|
"remote-path",
|
|
1387
|
-
"remote-repo"
|
|
1399
|
+
"remote-repo",
|
|
1400
|
+
"universal-request-json"
|
|
1388
1401
|
],
|
|
1389
|
-
"inputCount":
|
|
1402
|
+
"inputCount": 5,
|
|
1390
1403
|
"secrets": [
|
|
1391
1404
|
"REMOTE_CREDENTIAL",
|
|
1392
1405
|
"REMOTE_USER"
|
|
@@ -1441,10 +1454,11 @@
|
|
|
1441
1454
|
"staging-apply",
|
|
1442
1455
|
"staging-aws-role-arn",
|
|
1443
1456
|
"staging-environment",
|
|
1457
|
+
"universal-request-json",
|
|
1444
1458
|
"verify-command",
|
|
1445
1459
|
"working-directory"
|
|
1446
1460
|
],
|
|
1447
|
-
"inputCount":
|
|
1461
|
+
"inputCount": 44,
|
|
1448
1462
|
"secrets": [
|
|
1449
1463
|
"production-release-app-private-key"
|
|
1450
1464
|
],
|
|
@@ -1503,9 +1517,10 @@
|
|
|
1503
1517
|
"bucket-release",
|
|
1504
1518
|
"max-preview-links",
|
|
1505
1519
|
"node-version",
|
|
1506
|
-
"preview-files"
|
|
1520
|
+
"preview-files",
|
|
1521
|
+
"universal-request-json"
|
|
1507
1522
|
],
|
|
1508
|
-
"inputCount":
|
|
1523
|
+
"inputCount": 6,
|
|
1509
1524
|
"secrets": [
|
|
1510
1525
|
"AWS_USER_ACCESS_KEY_ID",
|
|
1511
1526
|
"AWS_USER_SECRET_ACCESS_KEY",
|
|
@@ -1570,6 +1585,28 @@
|
|
|
1570
1585
|
"outputs": [],
|
|
1571
1586
|
"outputCount": 0
|
|
1572
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
"id": "bootstrap",
|
|
1590
|
+
"path": ".github/workflows/bootstrap.yml",
|
|
1591
|
+
"reusable": true,
|
|
1592
|
+
"inputs": [
|
|
1593
|
+
"request-json"
|
|
1594
|
+
],
|
|
1595
|
+
"inputCount": 1,
|
|
1596
|
+
"secrets": [],
|
|
1597
|
+
"secretCount": 0,
|
|
1598
|
+
"outputs": [
|
|
1599
|
+
"admission-root",
|
|
1600
|
+
"backflow-root",
|
|
1601
|
+
"request-root",
|
|
1602
|
+
"result-json",
|
|
1603
|
+
"result-root",
|
|
1604
|
+
"runtime-sha",
|
|
1605
|
+
"terminal-receipt-json",
|
|
1606
|
+
"terminal-receipt-root"
|
|
1607
|
+
],
|
|
1608
|
+
"outputCount": 8
|
|
1609
|
+
},
|
|
1573
1610
|
{
|
|
1574
1611
|
"id": "build-surface-fixture",
|
|
1575
1612
|
"path": ".github/workflows/build-surface-fixture.yml",
|
|
@@ -1678,12 +1715,13 @@
|
|
|
1678
1715
|
"setup-rust",
|
|
1679
1716
|
"shifu-cache-profile-digest",
|
|
1680
1717
|
"shifu-cache-profile-ref",
|
|
1718
|
+
"universal-request-json",
|
|
1681
1719
|
"untrusted-policy",
|
|
1682
1720
|
"verify-command",
|
|
1683
1721
|
"verify-substage-evidence-path",
|
|
1684
1722
|
"working-directory"
|
|
1685
1723
|
],
|
|
1686
|
-
"inputCount":
|
|
1724
|
+
"inputCount": 97,
|
|
1687
1725
|
"secrets": [
|
|
1688
1726
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1689
1727
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1834,9 +1872,10 @@
|
|
|
1834
1872
|
"require-approval",
|
|
1835
1873
|
"required-status-checks",
|
|
1836
1874
|
"same-repository-only",
|
|
1837
|
-
"target-branch"
|
|
1875
|
+
"target-branch",
|
|
1876
|
+
"universal-request-json"
|
|
1838
1877
|
],
|
|
1839
|
-
"inputCount":
|
|
1878
|
+
"inputCount": 17,
|
|
1840
1879
|
"secrets": [
|
|
1841
1880
|
"github-token"
|
|
1842
1881
|
],
|
|
@@ -1920,10 +1959,11 @@
|
|
|
1920
1959
|
"source-proof-policy-paths-json",
|
|
1921
1960
|
"source-proof-required-contexts-json",
|
|
1922
1961
|
"source-proof-reuse",
|
|
1962
|
+
"universal-request-json",
|
|
1923
1963
|
"upload-artifacts",
|
|
1924
1964
|
"working-directory"
|
|
1925
1965
|
],
|
|
1926
|
-
"inputCount":
|
|
1966
|
+
"inputCount": 13,
|
|
1927
1967
|
"secrets": [],
|
|
1928
1968
|
"secretCount": 0,
|
|
1929
1969
|
"outputs": [
|
|
@@ -1961,9 +2001,10 @@
|
|
|
1961
2001
|
"reactivation-authorized",
|
|
1962
2002
|
"settlement-authorized",
|
|
1963
2003
|
"source-branch",
|
|
1964
|
-
"target-branch"
|
|
2004
|
+
"target-branch",
|
|
2005
|
+
"universal-request-json"
|
|
1965
2006
|
],
|
|
1966
|
-
"inputCount":
|
|
2007
|
+
"inputCount": 16,
|
|
1967
2008
|
"secrets": [
|
|
1968
2009
|
"promotion-token"
|
|
1969
2010
|
],
|
|
@@ -2005,9 +2046,10 @@
|
|
|
2005
2046
|
"outcome",
|
|
2006
2047
|
"reason",
|
|
2007
2048
|
"target-branch",
|
|
2008
|
-
"terminal-evidence-root"
|
|
2049
|
+
"terminal-evidence-root",
|
|
2050
|
+
"universal-request-json"
|
|
2009
2051
|
],
|
|
2010
|
-
"inputCount":
|
|
2052
|
+
"inputCount": 13,
|
|
2011
2053
|
"secrets": [
|
|
2012
2054
|
"github-token"
|
|
2013
2055
|
],
|
|
@@ -2036,9 +2078,10 @@
|
|
|
2036
2078
|
"replay-tree-sha",
|
|
2037
2079
|
"required-context-roots-json",
|
|
2038
2080
|
"target-branch",
|
|
2039
|
-
"terminal-evidence-root"
|
|
2081
|
+
"terminal-evidence-root",
|
|
2082
|
+
"universal-request-json"
|
|
2040
2083
|
],
|
|
2041
|
-
"inputCount":
|
|
2084
|
+
"inputCount": 14,
|
|
2042
2085
|
"secrets": [
|
|
2043
2086
|
"github-token"
|
|
2044
2087
|
],
|
|
@@ -2110,9 +2153,10 @@
|
|
|
2110
2153
|
"source-workflow-run-id",
|
|
2111
2154
|
"target-branch",
|
|
2112
2155
|
"toolchain-root",
|
|
2156
|
+
"universal-request-json",
|
|
2113
2157
|
"warrant-lease-seconds"
|
|
2114
2158
|
],
|
|
2115
|
-
"inputCount":
|
|
2159
|
+
"inputCount": 45,
|
|
2116
2160
|
"secrets": [
|
|
2117
2161
|
"github-token"
|
|
2118
2162
|
],
|
|
@@ -2154,9 +2198,10 @@
|
|
|
2154
2198
|
"mutation-authorized",
|
|
2155
2199
|
"preflight-workflow-path",
|
|
2156
2200
|
"priority-workflows-json",
|
|
2157
|
-
"source-branch"
|
|
2201
|
+
"source-branch",
|
|
2202
|
+
"universal-request-json"
|
|
2158
2203
|
],
|
|
2159
|
-
"inputCount":
|
|
2204
|
+
"inputCount": 11,
|
|
2160
2205
|
"secrets": [
|
|
2161
2206
|
"qualification-token"
|
|
2162
2207
|
],
|
|
@@ -2223,9 +2268,10 @@
|
|
|
2223
2268
|
"stale-days",
|
|
2224
2269
|
"stale-pull-request-label",
|
|
2225
2270
|
"target-branch",
|
|
2226
|
-
"temporary-branch-patterns"
|
|
2271
|
+
"temporary-branch-patterns",
|
|
2272
|
+
"universal-request-json"
|
|
2227
2273
|
],
|
|
2228
|
-
"inputCount":
|
|
2274
|
+
"inputCount": 15,
|
|
2229
2275
|
"secrets": [
|
|
2230
2276
|
"housekeeper_app_id",
|
|
2231
2277
|
"housekeeper_app_private_key",
|
|
@@ -2262,9 +2308,10 @@
|
|
|
2262
2308
|
"retention-days",
|
|
2263
2309
|
"source-sha",
|
|
2264
2310
|
"subject-artifact-name",
|
|
2265
|
-
"subject-relative-path"
|
|
2311
|
+
"subject-relative-path",
|
|
2312
|
+
"universal-request-json"
|
|
2266
2313
|
],
|
|
2267
|
-
"inputCount":
|
|
2314
|
+
"inputCount": 14,
|
|
2268
2315
|
"secrets": [],
|
|
2269
2316
|
"secretCount": 0,
|
|
2270
2317
|
"outputs": [
|
|
@@ -2327,10 +2374,11 @@
|
|
|
2327
2374
|
"target-ref",
|
|
2328
2375
|
"target-sha",
|
|
2329
2376
|
"toolchain-type",
|
|
2377
|
+
"universal-request-json",
|
|
2330
2378
|
"verify-command",
|
|
2331
2379
|
"working-directory"
|
|
2332
2380
|
],
|
|
2333
|
-
"inputCount":
|
|
2381
|
+
"inputCount": 27,
|
|
2334
2382
|
"secrets": [
|
|
2335
2383
|
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID",
|
|
2336
2384
|
"BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY",
|
|
@@ -2391,10 +2439,11 @@
|
|
|
2391
2439
|
"toolchain-digest",
|
|
2392
2440
|
"toolchain-image",
|
|
2393
2441
|
"toolchain-type",
|
|
2442
|
+
"universal-request-json",
|
|
2394
2443
|
"verify-command",
|
|
2395
2444
|
"working-directory"
|
|
2396
2445
|
],
|
|
2397
|
-
"inputCount":
|
|
2446
|
+
"inputCount": 39,
|
|
2398
2447
|
"secrets": [],
|
|
2399
2448
|
"secretCount": 0,
|
|
2400
2449
|
"outputs": [
|
|
@@ -2430,9 +2479,10 @@
|
|
|
2430
2479
|
"require-approval",
|
|
2431
2480
|
"required-status-checks",
|
|
2432
2481
|
"same-repository-only",
|
|
2433
|
-
"target-branch"
|
|
2482
|
+
"target-branch",
|
|
2483
|
+
"universal-request-json"
|
|
2434
2484
|
],
|
|
2435
|
-
"inputCount":
|
|
2485
|
+
"inputCount": 14,
|
|
2436
2486
|
"secrets": [
|
|
2437
2487
|
"github-token"
|
|
2438
2488
|
],
|
|
@@ -2454,9 +2504,10 @@
|
|
|
2454
2504
|
"buildchain-ref",
|
|
2455
2505
|
"buildchain-repository",
|
|
2456
2506
|
"dry-run",
|
|
2457
|
-
"target-branch"
|
|
2507
|
+
"target-branch",
|
|
2508
|
+
"universal-request-json"
|
|
2458
2509
|
],
|
|
2459
|
-
"inputCount":
|
|
2510
|
+
"inputCount": 5,
|
|
2460
2511
|
"secrets": [
|
|
2461
2512
|
"github-token"
|
|
2462
2513
|
],
|
|
@@ -2486,9 +2537,10 @@
|
|
|
2486
2537
|
"production-aws-role-arn",
|
|
2487
2538
|
"production-bucket",
|
|
2488
2539
|
"production-environment",
|
|
2540
|
+
"universal-request-json",
|
|
2489
2541
|
"verify-command"
|
|
2490
2542
|
],
|
|
2491
|
-
"inputCount":
|
|
2543
|
+
"inputCount": 13,
|
|
2492
2544
|
"secrets": [],
|
|
2493
2545
|
"secretCount": 0,
|
|
2494
2546
|
"outputs": [
|
|
@@ -2504,9 +2556,10 @@
|
|
|
2504
2556
|
"buildchain-ref",
|
|
2505
2557
|
"buildchain-repository",
|
|
2506
2558
|
"dry-run",
|
|
2507
|
-
"target-branch"
|
|
2559
|
+
"target-branch",
|
|
2560
|
+
"universal-request-json"
|
|
2508
2561
|
],
|
|
2509
|
-
"inputCount":
|
|
2562
|
+
"inputCount": 5,
|
|
2510
2563
|
"secrets": [
|
|
2511
2564
|
"github-token"
|
|
2512
2565
|
],
|
|
@@ -2546,10 +2599,11 @@
|
|
|
2546
2599
|
"toolchain-digest",
|
|
2547
2600
|
"toolchain-image",
|
|
2548
2601
|
"toolchain-type",
|
|
2602
|
+
"universal-request-json",
|
|
2549
2603
|
"verify-command",
|
|
2550
2604
|
"working-directory"
|
|
2551
2605
|
],
|
|
2552
|
-
"inputCount":
|
|
2606
|
+
"inputCount": 24,
|
|
2553
2607
|
"secrets": [],
|
|
2554
2608
|
"secretCount": 0,
|
|
2555
2609
|
"outputs": [
|
|
@@ -2682,9 +2736,10 @@
|
|
|
2682
2736
|
"standalone-binary-distribution",
|
|
2683
2737
|
"target-ref",
|
|
2684
2738
|
"target-sha",
|
|
2685
|
-
"trusted-publishing"
|
|
2739
|
+
"trusted-publishing",
|
|
2740
|
+
"universal-request-json"
|
|
2686
2741
|
],
|
|
2687
|
-
"inputCount":
|
|
2742
|
+
"inputCount": 107,
|
|
2688
2743
|
"secrets": [
|
|
2689
2744
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
2690
2745
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -2753,9 +2808,10 @@
|
|
|
2753
2808
|
"apply",
|
|
2754
2809
|
"branch",
|
|
2755
2810
|
"buildchain-ref",
|
|
2756
|
-
"candidate-sha"
|
|
2811
|
+
"candidate-sha",
|
|
2812
|
+
"universal-request-json"
|
|
2757
2813
|
],
|
|
2758
|
-
"inputCount":
|
|
2814
|
+
"inputCount": 5,
|
|
2759
2815
|
"secrets": [
|
|
2760
2816
|
"BUILDCHAIN_PROMOTION_TOKEN",
|
|
2761
2817
|
"governance-token"
|
|
@@ -2809,9 +2865,10 @@
|
|
|
2809
2865
|
"pr-title",
|
|
2810
2866
|
"refresh-managed-readme-badges",
|
|
2811
2867
|
"source-node",
|
|
2868
|
+
"universal-request-json",
|
|
2812
2869
|
"upstream-release-json"
|
|
2813
2870
|
],
|
|
2814
|
-
"inputCount":
|
|
2871
|
+
"inputCount": 20,
|
|
2815
2872
|
"secrets": [
|
|
2816
2873
|
"propagation-token"
|
|
2817
2874
|
],
|
|
@@ -2851,9 +2908,10 @@
|
|
|
2851
2908
|
"rehearsal-capsule-path",
|
|
2852
2909
|
"rehearsal-evidence-path",
|
|
2853
2910
|
"rehearsal-mode",
|
|
2854
|
-
"state-path"
|
|
2911
|
+
"state-path",
|
|
2912
|
+
"universal-request-json"
|
|
2855
2913
|
],
|
|
2856
|
-
"inputCount":
|
|
2914
|
+
"inputCount": 15,
|
|
2857
2915
|
"secrets": [
|
|
2858
2916
|
"http-token"
|
|
2859
2917
|
],
|
|
@@ -2921,9 +2979,10 @@
|
|
|
2921
2979
|
"required-checks",
|
|
2922
2980
|
"revoke-reason",
|
|
2923
2981
|
"revoked-versions",
|
|
2924
|
-
"target-branch"
|
|
2982
|
+
"target-branch",
|
|
2983
|
+
"universal-request-json"
|
|
2925
2984
|
],
|
|
2926
|
-
"inputCount":
|
|
2985
|
+
"inputCount": 17,
|
|
2927
2986
|
"secrets": [
|
|
2928
2987
|
"approval-token",
|
|
2929
2988
|
"promotion-token"
|
|
@@ -2939,6 +2998,36 @@
|
|
|
2939
2998
|
],
|
|
2940
2999
|
"outputCount": 6
|
|
2941
3000
|
},
|
|
3001
|
+
{
|
|
3002
|
+
"id": "universal-bootstrap-dogfood",
|
|
3003
|
+
"path": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
3004
|
+
"reusable": false,
|
|
3005
|
+
"inputs": [],
|
|
3006
|
+
"inputCount": 0,
|
|
3007
|
+
"secrets": [],
|
|
3008
|
+
"secretCount": 0,
|
|
3009
|
+
"outputs": [],
|
|
3010
|
+
"outputCount": 0
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"id": "universal-bootstrap-recovery",
|
|
3014
|
+
"path": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
3015
|
+
"reusable": true,
|
|
3016
|
+
"inputs": [
|
|
3017
|
+
"request-json"
|
|
3018
|
+
],
|
|
3019
|
+
"inputCount": 1,
|
|
3020
|
+
"secrets": [],
|
|
3021
|
+
"secretCount": 0,
|
|
3022
|
+
"outputs": [
|
|
3023
|
+
"backflow-root",
|
|
3024
|
+
"result-json",
|
|
3025
|
+
"runtime-sha",
|
|
3026
|
+
"terminal-receipt-json",
|
|
3027
|
+
"terminal-receipt-root"
|
|
3028
|
+
],
|
|
3029
|
+
"outputCount": 5
|
|
3030
|
+
},
|
|
2942
3031
|
{
|
|
2943
3032
|
"id": "v4-adopter-delivery-dogfood",
|
|
2944
3033
|
"path": ".github/workflows/v4-adopter-delivery-dogfood.yml",
|
|
@@ -2962,9 +3051,10 @@
|
|
|
2962
3051
|
"consumer-repository",
|
|
2963
3052
|
"input-path",
|
|
2964
3053
|
"invocation-source-path",
|
|
2965
|
-
"node-version"
|
|
3054
|
+
"node-version",
|
|
3055
|
+
"universal-request-json"
|
|
2966
3056
|
],
|
|
2967
|
-
"inputCount":
|
|
3057
|
+
"inputCount": 9,
|
|
2968
3058
|
"secrets": [],
|
|
2969
3059
|
"secretCount": 0,
|
|
2970
3060
|
"outputs": [],
|
|
@@ -3013,9 +3103,10 @@
|
|
|
3013
3103
|
"go-version",
|
|
3014
3104
|
"install-artifact-path",
|
|
3015
3105
|
"node-version",
|
|
3106
|
+
"universal-request-json",
|
|
3016
3107
|
"verify-artifact-path"
|
|
3017
3108
|
],
|
|
3018
|
-
"inputCount":
|
|
3109
|
+
"inputCount": 7,
|
|
3019
3110
|
"secrets": [],
|
|
3020
3111
|
"secretCount": 0,
|
|
3021
3112
|
"outputs": [],
|
|
@@ -3029,9 +3120,10 @@
|
|
|
3029
3120
|
"artifact-retention-days",
|
|
3030
3121
|
"consumer-policy-receipt-json",
|
|
3031
3122
|
"macos-finalization-command",
|
|
3032
|
-
"request-json"
|
|
3123
|
+
"request-json",
|
|
3124
|
+
"universal-request-json"
|
|
3033
3125
|
],
|
|
3034
|
-
"inputCount":
|
|
3126
|
+
"inputCount": 5,
|
|
3035
3127
|
"secrets": [
|
|
3036
3128
|
"BUILDCHAIN_EVIDENCE_READ_TOKEN",
|
|
3037
3129
|
"BUILDCHAIN_SIGNING_TOKEN"
|
|
@@ -8943,8 +9035,8 @@
|
|
|
8943
9035
|
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
8944
9036
|
"pageRegistryPath": "dist/site/page-registry.json",
|
|
8945
9037
|
"cliRegistryDigest": "fbc23073bbae240489a2f826b2c26daadc58e704050c5f8df366509f5c5a1c3e",
|
|
8946
|
-
"workflowRegistryDigest": "
|
|
8947
|
-
"pageRegistryDigest": "
|
|
9038
|
+
"workflowRegistryDigest": "9e238d9974e74d9a16bc55250e274a4f4d9c8b71a753a755a379d335b753cf8f",
|
|
9039
|
+
"pageRegistryDigest": "8e2a30416d969f390d1fa57468c8d29f5e89d179b6d1ea1600159e72adff8130"
|
|
8948
9040
|
},
|
|
8949
9041
|
"comparison": {
|
|
8950
9042
|
"missingCliRegistry": [],
|
|
@@ -232,6 +232,21 @@
|
|
|
232
232
|
"runnerPolicy": "unqualified",
|
|
233
233
|
"notes": ""
|
|
234
234
|
},
|
|
235
|
+
{
|
|
236
|
+
"workflowPath": ".github/workflows/bootstrap.yml",
|
|
237
|
+
"authorityClass": "product-publication",
|
|
238
|
+
"publicationCapable": true,
|
|
239
|
+
"capabilityIds": [
|
|
240
|
+
"universal-candidate-execution"
|
|
241
|
+
],
|
|
242
|
+
"credentialMode": "caller-secrets",
|
|
243
|
+
"publisherWorkflowMode": "caller-bound",
|
|
244
|
+
"publisherWorkflowPath": ".github/workflows/bootstrap.yml",
|
|
245
|
+
"environment": "none",
|
|
246
|
+
"environmentMode": "fixed",
|
|
247
|
+
"runnerPolicy": "qualified-measured",
|
|
248
|
+
"notes": ""
|
|
249
|
+
},
|
|
235
250
|
{
|
|
236
251
|
"workflowPath": ".github/workflows/build-surface-fixture.yml",
|
|
237
252
|
"authorityClass": "non-publication-oidc",
|
|
@@ -732,6 +747,36 @@
|
|
|
732
747
|
"runnerPolicy": "unqualified",
|
|
733
748
|
"notes": ""
|
|
734
749
|
},
|
|
750
|
+
{
|
|
751
|
+
"workflowPath": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
752
|
+
"authorityClass": "product-publication",
|
|
753
|
+
"publicationCapable": true,
|
|
754
|
+
"capabilityIds": [
|
|
755
|
+
"universal-candidate-execution"
|
|
756
|
+
],
|
|
757
|
+
"credentialMode": "caller-secrets",
|
|
758
|
+
"publisherWorkflowMode": "caller-bound",
|
|
759
|
+
"publisherWorkflowPath": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
760
|
+
"environment": "none",
|
|
761
|
+
"environmentMode": "fixed",
|
|
762
|
+
"runnerPolicy": "qualified-measured",
|
|
763
|
+
"notes": ""
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"workflowPath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
767
|
+
"authorityClass": "product-publication",
|
|
768
|
+
"publicationCapable": true,
|
|
769
|
+
"capabilityIds": [
|
|
770
|
+
"universal-candidate-execution"
|
|
771
|
+
],
|
|
772
|
+
"credentialMode": "caller-secrets",
|
|
773
|
+
"publisherWorkflowMode": "caller-bound",
|
|
774
|
+
"publisherWorkflowPath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
775
|
+
"environment": "none",
|
|
776
|
+
"environmentMode": "fixed",
|
|
777
|
+
"runnerPolicy": "qualified-measured",
|
|
778
|
+
"notes": ""
|
|
779
|
+
},
|
|
735
780
|
{
|
|
736
781
|
"workflowPath": ".github/workflows/v4-declarative-release-tail-dogfood.yml",
|
|
737
782
|
"authorityClass": "product-publication",
|
|
@@ -910,6 +955,11 @@
|
|
|
910
955
|
],
|
|
911
956
|
"classified": true
|
|
912
957
|
},
|
|
958
|
+
{
|
|
959
|
+
"path": ".github/workflows/bootstrap.yml",
|
|
960
|
+
"signals": [],
|
|
961
|
+
"classified": true
|
|
962
|
+
},
|
|
913
963
|
{
|
|
914
964
|
"path": ".github/workflows/build-surface-fixture.yml",
|
|
915
965
|
"signals": [],
|
|
@@ -1214,6 +1264,22 @@
|
|
|
1214
1264
|
],
|
|
1215
1265
|
"classified": true
|
|
1216
1266
|
},
|
|
1267
|
+
{
|
|
1268
|
+
"path": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
1269
|
+
"signals": [
|
|
1270
|
+
"write-permission",
|
|
1271
|
+
"oidc"
|
|
1272
|
+
],
|
|
1273
|
+
"classified": true
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"path": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
1277
|
+
"signals": [
|
|
1278
|
+
"write-permission",
|
|
1279
|
+
"oidc"
|
|
1280
|
+
],
|
|
1281
|
+
"classified": true
|
|
1282
|
+
},
|
|
1217
1283
|
{
|
|
1218
1284
|
"path": ".github/workflows/v4-adopter-delivery-dogfood.yml",
|
|
1219
1285
|
"signals": [],
|
|
@@ -1259,5 +1325,5 @@
|
|
|
1259
1325
|
"classified": false
|
|
1260
1326
|
}
|
|
1261
1327
|
],
|
|
1262
|
-
"registryDigest": "
|
|
1328
|
+
"registryDigest": "266f19363d4d067bc07a41b2145e1699284ed2b25f4adf7e1d07e4f3b7ed49d2"
|
|
1263
1329
|
}
|