@kungfu-tech/buildchain 3.0.5-alpha.7 → 3.0.5
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 +0 -31
- package/actions/macos-credential-island/README.md +0 -8
- package/bin/buildchain.mjs +1 -1
- package/contracts/auditable-demo-media-profiles-v1.json +0 -61
- package/contracts/evidence/auditable-demo-responsive-web-delivery-v1.json +3 -3
- package/contracts/evidence/auditable-demo-web-delivery-v1.json +3 -3
- package/dist/site/buildchain-contract.json +25 -86
- package/dist/site/buildchain-site.json +38 -64
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/cli-registry.json +2 -6
- package/dist/site/controller-registry.json +3 -11
- package/dist/site/kfd-claims.json +11 -53
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +7 -7
- package/dist/site/node-api-registry.json +31 -213
- package/dist/site/page-registry.json +20 -50
- package/dist/site/public-surface-audit.json +8 -98
- package/dist/site/publication-authority-registry.json +1 -42
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +11 -11
- package/dist/site/workflow-registry.json +2 -67
- package/docs/auditable-demo.md +7 -74
- package/docs/aws-us-elastic-runner-burst-plane.md +16 -151
- package/docs/cli-reference.md +2 -24
- package/docs/node-api-reference.md +72 -90
- package/docs/publish-transaction.md +5 -7
- package/docs/release-flow.md +0 -4
- package/docs/release-governance.md +0 -39
- package/docs/reusable-build-surface.md +0 -9
- package/package.json +1 -1
- package/packages/core/buildchain-contract.js +1 -36
- package/packages/core/buildchain-publication-authority.js +0 -2
- package/packages/core/public-surface-audit.js +35 -4
- package/packages/core/release-propagation-release.js +18 -61
- package/packages/core/release-propagation-work.js +3 -7
- package/packages/core/release-propagation.js +2 -12
- package/scripts/auditable-demo-renditions.mjs +2 -7
- package/scripts/auditable-demo.mjs +21 -27
- package/scripts/aws-windows-jit-controller-core.mjs +2 -20
- package/scripts/aws-windows-jit-controller.mjs +109 -184
- package/scripts/aws-windows-jit-core.mjs +3 -21
- package/scripts/aws-windows-jit.mjs +0 -2
- package/scripts/build-standalone-binary.mjs +0 -4
- package/scripts/buildchain-cli-help.mjs +1 -2
- package/scripts/capture-package-release-propagation.mjs +1 -24
- package/scripts/check-inventory.mjs +0 -5
- package/scripts/finalize-native-artifact-signing-result.mjs +15 -37
- package/scripts/generate-site-bundle.mjs +0 -2
- package/scripts/locked-source-checkout.mjs +3 -17
- package/scripts/release-propagation.mjs +2 -77
- package/contracts/auditable-demo-scenario-v1.schema.json +0 -153
- package/packages/core/release-propagation-pickup.js +0 -386
- package/packages/core/workflow-call-contract.js +0 -308
- package/packages/core/workflow-yaml-contract.js +0 -272
- package/scripts/auditable-demo-platform.mjs +0 -506
- package/scripts/aws-macos-jit-controller-core.mjs +0 -389
- package/scripts/aws-macos-jit-controller-runtime.mjs +0 -82
- package/scripts/aws-macos-jit-controller.mjs +0 -558
- package/scripts/aws-macos-jit-job-controller.mjs +0 -401
- package/scripts/aws-windows-jit-campaign-core.mjs +0 -296
- package/scripts/aws-windows-jit-campaign.mjs +0 -202
- package/scripts/workflow-call-contract.mjs +0 -133
package/README.md
CHANGED
|
@@ -1,32 +1,5 @@
|
|
|
1
1
|
# Buildchain
|
|
2
2
|
|
|
3
|
-
<!-- buildchain-auditable-demo:start -->
|
|
4
|
-
## Buildchain beginner bootstrap
|
|
5
|
-
|
|
6
|
-
[](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/public-evidence.json)
|
|
7
|
-
|
|
8
|
-
Animation scenario:
|
|
9
|
-
|
|
10
|
-
```text
|
|
11
|
-
$ buildchain init --cwd ./starter --type package --package-manager npm
|
|
12
|
-
$ buildchain layout --cwd ./starter --json
|
|
13
|
-
$ buildchain version
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
Native renditions: [1080p MP4](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/demo.mp4) · [1080p WebM](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/demo.webm) · [720p MP4](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/demo-720p.mp4) · [720p WebM](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/demo-720p.webm)
|
|
17
|
-
|
|
18
|
-
[Static poster / reduced-motion fallback](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/poster.png)
|
|
19
|
-
|
|
20
|
-
<details>
|
|
21
|
-
<summary>Evidence and claim boundary</summary>
|
|
22
|
-
|
|
23
|
-
This exact standalone-binary scenario proves deterministic local bootstrap behavior only; it does not grant release, repository, network, or production authority.
|
|
24
|
-
|
|
25
|
-
[Release Passport](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/release-passport.json) · [auditable evidence](docs/evidence/auditable-demo/f0413dc57e2b658fb75e82c4b7736ef87f4a573f6d6cbc1d690b52b723006492/beginner-bootstrap/public-evidence.json)
|
|
26
|
-
|
|
27
|
-
</details>
|
|
28
|
-
<!-- buildchain-auditable-demo:end -->
|
|
29
|
-
|
|
30
3
|
<!-- buildchain:badges:start -->
|
|
31
4
|
|
|
32
5
|
[](https://github.com/kungfu-systems/buildchain/releases/latest/download/buildchain.release.json)
|
|
@@ -304,10 +277,6 @@ The active reusable workflow surfaces are:
|
|
|
304
277
|
qualification, transcript-bound renderer smoke, optional media rendering
|
|
305
278
|
from the exact passing Gate bundle, and opt-in content-addressed web-delivery
|
|
306
279
|
profiles with independently verified rendition roles;
|
|
307
|
-
- `.github/workflows/.declarative-auditable-demo.yml` for standalone binary
|
|
308
|
-
consumers that provide only a versioned multi-demo argv scenario and exact
|
|
309
|
-
same-run binary artifact coordinates; Buildchain owns isolated native
|
|
310
|
-
capture, Gate, Release Passport, materialization, and protected README PRs;
|
|
311
280
|
- `.github/workflows/.build.yml` for deterministic multi-platform build and
|
|
312
281
|
artifact contracts;
|
|
313
282
|
- `.github/workflows/build.yml` for the single-config channel router that uses
|
|
@@ -7,14 +7,6 @@ exact Developer ID Application identity into a temporary keychain, signs the
|
|
|
7
7
|
application, submits Apple notarization, staples the application and DMG,
|
|
8
8
|
verifies Gatekeeper, and writes bounded JSON evidence.
|
|
9
9
|
|
|
10
|
-
DMG assembly uses a unique execution- and attempt-bound image path and volume
|
|
11
|
-
name. Only the exact `hdiutil: create failed - Resource busy` failure is retried,
|
|
12
|
-
with three attempts and a total retry delay of seven seconds. Certificate,
|
|
13
|
-
entitlement, signature, notarization, provenance, and policy failures remain
|
|
14
|
-
terminal. Attempt artifacts stay below the owned temporary root, and successful
|
|
15
|
-
evidence binds the request, unsigned archive, runtime, runner attempt, toolchain,
|
|
16
|
-
retry history, cleanup result, and signed output digests.
|
|
17
|
-
|
|
18
10
|
The reusable Buildchain workflow invokes this action from a job bound to the
|
|
19
11
|
caller's protected GitHub Environment. The job downloads the exact sealed
|
|
20
12
|
Buildchain input and immutable action runtime, then uploads the signed payload
|
package/bin/buildchain.mjs
CHANGED
|
@@ -246,67 +246,6 @@
|
|
|
246
246
|
"responsive-alternate-video"
|
|
247
247
|
]
|
|
248
248
|
},
|
|
249
|
-
"responsive-long-form-web-delivery-v1": {
|
|
250
|
-
"extends": "responsive-web-delivery-v1",
|
|
251
|
-
"mode": "web-delivery",
|
|
252
|
-
"renditions": [
|
|
253
|
-
{
|
|
254
|
-
"path": "demo.gif",
|
|
255
|
-
"maximumBytes": 8388608,
|
|
256
|
-
"budgetBasis": {
|
|
257
|
-
"evidence": "contracts/evidence/auditable-demo-web-delivery-v1.json",
|
|
258
|
-
"observedPath": "demo.gif",
|
|
259
|
-
"observedBytes": 40826,
|
|
260
|
-
"multiplier": 128,
|
|
261
|
-
"rounding": "next-power-of-two"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"path": "demo.mp4",
|
|
266
|
-
"maximumBytes": 4194304,
|
|
267
|
-
"budgetBasis": {
|
|
268
|
-
"evidence": "contracts/evidence/auditable-demo-web-delivery-v1.json",
|
|
269
|
-
"observedPath": "demo.mp4",
|
|
270
|
-
"observedBytes": 27038,
|
|
271
|
-
"multiplier": 128,
|
|
272
|
-
"rounding": "next-power-of-two"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"path": "demo.webm",
|
|
277
|
-
"maximumBytes": 4194304,
|
|
278
|
-
"budgetBasis": {
|
|
279
|
-
"evidence": "contracts/evidence/auditable-demo-web-delivery-v1.json",
|
|
280
|
-
"observedPath": "demo.webm",
|
|
281
|
-
"observedBytes": 23383,
|
|
282
|
-
"multiplier": 128,
|
|
283
|
-
"rounding": "next-power-of-two"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"path": "demo-720p.mp4",
|
|
288
|
-
"maximumBytes": 4194304,
|
|
289
|
-
"budgetBasis": {
|
|
290
|
-
"evidence": "contracts/evidence/auditable-demo-web-delivery-v1.json",
|
|
291
|
-
"observedPath": "demo.mp4",
|
|
292
|
-
"observedBytes": 27038,
|
|
293
|
-
"multiplier": 128,
|
|
294
|
-
"rounding": "next-power-of-two"
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"path": "demo-720p.webm",
|
|
299
|
-
"maximumBytes": 4194304,
|
|
300
|
-
"budgetBasis": {
|
|
301
|
-
"evidence": "contracts/evidence/auditable-demo-web-delivery-v1.json",
|
|
302
|
-
"observedPath": "demo.webm",
|
|
303
|
-
"observedBytes": 23383,
|
|
304
|
-
"multiplier": 128,
|
|
305
|
-
"rounding": "next-power-of-two"
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
249
|
"site-hero-v1": {
|
|
311
250
|
"extends": "web-delivery-v1",
|
|
312
251
|
"mode": "web-delivery",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"evidenceRoot": "sha256:
|
|
2
|
+
"evidenceRoot": "sha256:5bebb7ca41b7b509d63293c3c363fbff917d188fe1d6ae19a73d33424ea623ed",
|
|
3
3
|
"inputs": {
|
|
4
4
|
"complete-transcript.txt": "sha256:3cc1fc8a46d47fad052143b54ab261f08d007403c4ec00eba37b0a733f7cc615",
|
|
5
5
|
"public-projection.json": "sha256:c5d5ec702189d2e6eed17419f2fd9a659c1b4cbcf7ee1a58ac8507ec2a748180",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"production-site-deployment"
|
|
15
15
|
],
|
|
16
16
|
"profile": {
|
|
17
|
-
"catalogRoot": "sha256:
|
|
17
|
+
"catalogRoot": "sha256:cf885ac31104a36aa051fb62f47dd79b68bd671f7dfeeb1a458ea7d0cbf0c479",
|
|
18
18
|
"id": "responsive-web-delivery-v1",
|
|
19
19
|
"mode": "web-delivery",
|
|
20
20
|
"profileRoot": "sha256:fdbda001970304af935f58af11ccfdb7c32ec466c9dd487cbb81ee1b19dc4556"
|
|
21
21
|
},
|
|
22
|
-
"qualificationRoot": "sha256:
|
|
22
|
+
"qualificationRoot": "sha256:1c588662db5abcc6776a43b3210f43555161b55ddf8aa4aa4530371bc1d26ec8",
|
|
23
23
|
"renditions": [
|
|
24
24
|
{
|
|
25
25
|
"audioStreams": 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"evidenceRoot": "sha256:
|
|
2
|
+
"evidenceRoot": "sha256:5a4fced32999b3007628dfaee32206b0f7512032e65fd57be455e59df2f5d877",
|
|
3
3
|
"inputs": {
|
|
4
4
|
"complete-transcript.txt": "sha256:f3723a3eda614134ab724ce9fbe1e0e5f916d809a8a3096f5e37c1458cb3656c",
|
|
5
5
|
"public-projection.json": "sha256:127f9877f9750a85eada4338f088bee5460c5c71a83302652d3321667002c3c7",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"production-site-deployment"
|
|
15
15
|
],
|
|
16
16
|
"profile": {
|
|
17
|
-
"catalogRoot": "sha256:
|
|
17
|
+
"catalogRoot": "sha256:cf885ac31104a36aa051fb62f47dd79b68bd671f7dfeeb1a458ea7d0cbf0c479",
|
|
18
18
|
"id": "web-delivery-v1",
|
|
19
19
|
"mode": "web-delivery",
|
|
20
20
|
"profileRoot": "sha256:b6fb0a83414d03a7222fc50429e60ed68b6d47758b86ceaa316ecc659a01ae2b"
|
|
21
21
|
},
|
|
22
|
-
"qualificationRoot": "sha256:
|
|
22
|
+
"qualificationRoot": "sha256:a8509982ce43c133ef50bbb651bdba07b5b37bed06841ebb165f23b81e3b9fc1",
|
|
23
23
|
"renditions": [
|
|
24
24
|
{
|
|
25
25
|
"audioStreams": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.5
|
|
7
|
+
"version": "3.0.5",
|
|
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:1fff20be18b0ed638a02c2ae00258ee5a0052f466dd2338fe6f4935a31f94dfe"
|
|
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:752ef03f5cbfb4a74e21081a8a09d2e292c255af25776eb1d20b317317608425"
|
|
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:9f7f7d80f3790df7e35b8214557bcfc94903259b07f130ddab582f523e0eafc4"
|
|
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:cb3776ccf4d09a4197da7f894c6c2f72b15d982b9e3c8e7c3576cc1607e2241b"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"contractVersion": 1,
|
|
@@ -323,57 +323,6 @@
|
|
|
323
323
|
"breakingDigest": "sha256:425f8d3d1ba205dd6fe35a20f1dc6dad7d7c563872283e3af79fea4d5c475692",
|
|
324
324
|
"auditDigest": "sha256:4f0051783d637ff25a1154379dc0eb77a246ad7aee18e12a5e8ff0107aa61a90"
|
|
325
325
|
},
|
|
326
|
-
{
|
|
327
|
-
"contractVersion": 1,
|
|
328
|
-
"stability": "stable",
|
|
329
|
-
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
330
|
-
"id": "declarative-auditable-demo",
|
|
331
|
-
"kind": "workflow",
|
|
332
|
-
"path": ".github/workflows/.declarative-auditable-demo.yml",
|
|
333
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/.declarative-auditable-demo.yml@v3",
|
|
334
|
-
"requiredInputs": [
|
|
335
|
-
"binary-artifact-name",
|
|
336
|
-
"binary-artifact-digest",
|
|
337
|
-
"renderer-image"
|
|
338
|
-
],
|
|
339
|
-
"requiredOutputs": [
|
|
340
|
-
"source-sha",
|
|
341
|
-
"capture-artifact-name",
|
|
342
|
-
"capture-artifact-digest",
|
|
343
|
-
"evidence-artifact-name",
|
|
344
|
-
"evidence-artifact-digest",
|
|
345
|
-
"publication-pr-url"
|
|
346
|
-
],
|
|
347
|
-
"breakingDefaults": {
|
|
348
|
-
"scenarioPathDefault": ".buildchain/auditable-demo.json",
|
|
349
|
-
"renderMediaDefault": false,
|
|
350
|
-
"materializeDefault": false,
|
|
351
|
-
"mediaProfileDefault": "responsive-web-delivery-v1",
|
|
352
|
-
"artifactRetentionDaysDefault": 14,
|
|
353
|
-
"executionBoundary": "exact-binary-network-none-secret-free-60-seconds"
|
|
354
|
-
},
|
|
355
|
-
"optionalInputs": [
|
|
356
|
-
"buildchain-repository",
|
|
357
|
-
"source-ref",
|
|
358
|
-
"scenario-path",
|
|
359
|
-
"render-media",
|
|
360
|
-
"media-profile",
|
|
361
|
-
"materialize",
|
|
362
|
-
"materialize-base-ref",
|
|
363
|
-
"artifact-retention-days"
|
|
364
|
-
],
|
|
365
|
-
"guarantees": [
|
|
366
|
-
"one versioned declaration can contain multiple demos with multiple ordered literal argv steps",
|
|
367
|
-
"every demo uses the exact same-run standalone binary admitted by producer-owned artifact name and digest",
|
|
368
|
-
"capture runs without network or inherited secrets and retains independent native 1080p and 720p terminal dimensions",
|
|
369
|
-
"the generic adapter feeds the required auditable demo Gate and immutable renderer without product-specific glue",
|
|
370
|
-
"full rendering emits a content-addressed Release Passport and idempotent protected README update pull request",
|
|
371
|
-
"manual, alpha, and release callers use the same capture, Gate, renderer, passport, and materializer implementation",
|
|
372
|
-
"identity, compliance, Product System metadata, package metadata, registry history, scans, and generation grant no authority"
|
|
373
|
-
],
|
|
374
|
-
"breakingDigest": "sha256:0bcba689ab5060e12230db4118895242ecb48677ff581ea0360b1833bdac558c",
|
|
375
|
-
"auditDigest": "sha256:49051fc60effa1d4077f461c841927b5a1ab411956e94b305cbf06d2895ab5d0"
|
|
376
|
-
},
|
|
377
326
|
{
|
|
378
327
|
"contractVersion": 1,
|
|
379
328
|
"stability": "stable",
|
|
@@ -670,7 +619,7 @@
|
|
|
670
619
|
"README badge block checks and writes are generated from machine-readable repository facts"
|
|
671
620
|
],
|
|
672
621
|
"breakingDigest": "sha256:90a73892b2d6c214048448d5f45df75639bdf7b7e8fefd9c596e04b087407bcc",
|
|
673
|
-
"auditDigest": "sha256:
|
|
622
|
+
"auditDigest": "sha256:f3be0e8ce65d5860d1ad808990f78a1fd48c18207a9aacf1ba63fd0d0e51be40"
|
|
674
623
|
},
|
|
675
624
|
{
|
|
676
625
|
"contractVersion": 1,
|
|
@@ -760,7 +709,7 @@
|
|
|
760
709
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
761
710
|
],
|
|
762
711
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
763
|
-
"auditDigest": "sha256:
|
|
712
|
+
"auditDigest": "sha256:9d0c9ef674ac63470098f25c1fab6e5c64b632751d7aaa5d537970b07be7b84b"
|
|
764
713
|
},
|
|
765
714
|
{
|
|
766
715
|
"contractVersion": 1,
|
|
@@ -782,7 +731,7 @@
|
|
|
782
731
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
783
732
|
],
|
|
784
733
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
785
|
-
"auditDigest": "sha256:
|
|
734
|
+
"auditDigest": "sha256:31e9f080b8ea31513ec1cc0db8d3cfd8cebf63d1ec6dd31048f77cfe4808fa2c"
|
|
786
735
|
},
|
|
787
736
|
{
|
|
788
737
|
"contractVersion": 1,
|
|
@@ -833,7 +782,7 @@
|
|
|
833
782
|
"controllerDescriptor": {
|
|
834
783
|
"contract": "buildchain.controller-descriptor/v1",
|
|
835
784
|
"digest": "sha256:373723a73d188194d389dee04c394d3b79cb0c016a370f2f5d0f60979a02ed48",
|
|
836
|
-
"registryDigest": "sha256:
|
|
785
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
837
786
|
"inputClassifications": {
|
|
838
787
|
"buildchain-ref": {
|
|
839
788
|
"classification": "included",
|
|
@@ -960,7 +909,6 @@
|
|
|
960
909
|
"checkout-cache-mode",
|
|
961
910
|
"checkout-cache-reference-repository-template",
|
|
962
911
|
"checkout-cache-timeout-seconds",
|
|
963
|
-
"checkout-history-mode",
|
|
964
912
|
"compiler-cache-platforms-json",
|
|
965
913
|
"compiler-cache-provider",
|
|
966
914
|
"compiler-cache-required",
|
|
@@ -1012,8 +960,8 @@
|
|
|
1012
960
|
],
|
|
1013
961
|
"controllerDescriptor": {
|
|
1014
962
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1015
|
-
"digest": "sha256:
|
|
1016
|
-
"registryDigest": "sha256:
|
|
963
|
+
"digest": "sha256:2e4c9e9af2162de2333c9b57bffcff77a76e9ed384b9f001ab8ef63d527197f9",
|
|
964
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
1017
965
|
"inputClassifications": {
|
|
1018
966
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1019
967
|
"classification": "redacted",
|
|
@@ -1187,10 +1135,6 @@
|
|
|
1187
1135
|
"classification": "digest-only",
|
|
1188
1136
|
"source": "workflow-call-input"
|
|
1189
1137
|
},
|
|
1190
|
-
"checkout-history-mode": {
|
|
1191
|
-
"classification": "included",
|
|
1192
|
-
"source": "workflow-call-input"
|
|
1193
|
-
},
|
|
1194
1138
|
"compiler-cache-platforms-json": {
|
|
1195
1139
|
"classification": "digest-only",
|
|
1196
1140
|
"source": "workflow-call-input"
|
|
@@ -1396,7 +1340,7 @@
|
|
|
1396
1340
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1397
1341
|
],
|
|
1398
1342
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
1399
|
-
"auditDigest": "sha256:
|
|
1343
|
+
"auditDigest": "sha256:1fff20be18b0ed638a02c2ae00258ee5a0052f466dd2338fe6f4935a31f94dfe"
|
|
1400
1344
|
},
|
|
1401
1345
|
{
|
|
1402
1346
|
"contractVersion": 1,
|
|
@@ -1480,7 +1424,6 @@
|
|
|
1480
1424
|
"checkout-cache-mode",
|
|
1481
1425
|
"checkout-cache-reference-repository-template",
|
|
1482
1426
|
"checkout-cache-timeout-seconds",
|
|
1483
|
-
"checkout-history-mode",
|
|
1484
1427
|
"compiler-cache-platforms-json",
|
|
1485
1428
|
"compiler-cache-provider",
|
|
1486
1429
|
"compiler-cache-required",
|
|
@@ -1532,8 +1475,8 @@
|
|
|
1532
1475
|
],
|
|
1533
1476
|
"controllerDescriptor": {
|
|
1534
1477
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1535
|
-
"digest": "sha256:
|
|
1536
|
-
"registryDigest": "sha256:
|
|
1478
|
+
"digest": "sha256:105eed3eb8f772d4ed93d43e7da404d849b92eafab1b461c7a9b7cb94a8a6b3b",
|
|
1479
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
1537
1480
|
"inputClassifications": {
|
|
1538
1481
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1539
1482
|
"classification": "redacted",
|
|
@@ -1719,10 +1662,6 @@
|
|
|
1719
1662
|
"classification": "digest-only",
|
|
1720
1663
|
"source": "workflow-call-input"
|
|
1721
1664
|
},
|
|
1722
|
-
"checkout-history-mode": {
|
|
1723
|
-
"classification": "included",
|
|
1724
|
-
"source": "workflow-call-input"
|
|
1725
|
-
},
|
|
1726
1665
|
"compiler-cache-platforms-json": {
|
|
1727
1666
|
"classification": "digest-only",
|
|
1728
1667
|
"source": "workflow-call-input"
|
|
@@ -1924,7 +1863,7 @@
|
|
|
1924
1863
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1925
1864
|
],
|
|
1926
1865
|
"breakingDigest": "sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273",
|
|
1927
|
-
"auditDigest": "sha256:
|
|
1866
|
+
"auditDigest": "sha256:752ef03f5cbfb4a74e21081a8a09d2e292c255af25776eb1d20b317317608425"
|
|
1928
1867
|
},
|
|
1929
1868
|
{
|
|
1930
1869
|
"contractVersion": 1,
|
|
@@ -1994,7 +1933,7 @@
|
|
|
1994
1933
|
"controllerDescriptor": {
|
|
1995
1934
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1996
1935
|
"digest": "sha256:8e42956a2c10fa109500e72b97994f06b3d22a19cc63a46f66410b2e81706e9d",
|
|
1997
|
-
"registryDigest": "sha256:
|
|
1936
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
1998
1937
|
"inputClassifications": {
|
|
1999
1938
|
"artifact-name": {
|
|
2000
1939
|
"classification": "included",
|
|
@@ -2211,7 +2150,7 @@
|
|
|
2211
2150
|
"controllerDescriptor": {
|
|
2212
2151
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2213
2152
|
"digest": "sha256:c5274b37f04d0054559fdc8698c51bd0f0d8ae470baf163e9caa7699aa970575",
|
|
2214
|
-
"registryDigest": "sha256:
|
|
2153
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
2215
2154
|
"inputClassifications": {
|
|
2216
2155
|
"artifact-path": {
|
|
2217
2156
|
"classification": "digest-only",
|
|
@@ -2455,7 +2394,7 @@
|
|
|
2455
2394
|
"controllerDescriptor": {
|
|
2456
2395
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2457
2396
|
"digest": "sha256:6b132790b9798e8a5dfbe095701d8e024c160a08bc7c4bd477ee79feef7a9cfd",
|
|
2458
|
-
"registryDigest": "sha256:
|
|
2397
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
2459
2398
|
"inputClassifications": {
|
|
2460
2399
|
"artifact-name": {
|
|
2461
2400
|
"classification": "included",
|
|
@@ -2637,7 +2576,7 @@
|
|
|
2637
2576
|
"controllerDescriptor": {
|
|
2638
2577
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2639
2578
|
"digest": "sha256:6d71409659fbf8543c7e520b0c493d8afe86bdf60286b860bb917f0041ebc173",
|
|
2640
|
-
"registryDigest": "sha256:
|
|
2579
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
2641
2580
|
"inputClassifications": {
|
|
2642
2581
|
"artifact-name": {
|
|
2643
2582
|
"classification": "included",
|
|
@@ -2954,7 +2893,7 @@
|
|
|
2954
2893
|
"controllerDescriptor": {
|
|
2955
2894
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2956
2895
|
"digest": "sha256:220710d81a41b50edb4dc65cea3e1e5d20805406eaaced65bc006718700696b9",
|
|
2957
|
-
"registryDigest": "sha256:
|
|
2896
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
2958
2897
|
"inputClassifications": {
|
|
2959
2898
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
2960
2899
|
"classification": "redacted",
|
|
@@ -3385,7 +3324,7 @@
|
|
|
3385
3324
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3386
3325
|
],
|
|
3387
3326
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
3388
|
-
"auditDigest": "sha256:
|
|
3327
|
+
"auditDigest": "sha256:cb3776ccf4d09a4197da7f894c6c2f72b15d982b9e3c8e7c3576cc1607e2241b"
|
|
3389
3328
|
},
|
|
3390
3329
|
{
|
|
3391
3330
|
"contractVersion": 1,
|
|
@@ -3450,7 +3389,7 @@
|
|
|
3450
3389
|
"controllerDescriptor": {
|
|
3451
3390
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3452
3391
|
"digest": "sha256:660579b5561e8e33375a3f3b1fefbb8a5bd8241a55ba43374d786fb772c24a12",
|
|
3453
|
-
"registryDigest": "sha256:
|
|
3392
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
3454
3393
|
"inputClassifications": {
|
|
3455
3394
|
"agent-work-context-json": {
|
|
3456
3395
|
"classification": "digest-only",
|
|
@@ -3585,7 +3524,7 @@
|
|
|
3585
3524
|
"controllerDescriptor": {
|
|
3586
3525
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3587
3526
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555",
|
|
3588
|
-
"registryDigest": "sha256:
|
|
3527
|
+
"registryDigest": "sha256:56e91795341365ea7684caed8f2d6fd81b1d5bd669b004545caefdbe63c0f98d",
|
|
3589
3528
|
"inputClassifications": {}
|
|
3590
3529
|
},
|
|
3591
3530
|
"guarantees": [
|
|
@@ -3598,6 +3537,6 @@
|
|
|
3598
3537
|
"auditDigest": "sha256:d07482cd66413a2fb3781a3b76f960b8151b6231841799647fe237820de2fde6"
|
|
3599
3538
|
}
|
|
3600
3539
|
],
|
|
3601
|
-
"compatibilityDigest": "sha256:
|
|
3602
|
-
"contractDigest": "sha256:
|
|
3540
|
+
"compatibilityDigest": "sha256:3bbcaf835844260ed98414d3bd176667245d12131e13fc748e4c2fae12399691",
|
|
3541
|
+
"contractDigest": "sha256:3f1edac6e6118619eece886cccfcf91c511c15be9ff97463a44cb97ec02886ce"
|
|
3603
3542
|
}
|