@kungfu-tech/buildchain 3.0.6-alpha.0 → 3.0.6-alpha.2
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/README.md +4 -4
- package/actions/promote-buildchain-ref/README.md +8 -0
- package/bin/buildchain.mjs +13 -1
- package/contracts/auditable-demo-scenario-v1.schema.json +52 -0
- package/dist/site/buildchain-contract.json +47 -27
- package/dist/site/buildchain-site.json +165 -44
- package/dist/site/capability-registry.json +3 -3
- package/dist/site/cli-registry.json +40 -4
- package/dist/site/controller-registry.json +20 -4
- package/dist/site/kfd-claims.json +140 -19
- package/dist/site/kfd-upstream-aggregate.json +9 -9
- package/dist/site/manual-registry.json +9 -9
- package/dist/site/node-api-registry.json +1161 -180
- package/dist/site/page-registry.json +152 -31
- package/dist/site/public-surface-audit.json +386 -19
- package/dist/site/publication-authority-registry.json +61 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/site-manifest.json +13 -13
- package/dist/site/workflow-registry.json +151 -13
- package/docs/MAP.md +2 -0
- package/docs/auditable-demo.md +58 -11
- package/docs/aws-us-elastic-runner-burst-plane.md +114 -80
- package/docs/cli-reference.md +154 -0
- package/docs/dev-alpha-candidate-patrol.md +13 -5
- package/docs/dev-delivery-warrant.md +158 -0
- package/docs/node-api-reference.md +54 -15
- package/docs/publication-authority.md +11 -0
- package/docs/release-candidate.md +19 -2
- package/docs/release-governance.md +60 -1
- package/docs/reusable-build-surface.md +11 -1
- package/docs/shifu-gate-profiles.md +12 -1
- package/docs/versioning.md +2 -0
- package/package.json +4 -2
- package/packages/core/buildchain-publication-authority.js +3 -1
- package/packages/core/channel-candidate.js +2 -21
- package/packages/core/channel-promotion-baseline.js +199 -0
- package/packages/core/dev-delivery-candidate-identity.js +94 -0
- package/packages/core/dev-delivery-common.js +73 -0
- package/packages/core/dev-delivery-proof.js +252 -0
- package/packages/core/dev-delivery-warrant-cancellation.js +94 -0
- package/packages/core/dev-delivery-warrant-settlement.js +73 -0
- package/packages/core/dev-delivery-warrant.js +591 -0
- package/scripts/auditable-demo-bundle-verification.mjs +148 -0
- package/scripts/auditable-demo-platform.mjs +86 -50
- package/scripts/auditable-demo-presentation.mjs +83 -0
- package/scripts/auditable-demo-renditions.mjs +264 -0
- package/scripts/auditable-demo.mjs +24 -30
- package/scripts/aws-windows-jit-campaign-core.mjs +7 -8
- package/scripts/aws-windows-jit-controller.mjs +1 -0
- package/scripts/aws-windows-jit-core.mjs +1 -1
- package/scripts/build-contract-core.mjs +58 -3
- package/scripts/buildchain-cli-help.mjs +8 -0
- package/scripts/buildchain-patrol.mjs +9 -0
- package/scripts/check-inventory.mjs +1 -0
- package/scripts/dev-alpha-candidate-patrol.mjs +45 -48
- package/scripts/dev-delivery-proof.mjs +193 -0
- package/scripts/dev-delivery-warrant.mjs +426 -0
- package/scripts/dev-pr-auto-merge.mjs +497 -55
- package/scripts/dev-pr-delivery-warrant.mjs +209 -0
- package/scripts/dispatch-artifact-signing-authority.mjs +2 -4
- package/scripts/gate-profile-core.mjs +24 -0
- package/scripts/generate-site-bundle.mjs +2 -2
- package/scripts/git-fetch-process-tree.mjs +142 -0
- package/scripts/lifecycle-substage-evidence.mjs +274 -0
- package/scripts/locked-source-checkout.mjs +6 -3
- package/scripts/resolve-artifact-transfer-mode.mjs +9 -0
- package/scripts/resolve-build-contract.mjs +7 -0
- package/scripts/route-offline-runners.mjs +1 -0
- package/scripts/run-lifecycle-core.mjs +9 -9
- package/scripts/shifu-gate-profile.mjs +10 -16
- package/scripts/site-capability-metadata.mjs +14 -0
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<!-- buildchain-auditable-demo:start -->
|
|
4
4
|
## Buildchain beginner bootstrap
|
|
5
5
|
|
|
6
|
-
[](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/public-evidence.json)
|
|
7
7
|
|
|
8
8
|
Animation scenario:
|
|
9
9
|
|
|
@@ -13,16 +13,16 @@ $ buildchain layout --cwd ./starter --json
|
|
|
13
13
|
$ buildchain version
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Native renditions: [1080p MP4](docs/evidence/auditable-demo/
|
|
16
|
+
Native renditions: [1080p MP4](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/demo.mp4) · [1080p WebM](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/demo.webm) · [720p MP4](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/demo-720p.mp4) · [720p WebM](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/demo-720p.webm)
|
|
17
17
|
|
|
18
|
-
[Static poster / reduced-motion fallback](docs/evidence/auditable-demo/
|
|
18
|
+
[Static poster / reduced-motion fallback](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/poster.png)
|
|
19
19
|
|
|
20
20
|
<details>
|
|
21
21
|
<summary>Evidence and claim boundary</summary>
|
|
22
22
|
|
|
23
23
|
This exact standalone-binary scenario proves deterministic local bootstrap behavior only; it does not grant release, repository, network, or production authority.
|
|
24
24
|
|
|
25
|
-
[Release Passport](docs/evidence/auditable-demo/
|
|
25
|
+
[Release Passport](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/release-passport.json) · [auditable evidence](docs/evidence/auditable-demo/aa5cc40f4a62ed516e163e7e2c9dae0bcf32b3c77143a17105dfc4e5eaf9f01a/beginner-bootstrap/public-evidence.json)
|
|
26
26
|
|
|
27
27
|
</details>
|
|
28
28
|
<!-- buildchain-auditable-demo:end -->
|
|
@@ -80,6 +80,14 @@ publish npm packages. The GitHub action dry-run still calls GitHub APIs to
|
|
|
80
80
|
resolve the current target SHA and concrete pending ref updates, but every
|
|
81
81
|
write is reported as a dry-run update.
|
|
82
82
|
|
|
83
|
+
When the requested version already matches every declared version-state file,
|
|
84
|
+
dry-run planning still runs `lifecycle.version-state` and any explicit
|
|
85
|
+
`verification-command` so it can discover declared derived material. It does
|
|
86
|
+
not fall back to the repository-wide `lifecycle.verify` in that no-op case;
|
|
87
|
+
full product verification can require candidate artifacts that are deliberately
|
|
88
|
+
not present until the later admission phase. Non-dry-run version-state writes
|
|
89
|
+
continue to require the configured verification lifecycle before any ref moves.
|
|
90
|
+
|
|
83
91
|
Repositories whose package version is anchored to an explicitly selected
|
|
84
92
|
upstream release can opt into manual next-anchor behavior:
|
|
85
93
|
|
package/bin/buildchain.mjs
CHANGED
|
@@ -1368,8 +1368,20 @@ async function handleDoctorCommand(args) {
|
|
|
1368
1368
|
|
|
1369
1369
|
async function handleDevCommand(args) {
|
|
1370
1370
|
const [subcommand = "", ...devArgs] = args;
|
|
1371
|
+
if (subcommand === "pr-admit") {
|
|
1372
|
+
runScript("dev-pr-auto-merge.mjs", devArgs);
|
|
1373
|
+
return;
|
|
1374
|
+
}
|
|
1375
|
+
if (subcommand === "warrant") {
|
|
1376
|
+
runScript("dev-delivery-warrant.mjs", devArgs);
|
|
1377
|
+
return;
|
|
1378
|
+
}
|
|
1379
|
+
if (subcommand === "proof") {
|
|
1380
|
+
runScript("dev-delivery-proof.mjs", devArgs);
|
|
1381
|
+
return;
|
|
1382
|
+
}
|
|
1371
1383
|
if (subcommand !== "merge-queue") {
|
|
1372
|
-
throw new Error("usage: buildchain dev merge-queue
|
|
1384
|
+
throw new Error("usage: buildchain dev <pr-admit|merge-queue|warrant|proof> [options]");
|
|
1373
1385
|
}
|
|
1374
1386
|
runScript("dev-merge-queue.mjs", devArgs);
|
|
1375
1387
|
return;
|
|
@@ -7,6 +7,22 @@
|
|
|
7
7
|
"required": ["schema", "product", "artifact", "execution", "renditions", "demos", "publication", "authority"],
|
|
8
8
|
"properties": {
|
|
9
9
|
"schema": {"const": "buildchain.declarative-binary-demo/v1"},
|
|
10
|
+
"compositionMode": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"enum": ["presentation-framed", "terminal-fill"],
|
|
13
|
+
"default": "presentation-framed"
|
|
14
|
+
},
|
|
15
|
+
"playback": {
|
|
16
|
+
"type": "object",
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["schema", "mode", "activeDurationMs", "finalHoldMs"],
|
|
19
|
+
"properties": {
|
|
20
|
+
"schema": {"const": "buildchain.declarative-demo-playback/v1"},
|
|
21
|
+
"mode": {"const": "deterministic-readable"},
|
|
22
|
+
"activeDurationMs": {"type": "integer", "minimum": 1000, "maximum": 179750},
|
|
23
|
+
"finalHoldMs": {"type": "integer", "minimum": 250, "maximum": 5000}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
10
26
|
"product": {
|
|
11
27
|
"type": "object",
|
|
12
28
|
"additionalProperties": false,
|
|
@@ -57,6 +73,42 @@
|
|
|
57
73
|
"stdoutIncludes": {"type": "array", "maxItems": 32, "items": {"type": "string", "minLength": 1, "maxLength": 256}}
|
|
58
74
|
}
|
|
59
75
|
},
|
|
76
|
+
"presentation": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"additionalProperties": false,
|
|
79
|
+
"required": ["schema", "proofs", "materialization"],
|
|
80
|
+
"properties": {
|
|
81
|
+
"schema": {"const": "buildchain.declarative-demo-presentation/v1"},
|
|
82
|
+
"proofs": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"minItems": 1,
|
|
85
|
+
"maxItems": 8,
|
|
86
|
+
"items": {
|
|
87
|
+
"type": "object",
|
|
88
|
+
"additionalProperties": false,
|
|
89
|
+
"required": ["demoId", "label", "question", "summary"],
|
|
90
|
+
"properties": {
|
|
91
|
+
"demoId": {"type": "string", "pattern": "^[a-z0-9][a-z0-9._-]{0,63}$"},
|
|
92
|
+
"label": {"type": "string", "minLength": 1, "maxLength": 80},
|
|
93
|
+
"question": {"type": "string", "minLength": 1, "maxLength": 120},
|
|
94
|
+
"summary": {"type": "string", "minLength": 1, "maxLength": 500},
|
|
95
|
+
"transitionAfter": {"type": "string", "minLength": 1, "maxLength": 500}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"materialization": {
|
|
100
|
+
"type": "object",
|
|
101
|
+
"additionalProperties": false,
|
|
102
|
+
"required": ["readmeMode", "technicalSpecPath", "technicalSpecTitle", "technicalMarker"],
|
|
103
|
+
"properties": {
|
|
104
|
+
"readmeMode": {"type": "string", "enum": ["full", "media-only"]},
|
|
105
|
+
"technicalSpecPath": {"type": "string", "minLength": 1},
|
|
106
|
+
"technicalSpecTitle": {"type": "string", "minLength": 1, "maxLength": 120},
|
|
107
|
+
"technicalMarker": {"type": "string", "pattern": "^[a-z0-9][a-z0-9._:-]{0,79}$"}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
60
112
|
"renditions": {
|
|
61
113
|
"const": [
|
|
62
114
|
{"id": "1080p", "role": "primary", "columns": 150, "rows": 36, "width": 1920, "height": 1080},
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.6-alpha.
|
|
7
|
+
"version": "3.0.6-alpha.2",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v3",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
53
53
|
],
|
|
54
54
|
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa",
|
|
55
|
-
"auditDigest": "sha256:
|
|
55
|
+
"auditDigest": "sha256:ee92538b49ee91606c21f54f2ae1e5165228ff4dc7c64d8b8a6e073b8e033365"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"contractVersion": 1,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"alpha and stable channel selections use separate consumer contract locks by default"
|
|
92
92
|
],
|
|
93
93
|
"breakingDigest": "sha256:c4597dfa89e1a58f1023905092b849644f5c080abf150aeba9c7e1cd5ed43962",
|
|
94
|
-
"auditDigest": "sha256:
|
|
94
|
+
"auditDigest": "sha256:af415d283c9f7706d93c2c3df0b330c59487097364aa2ebc6e139a7275bcb635"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"contractVersion": 1,
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
178
178
|
],
|
|
179
179
|
"breakingDigest": "sha256:acd401cfc46450115a3763fd4b679d85f185e8757ebd52510d6262e1533df4cf",
|
|
180
|
-
"auditDigest": "sha256:
|
|
180
|
+
"auditDigest": "sha256:39e885f508cfc6a51817a982ccb14d575782d44650b5da50d8e9e3afbb16eb72"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"contractVersion": 1,
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"promotion reuses PR-stage release-candidate artifacts and does not run the heavy native build matrix"
|
|
220
220
|
],
|
|
221
221
|
"breakingDigest": "sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0",
|
|
222
|
-
"auditDigest": "sha256:
|
|
222
|
+
"auditDigest": "sha256:09d9eaeb13eaa8468b261e7de085d3025f0a1b8b53472292073e02fca182433d"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"contractVersion": 1,
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"identity, compliance, Product System metadata, package metadata, registry history, scans, and generation grant no authority"
|
|
373
373
|
],
|
|
374
374
|
"breakingDigest": "sha256:0bcba689ab5060e12230db4118895242ecb48677ff581ea0360b1833bdac558c",
|
|
375
|
-
"auditDigest": "sha256:
|
|
375
|
+
"auditDigest": "sha256:da366842e8943c88a4f12520faf2d19c555b7530d8f6d44cf75a37b94200960d"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"contractVersion": 1,
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"README badge block checks and writes are generated from machine-readable repository facts"
|
|
671
671
|
],
|
|
672
672
|
"breakingDigest": "sha256:90a73892b2d6c214048448d5f45df75639bdf7b7e8fefd9c596e04b087407bcc",
|
|
673
|
-
"auditDigest": "sha256:
|
|
673
|
+
"auditDigest": "sha256:327d268736cb8d474ad0a5e43d14c62575ed95a3dbc9651f3b31a5e176f8775e"
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"contractVersion": 1,
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
761
761
|
],
|
|
762
762
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
763
|
-
"auditDigest": "sha256:
|
|
763
|
+
"auditDigest": "sha256:565f31c93c6f5dacd0d027832e2a291da997dfc71cd9beaf394c8b3512257a45"
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
"contractVersion": 1,
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
783
783
|
],
|
|
784
784
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
785
|
-
"auditDigest": "sha256:
|
|
785
|
+
"auditDigest": "sha256:4ff63adedbf139619bcdf840b76c6380f9714a5b120598f5a43b38beb16a111f"
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
788
|
"contractVersion": 1,
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
"controllerDescriptor": {
|
|
834
834
|
"contract": "buildchain.controller-descriptor/v1",
|
|
835
835
|
"digest": "sha256:373723a73d188194d389dee04c394d3b79cb0c016a370f2f5d0f60979a02ed48",
|
|
836
|
-
"registryDigest": "sha256:
|
|
836
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
837
837
|
"inputClassifications": {
|
|
838
838
|
"buildchain-ref": {
|
|
839
839
|
"classification": "included",
|
|
@@ -1010,12 +1010,13 @@
|
|
|
1010
1010
|
"shifu-cache-profile-ref",
|
|
1011
1011
|
"untrusted-policy",
|
|
1012
1012
|
"verify-command",
|
|
1013
|
+
"verify-substage-evidence-path",
|
|
1013
1014
|
"working-directory"
|
|
1014
1015
|
],
|
|
1015
1016
|
"controllerDescriptor": {
|
|
1016
1017
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1017
|
-
"digest": "sha256:
|
|
1018
|
-
"registryDigest": "sha256:
|
|
1018
|
+
"digest": "sha256:9c0aacca910cef4619a797898ff5c24027c1583f84431a93a5efc854925326e7",
|
|
1019
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
1019
1020
|
"inputClassifications": {
|
|
1020
1021
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1021
1022
|
"classification": "redacted",
|
|
@@ -1389,6 +1390,10 @@
|
|
|
1389
1390
|
"classification": "digest-only",
|
|
1390
1391
|
"source": "workflow-call-input"
|
|
1391
1392
|
},
|
|
1393
|
+
"verify-substage-evidence-path": {
|
|
1394
|
+
"classification": "digest-only",
|
|
1395
|
+
"source": "workflow-call-input"
|
|
1396
|
+
},
|
|
1392
1397
|
"working-directory": {
|
|
1393
1398
|
"classification": "digest-only",
|
|
1394
1399
|
"source": "workflow-call-input"
|
|
@@ -1406,7 +1411,7 @@
|
|
|
1406
1411
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1407
1412
|
],
|
|
1408
1413
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
1409
|
-
"auditDigest": "sha256:
|
|
1414
|
+
"auditDigest": "sha256:ee92538b49ee91606c21f54f2ae1e5165228ff4dc7c64d8b8a6e073b8e033365"
|
|
1410
1415
|
},
|
|
1411
1416
|
{
|
|
1412
1417
|
"contractVersion": 1,
|
|
@@ -1540,12 +1545,13 @@
|
|
|
1540
1545
|
"shifu-cache-profile-ref",
|
|
1541
1546
|
"untrusted-policy",
|
|
1542
1547
|
"verify-command",
|
|
1548
|
+
"verify-substage-evidence-path",
|
|
1543
1549
|
"working-directory"
|
|
1544
1550
|
],
|
|
1545
1551
|
"controllerDescriptor": {
|
|
1546
1552
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1547
|
-
"digest": "sha256:
|
|
1548
|
-
"registryDigest": "sha256:
|
|
1553
|
+
"digest": "sha256:48545554883888862984cdf1b6b4b56341531cdd6192600782a76b92ad22fd36",
|
|
1554
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
1549
1555
|
"inputClassifications": {
|
|
1550
1556
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1551
1557
|
"classification": "redacted",
|
|
@@ -1931,6 +1937,10 @@
|
|
|
1931
1937
|
"classification": "digest-only",
|
|
1932
1938
|
"source": "workflow-call-input"
|
|
1933
1939
|
},
|
|
1940
|
+
"verify-substage-evidence-path": {
|
|
1941
|
+
"classification": "digest-only",
|
|
1942
|
+
"source": "workflow-call-input"
|
|
1943
|
+
},
|
|
1934
1944
|
"working-directory": {
|
|
1935
1945
|
"classification": "digest-only",
|
|
1936
1946
|
"source": "workflow-call-input"
|
|
@@ -1944,7 +1954,7 @@
|
|
|
1944
1954
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1945
1955
|
],
|
|
1946
1956
|
"breakingDigest": "sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273",
|
|
1947
|
-
"auditDigest": "sha256:
|
|
1957
|
+
"auditDigest": "sha256:af415d283c9f7706d93c2c3df0b330c59487097364aa2ebc6e139a7275bcb635"
|
|
1948
1958
|
},
|
|
1949
1959
|
{
|
|
1950
1960
|
"contractVersion": 1,
|
|
@@ -2014,7 +2024,7 @@
|
|
|
2014
2024
|
"controllerDescriptor": {
|
|
2015
2025
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2016
2026
|
"digest": "sha256:8e42956a2c10fa109500e72b97994f06b3d22a19cc63a46f66410b2e81706e9d",
|
|
2017
|
-
"registryDigest": "sha256:
|
|
2027
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
2018
2028
|
"inputClassifications": {
|
|
2019
2029
|
"artifact-name": {
|
|
2020
2030
|
"classification": "included",
|
|
@@ -2145,7 +2155,7 @@
|
|
|
2145
2155
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2146
2156
|
],
|
|
2147
2157
|
"breakingDigest": "sha256:5f1868478b7ccd9fb79aea76bc771289d2ca6bd2dccd1abf57575426f1eae5fb",
|
|
2148
|
-
"auditDigest": "sha256:
|
|
2158
|
+
"auditDigest": "sha256:9c22dc647886a67250485185810978775f4eaa2efdbfdc4f959b918e3ec1e312"
|
|
2149
2159
|
},
|
|
2150
2160
|
{
|
|
2151
2161
|
"contractVersion": 1,
|
|
@@ -2231,7 +2241,7 @@
|
|
|
2231
2241
|
"controllerDescriptor": {
|
|
2232
2242
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2233
2243
|
"digest": "sha256:c5274b37f04d0054559fdc8698c51bd0f0d8ae470baf163e9caa7699aa970575",
|
|
2234
|
-
"registryDigest": "sha256:
|
|
2244
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
2235
2245
|
"inputClassifications": {
|
|
2236
2246
|
"artifact-path": {
|
|
2237
2247
|
"classification": "digest-only",
|
|
@@ -2475,7 +2485,7 @@
|
|
|
2475
2485
|
"controllerDescriptor": {
|
|
2476
2486
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2477
2487
|
"digest": "sha256:6b132790b9798e8a5dfbe095701d8e024c160a08bc7c4bd477ee79feef7a9cfd",
|
|
2478
|
-
"registryDigest": "sha256:
|
|
2488
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
2479
2489
|
"inputClassifications": {
|
|
2480
2490
|
"artifact-name": {
|
|
2481
2491
|
"classification": "included",
|
|
@@ -2657,7 +2667,7 @@
|
|
|
2657
2667
|
"controllerDescriptor": {
|
|
2658
2668
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2659
2669
|
"digest": "sha256:6d71409659fbf8543c7e520b0c493d8afe86bdf60286b860bb917f0041ebc173",
|
|
2660
|
-
"registryDigest": "sha256:
|
|
2670
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
2661
2671
|
"inputClassifications": {
|
|
2662
2672
|
"artifact-name": {
|
|
2663
2673
|
"classification": "included",
|
|
@@ -2918,6 +2928,7 @@
|
|
|
2918
2928
|
"publication-control-plane-audit-json",
|
|
2919
2929
|
"publication-expected-json",
|
|
2920
2930
|
"publication-gate-aggregate-json",
|
|
2931
|
+
"publication-gate-command",
|
|
2921
2932
|
"publication-package-name",
|
|
2922
2933
|
"publication-product",
|
|
2923
2934
|
"publication-publisher-workflow-path",
|
|
@@ -2941,6 +2952,7 @@
|
|
|
2941
2952
|
"release-candidate-family-evidence-required",
|
|
2942
2953
|
"release-candidate-family-evidence-root",
|
|
2943
2954
|
"release-candidate-family-initiative-id",
|
|
2955
|
+
"release-candidate-wait-seconds",
|
|
2944
2956
|
"release-candidate-workflow-file",
|
|
2945
2957
|
"release-candidate-workflow-name",
|
|
2946
2958
|
"release-passport",
|
|
@@ -2973,8 +2985,8 @@
|
|
|
2973
2985
|
],
|
|
2974
2986
|
"controllerDescriptor": {
|
|
2975
2987
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2976
|
-
"digest": "sha256:
|
|
2977
|
-
"registryDigest": "sha256:
|
|
2988
|
+
"digest": "sha256:a13b820669b162ab2f39d213164e7b7ab4e24c65f93cd3265a977fcd667c1303",
|
|
2989
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
2978
2990
|
"inputClassifications": {
|
|
2979
2991
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
2980
2992
|
"classification": "redacted",
|
|
@@ -3188,6 +3200,10 @@
|
|
|
3188
3200
|
"classification": "digest-only",
|
|
3189
3201
|
"source": "workflow-call-input"
|
|
3190
3202
|
},
|
|
3203
|
+
"publication-gate-command": {
|
|
3204
|
+
"classification": "digest-only",
|
|
3205
|
+
"source": "workflow-call-input"
|
|
3206
|
+
},
|
|
3191
3207
|
"publication-package-name": {
|
|
3192
3208
|
"classification": "included",
|
|
3193
3209
|
"source": "workflow-call-input"
|
|
@@ -3280,6 +3296,10 @@
|
|
|
3280
3296
|
"classification": "included",
|
|
3281
3297
|
"source": "workflow-call-input"
|
|
3282
3298
|
},
|
|
3299
|
+
"release-candidate-wait-seconds": {
|
|
3300
|
+
"classification": "included",
|
|
3301
|
+
"source": "workflow-call-input"
|
|
3302
|
+
},
|
|
3283
3303
|
"release-candidate-workflow-file": {
|
|
3284
3304
|
"classification": "included",
|
|
3285
3305
|
"source": "workflow-call-input"
|
|
@@ -3405,7 +3425,7 @@
|
|
|
3405
3425
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3406
3426
|
],
|
|
3407
3427
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
3408
|
-
"auditDigest": "sha256:
|
|
3428
|
+
"auditDigest": "sha256:09d9eaeb13eaa8468b261e7de085d3025f0a1b8b53472292073e02fca182433d"
|
|
3409
3429
|
},
|
|
3410
3430
|
{
|
|
3411
3431
|
"contractVersion": 1,
|
|
@@ -3470,7 +3490,7 @@
|
|
|
3470
3490
|
"controllerDescriptor": {
|
|
3471
3491
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3472
3492
|
"digest": "sha256:660579b5561e8e33375a3f3b1fefbb8a5bd8241a55ba43374d786fb772c24a12",
|
|
3473
|
-
"registryDigest": "sha256:
|
|
3493
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
3474
3494
|
"inputClassifications": {
|
|
3475
3495
|
"agent-work-context-json": {
|
|
3476
3496
|
"classification": "digest-only",
|
|
@@ -3605,7 +3625,7 @@
|
|
|
3605
3625
|
"controllerDescriptor": {
|
|
3606
3626
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3607
3627
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555",
|
|
3608
|
-
"registryDigest": "sha256:
|
|
3628
|
+
"registryDigest": "sha256:e7d02924b5f42f513e6f6a3b2cdbccdcd92b594b63ebc7aa8dd8cd3d8376283e",
|
|
3609
3629
|
"inputClassifications": {}
|
|
3610
3630
|
},
|
|
3611
3631
|
"guarantees": [
|
|
@@ -3619,5 +3639,5 @@
|
|
|
3619
3639
|
}
|
|
3620
3640
|
],
|
|
3621
3641
|
"compatibilityDigest": "sha256:76c3dd58a02887ecd6af33d63e749fef0a988a820fea99bdf4cb078cc48caa83",
|
|
3622
|
-
"contractDigest": "sha256:
|
|
3642
|
+
"contractDigest": "sha256:eae7908098d9561b5a149f8b79e9e4ed484db7f205ee6864b0b70db17edccbe8"
|
|
3623
3643
|
}
|