@kungfu-tech/buildchain 3.0.2-alpha.4 → 3.0.2-alpha.6

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.
Files changed (49) hide show
  1. package/README.md +1 -0
  2. package/actions/github-artifact-attestation/README.md +10 -0
  3. package/actions/promote-buildchain-ref/README.md +7 -0
  4. package/bin/buildchain.mjs +5 -0
  5. package/bin/internal/trust-release-cli.mjs +74 -3
  6. package/dist/site/artifact-schemas.json +5 -1
  7. package/dist/site/buildchain-contract.json +79 -28
  8. package/dist/site/buildchain-site.json +110 -27
  9. package/dist/site/capability-registry.json +8 -7
  10. package/dist/site/cli-registry.json +12 -0
  11. package/dist/site/controller-registry.json +40 -4
  12. package/dist/site/kfd-claims.json +205 -19
  13. package/dist/site/kfd-upstream-aggregate.json +1 -1
  14. package/dist/site/manual-registry.json +19 -5
  15. package/dist/site/node-api-registry.json +22 -9
  16. package/dist/site/page-registry.json +91 -17
  17. package/dist/site/public-surface-audit.json +132 -17
  18. package/dist/site/publication-authority-registry.json +27 -2
  19. package/dist/site/publication-registry.json +4 -4
  20. package/dist/site/release-model.json +2 -1
  21. package/dist/site/release-passport-check-manifest.json +1 -0
  22. package/dist/site/release-provenance.json +1 -0
  23. package/dist/site/schemas/release-passport-v1.schema.json +6 -0
  24. package/dist/site/site-manifest.json +17 -9
  25. package/dist/site/workflow-registry.json +91 -9
  26. package/docs/MAP.md +3 -1
  27. package/docs/binary-distribution.md +7 -0
  28. package/docs/cli.md +9 -0
  29. package/docs/dev-alpha-candidate-patrol.md +51 -13
  30. package/docs/github-artifact-attestation.md +219 -0
  31. package/docs/release-passport.md +13 -0
  32. package/docs/reusable-build-surface.md +6 -0
  33. package/package.json +2 -1
  34. package/packages/core/buildchain-contract.js +6 -0
  35. package/packages/core/buildchain-kfd-claims.js +5 -0
  36. package/packages/core/buildchain-publication-authority.js +1 -0
  37. package/packages/core/github-artifact-attestation.js +642 -0
  38. package/packages/core/index.js +19 -0
  39. package/packages/core/publication-authority.js +1 -1
  40. package/packages/core/release-passport-contract.js +2 -0
  41. package/packages/core/release-passport.js +60 -3
  42. package/scripts/check-inventory.mjs +4 -0
  43. package/scripts/create-github-artifact-attestation-policy.mjs +62 -0
  44. package/scripts/dev-alpha-candidate-patrol.mjs +471 -71
  45. package/scripts/generate-channel-promotion-workflow.mjs +6 -0
  46. package/scripts/generate-site-bundle.mjs +12 -0
  47. package/scripts/publish-github-artifact-attestation-evidence.mjs +201 -0
  48. package/scripts/release-candidate-resolver.mjs +12 -0
  49. package/scripts/stage-github-artifact-attestation-inputs.mjs +65 -0
@@ -3,11 +3,11 @@
3
3
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
4
4
  "status": "passed",
5
5
  "summary": {
6
- "cliCommandCount": 96,
7
- "workflowCount": 54,
8
- "actionCount": 5,
9
- "sitePageCount": 57,
10
- "docCommandRefCount": 286,
6
+ "cliCommandCount": 97,
7
+ "workflowCount": 55,
8
+ "actionCount": 6,
9
+ "sitePageCount": 59,
10
+ "docCommandRefCount": 291,
11
11
  "failureCount": 0
12
12
  },
13
13
  "enumerated": {
@@ -462,6 +462,11 @@
462
462
  "source": "bin/buildchain.mjs",
463
463
  "usage": "buildchain verify artifact-envelope <file-or-json> [--assessment-time <epoch>]"
464
464
  },
465
+ {
466
+ "id": "verify-github-artifact-attestation",
467
+ "source": "bin/buildchain.mjs",
468
+ "usage": "buildchain verify github-artifact-attestation <artifact>"
469
+ },
465
470
  {
466
471
  "id": "verify-infra-contract-evidence-bundle",
467
472
  "source": "bin/buildchain.mjs",
@@ -596,6 +601,9 @@
596
601
  "expected-artifacts-json",
597
602
  "fail-fast",
598
603
  "gate-profile-aggregate-json",
604
+ "github-artifact-attestation-platform-id",
605
+ "github-artifact-attestation-signer-sha",
606
+ "github-artifact-attestation-subject-path",
599
607
  "install-command",
600
608
  "kfd-agent-hub",
601
609
  "lifecycle-timeout-minutes",
@@ -629,7 +637,7 @@
629
637
  "verify-command",
630
638
  "working-directory"
631
639
  ],
632
- "inputCount": 69,
640
+ "inputCount": 72,
633
641
  "secrets": [
634
642
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
635
643
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -828,6 +836,9 @@
828
836
  "buildchain-repository",
829
837
  "channel",
830
838
  "dry-run",
839
+ "github-artifact-attestation-environment",
840
+ "github-artifact-attestation-policy-json",
841
+ "github-artifact-attestation-retention-days",
831
842
  "github-governance-receipt-json",
832
843
  "github-release",
833
844
  "github-release-notes",
@@ -901,7 +912,7 @@
901
912
  "target-sha",
902
913
  "trusted-publishing"
903
914
  ],
904
- "inputCount": 85,
915
+ "inputCount": 88,
905
916
  "secrets": [
906
917
  "BUILDCHAIN_ISSUE_APP_ID",
907
918
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -924,6 +935,10 @@
924
935
  "controller-receipt-digest",
925
936
  "controller-receipt-json",
926
937
  "controller-receipt-status",
938
+ "github-artifact-attestation-evidence-root",
939
+ "github-artifact-attestation-id",
940
+ "github-artifact-attestation-publication-receipt-digest",
941
+ "github-artifact-attestation-url",
927
942
  "promoted-sha",
928
943
  "publication-capability-digest",
929
944
  "publication-commit-evidence-digest",
@@ -932,7 +947,7 @@
932
947
  "publication-commit-url",
933
948
  "release-candidate-artifact"
934
949
  ],
935
- "outputCount": 15
950
+ "outputCount": 19
936
951
  },
937
952
  {
938
953
  "id": ".release-docker",
@@ -1363,6 +1378,9 @@
1363
1378
  "expected-artifacts-json",
1364
1379
  "fail-fast",
1365
1380
  "gate-profile-aggregate-json",
1381
+ "github-artifact-attestation-platform-id",
1382
+ "github-artifact-attestation-signer-sha",
1383
+ "github-artifact-attestation-subject-path",
1366
1384
  "install-command",
1367
1385
  "kfd-agent-hub",
1368
1386
  "lifecycle-timeout-minutes",
@@ -1396,7 +1414,7 @@
1396
1414
  "verify-command",
1397
1415
  "working-directory"
1398
1416
  ],
1399
- "inputCount": 72,
1417
+ "inputCount": 75,
1400
1418
  "secrets": [
1401
1419
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1402
1420
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1620,22 +1638,27 @@
1620
1638
  "dev-workflow-path",
1621
1639
  "dry-run",
1622
1640
  "max-age-seconds",
1641
+ "settlement-authorized",
1623
1642
  "source-branch",
1624
1643
  "target-branch"
1625
1644
  ],
1626
- "inputCount": 9,
1645
+ "inputCount": 10,
1627
1646
  "secrets": [
1628
1647
  "promotion-token"
1629
1648
  ],
1630
1649
  "secretCount": 1,
1631
1650
  "outputs": [
1651
+ "active-candidate-pr",
1652
+ "controller-state",
1632
1653
  "eligible",
1654
+ "next-candidate-sha",
1633
1655
  "promotion-pr",
1634
1656
  "result-path",
1635
1657
  "selected-sha",
1658
+ "settlement-action",
1636
1659
  "source-lock-ref"
1637
1660
  ],
1638
- "outputCount": 5
1661
+ "outputCount": 9
1639
1662
  },
1640
1663
  {
1641
1664
  "id": "dev-merge-queue-governance",
@@ -1682,6 +1705,37 @@
1682
1705
  ],
1683
1706
  "outputCount": 6
1684
1707
  },
1708
+ {
1709
+ "id": "github-artifact-attestation",
1710
+ "path": ".github/workflows/github-artifact-attestation.yml",
1711
+ "reusable": true,
1712
+ "inputs": [
1713
+ "buildchain-ref",
1714
+ "environment",
1715
+ "evidence-artifact-name",
1716
+ "evidence-run-id",
1717
+ "platform-manifest-artifact-name",
1718
+ "platform-manifest-relative-path",
1719
+ "policy-json",
1720
+ "release-passport-artifact-name",
1721
+ "release-passport-relative-path",
1722
+ "retention-days",
1723
+ "source-sha",
1724
+ "subject-artifact-name",
1725
+ "subject-relative-path"
1726
+ ],
1727
+ "inputCount": 13,
1728
+ "secrets": [],
1729
+ "secretCount": 0,
1730
+ "outputs": [
1731
+ "attestation-id",
1732
+ "attestation-url",
1733
+ "bundle-digest",
1734
+ "evidence-artifact-name",
1735
+ "evidence-root"
1736
+ ],
1737
+ "outputCount": 5
1738
+ },
1685
1739
  {
1686
1740
  "id": "github-governance-audit",
1687
1741
  "path": ".github/workflows/github-governance-audit.yml",
@@ -1991,6 +2045,9 @@
1991
2045
  "buildchain-stable-contract-lock-path",
1992
2046
  "channel",
1993
2047
  "dry-run",
2048
+ "github-artifact-attestation-environment",
2049
+ "github-artifact-attestation-policy-json",
2050
+ "github-artifact-attestation-retention-days",
1994
2051
  "github-governance-receipt-json",
1995
2052
  "github-release",
1996
2053
  "github-release-notes",
@@ -2053,7 +2110,7 @@
2053
2110
  "target-sha",
2054
2111
  "trusted-publishing"
2055
2112
  ],
2056
- "inputCount": 77,
2113
+ "inputCount": 80,
2057
2114
  "secrets": [
2058
2115
  "BUILDCHAIN_ISSUE_APP_ID",
2059
2116
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -2077,6 +2134,10 @@
2077
2134
  "controller-receipt-digest",
2078
2135
  "controller-receipt-json",
2079
2136
  "controller-receipt-status",
2137
+ "github-artifact-attestation-evidence-root",
2138
+ "github-artifact-attestation-id",
2139
+ "github-artifact-attestation-publication-receipt-digest",
2140
+ "github-artifact-attestation-url",
2080
2141
  "promoted-sha",
2081
2142
  "promotion-contract-lock-digest",
2082
2143
  "promotion-contract-lock-path",
@@ -2096,7 +2157,7 @@
2096
2157
  "publication-commit-url",
2097
2158
  "release-candidate-artifact"
2098
2159
  ],
2099
- "outputCount": 27
2160
+ "outputCount": 31
2100
2161
  },
2101
2162
  {
2102
2163
  "id": "release-governance-reconcile",
@@ -2260,6 +2321,26 @@
2260
2321
  }
2261
2322
  ],
2262
2323
  "actionInputs": [
2324
+ {
2325
+ "id": "github-artifact-attestation",
2326
+ "path": "actions/github-artifact-attestation/action.yml",
2327
+ "inputs": [
2328
+ "attestation-id",
2329
+ "attestation-url",
2330
+ "bundle-path",
2331
+ "expected-buildchain-ref",
2332
+ "expected-caller-repository",
2333
+ "expected-source-sha",
2334
+ "mode",
2335
+ "output-dir",
2336
+ "platform-manifest-path",
2337
+ "policy-json",
2338
+ "preparation-json",
2339
+ "release-passport-path",
2340
+ "subject-path"
2341
+ ],
2342
+ "inputCount": 13
2343
+ },
2263
2344
  {
2264
2345
  "id": "macos-credential-island",
2265
2346
  "path": "actions/macos-credential-island/action.yml",
@@ -2332,6 +2413,7 @@
2332
2413
  "release-passport",
2333
2414
  "release-passport-build-summary-path",
2334
2415
  "release-passport-buildchain-self-kfd",
2416
+ "release-passport-github-artifact-attestation-policy-jsons",
2335
2417
  "release-passport-impact-json",
2336
2418
  "release-passport-invariant-passport-command",
2337
2419
  "release-passport-invariant-passport-jsons",
@@ -2358,7 +2440,7 @@
2358
2440
  "transaction-state-path",
2359
2441
  "verification-command"
2360
2442
  ],
2361
- "inputCount": 66
2443
+ "inputCount": 67
2362
2444
  },
2363
2445
  {
2364
2446
  "id": "report-buildchain-issue",
@@ -2450,6 +2532,10 @@
2450
2532
  }
2451
2533
  ],
2452
2534
  "sitePages": [
2535
+ {
2536
+ "id": "action:github-artifact-attestation",
2537
+ "category": "action"
2538
+ },
2453
2539
  {
2454
2540
  "id": "action:macos-credential-island",
2455
2541
  "category": "action"
@@ -2554,6 +2640,10 @@
2554
2640
  "id": "manual:dev-alpha-candidate-patrol",
2555
2641
  "category": "manual"
2556
2642
  },
2643
+ {
2644
+ "id": "manual:github-artifact-attestation",
2645
+ "category": "manual"
2646
+ },
2557
2647
  {
2558
2648
  "id": "manual:github-governance-authority",
2559
2649
  "category": "manual"
@@ -2910,6 +3000,11 @@
2910
3000
  "path": "docs/cli.md",
2911
3001
  "command": "buildchain collect github-release"
2912
3002
  },
3003
+ {
3004
+ "id": "collect-github-release",
3005
+ "path": "docs/github-artifact-attestation.md",
3006
+ "command": "buildchain collect github-release"
3007
+ },
2913
3008
  {
2914
3009
  "id": "collect-github-release",
2915
3010
  "path": "docs/kfd-agent-hub.md",
@@ -2925,6 +3020,16 @@
2925
3020
  "path": "docs/release-passport.md",
2926
3021
  "command": "buildchain collect github-release"
2927
3022
  },
3023
+ {
3024
+ "id": "create",
3025
+ "path": "docs/cli.md",
3026
+ "command": "buildchain create github-artifact-attestation-policy"
3027
+ },
3028
+ {
3029
+ "id": "create",
3030
+ "path": "docs/github-artifact-attestation.md",
3031
+ "command": "buildchain create github-artifact-attestation-policy"
3032
+ },
2928
3033
  {
2929
3034
  "id": "dev",
2930
3035
  "path": "docs/cli.md",
@@ -4005,6 +4110,16 @@
4005
4110
  "path": "docs/release-passport.md",
4006
4111
  "command": "buildchain verify artifact"
4007
4112
  },
4113
+ {
4114
+ "id": "verify-github-artifact-attestation",
4115
+ "path": "docs/cli.md",
4116
+ "command": "buildchain verify github-artifact-attestation"
4117
+ },
4118
+ {
4119
+ "id": "verify-github-artifact-attestation",
4120
+ "path": "docs/github-artifact-attestation.md",
4121
+ "command": "buildchain verify github-artifact-attestation"
4122
+ },
4008
4123
  {
4009
4124
  "id": "verify-infra-contract-evidence-bundle",
4010
4125
  "path": "docs/cli.md",
@@ -4116,9 +4231,9 @@
4116
4231
  "cliRegistryPath": "dist/site/cli-registry.json",
4117
4232
  "workflowRegistryPath": "dist/site/workflow-registry.json",
4118
4233
  "pageRegistryPath": "dist/site/page-registry.json",
4119
- "cliRegistryDigest": "a1c10dd6977d85a7bc793054baa549108b46d6d18098de109733e01b9151a024",
4120
- "workflowRegistryDigest": "adbf4d0f0f67aab550735fac44b544cb5eeeaa94d1604c18953d7e81d3cb0136",
4121
- "pageRegistryDigest": "d0af91a01b205954540fe4388cc08dcfaa9182f4eb6cfb162bb0c987fc33eef2"
4234
+ "cliRegistryDigest": "0be723caa314a36a1a36b03522527eb5b13e9b741e6566ff7f6ee06958df02ca",
4235
+ "workflowRegistryDigest": "18405fac6ddfebd647c2ba7d3927ec666e6d43dc1913043b0334c91e2bf143f1",
4236
+ "pageRegistryDigest": "b453877a28760e2446d5b58ee2bcbb3edd1059731a4046166ce1a4fc6649624b"
4122
4237
  },
4123
4238
  "comparison": {
4124
4239
  "missingCliRegistry": [],
@@ -349,6 +349,21 @@
349
349
  "runnerPolicy": "unqualified",
350
350
  "notes": ""
351
351
  },
352
+ {
353
+ "workflowPath": ".github/workflows/github-artifact-attestation.yml",
354
+ "authorityClass": "evidence-publication",
355
+ "publicationCapable": true,
356
+ "capabilityIds": [
357
+ "github-artifact-attestation"
358
+ ],
359
+ "credentialMode": "oidc",
360
+ "publisherWorkflowMode": "caller-bound",
361
+ "publisherWorkflowPath": ".github/workflows/github-artifact-attestation.yml",
362
+ "environment": "consumer-defined",
363
+ "environmentMode": "caller-bound",
364
+ "runnerPolicy": "qualified-measured",
365
+ "notes": ""
366
+ },
352
367
  {
353
368
  "workflowPath": ".github/workflows/github-governance-audit.yml",
354
369
  "authorityClass": "governance-write",
@@ -588,7 +603,8 @@
588
603
  "path": ".github/workflows/.release-candidate-promote.yml",
589
604
  "signals": [
590
605
  "write-permission",
591
- "oidc"
606
+ "oidc",
607
+ "environment"
592
608
  ],
593
609
  "classified": true
594
610
  },
@@ -777,6 +793,15 @@
777
793
  ],
778
794
  "classified": true
779
795
  },
796
+ {
797
+ "path": ".github/workflows/github-artifact-attestation.yml",
798
+ "signals": [
799
+ "write-permission",
800
+ "oidc",
801
+ "environment"
802
+ ],
803
+ "classified": true
804
+ },
780
805
  {
781
806
  "path": ".github/workflows/github-governance-audit.yml",
782
807
  "signals": [
@@ -908,5 +933,5 @@
908
933
  "classified": false
909
934
  }
910
935
  ],
911
- "registryDigest": "63da1d278191895989a87b3dc6b4eda344c1e9cefd97fcdcb114438b9371e57b"
936
+ "registryDigest": "26c309e610d1d8885cfd7d78fb7a574be903bf9085d5db929f9b41005c4f682b"
912
937
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-publication-release-registry",
4
- "generatedAt": "2026-07-27T05:08:19.148Z",
5
- "publishedAt": "2026-07-27T05:08:19.148Z",
4
+ "generatedAt": "2026-07-27T11:31:51.000Z",
5
+ "publishedAt": "2026-07-27T11:31:51.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "ba9a63a1960beab3660cacaca76ceed02ea9a0f1",
22
+ "sourceRevision": "e48aadba016f39ead070e73eff9a7c4c1a25d08b",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "package": {
34
34
  "name": "@kungfu-tech/buildchain",
35
- "version": "3.0.2-alpha.4",
35
+ "version": "3.0.2-alpha.6",
36
36
  "versionSource": "package.json#version"
37
37
  },
38
38
  "sourceKind": "package-site-bundle",
@@ -45,7 +45,8 @@
45
45
  "evidenceAssets": [
46
46
  "publish evidence JSON",
47
47
  "buildchain.release.json",
48
- "release passport assets"
48
+ "release passport assets",
49
+ "GitHub artifact attestation Sigstore bundle and Buildchain evidence JSON"
49
50
  ],
50
51
  "owner": "promote-buildchain-ref"
51
52
  },
@@ -43,6 +43,7 @@
43
43
  "distTagPromotion",
44
44
  "controllerReceipts",
45
45
  "kfdSupport",
46
+ "githubArtifactAttestations",
46
47
  "artifacts",
47
48
  "evidence",
48
49
  "recovery"
@@ -14,6 +14,7 @@
14
14
  "./core": "./packages/core/index.js",
15
15
  "./artifact-passport": "./packages/core/artifact-passport.js",
16
16
  "./artifact-verification-envelope": "./packages/core/artifact-verification-envelope.js",
17
+ "./github-artifact-attestation": "./packages/core/github-artifact-attestation.js",
17
18
  "./anchored-version-material": "./packages/core/anchored-version-material.js",
18
19
  "./buildchain-contract": "./packages/core/buildchain-contract.js",
19
20
  "./candidate-timeline": "./packages/core/candidate-timeline.js",
@@ -187,6 +187,12 @@
187
187
  "type": "object"
188
188
  }
189
189
  },
190
+ "githubArtifactAttestations": {
191
+ "type": "array",
192
+ "items": {
193
+ "type": "object"
194
+ }
195
+ },
190
196
  "kfd-1": {
191
197
  "type": "object"
192
198
  },
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-site-manifest",
4
- "generatedAt": "2026-07-27T05:08:19.148Z",
5
- "publishedAt": "2026-07-27T05:08:19.148Z",
4
+ "generatedAt": "2026-07-27T11:31:51.000Z",
5
+ "publishedAt": "2026-07-27T11:31:51.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "ba9a63a1960beab3660cacaca76ceed02ea9a0f1",
22
+ "sourceRevision": "e48aadba016f39ead070e73eff9a7c4c1a25d08b",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "package": {
39
39
  "name": "@kungfu-tech/buildchain",
40
- "version": "3.0.2-alpha.4",
40
+ "version": "3.0.2-alpha.6",
41
41
  "versionSource": "package.json#version"
42
42
  },
43
43
  "entrypoint": "buildchain-site.json",
@@ -53,7 +53,7 @@
53
53
  "path": "docs/MAP.md",
54
54
  "plane": "use",
55
55
  "exists": true,
56
- "digest": "sha256:fc8f7c63b8427e513f9524b8e22e4b0dcd8981fcc724417a29b942fe237fc0a9"
56
+ "digest": "sha256:23158252e5d2bd09b9b54dc08a0a452562e4b3a6ec3861b991632a34199d9820"
57
57
  },
58
58
  {
59
59
  "id": "auditable-demo",
@@ -77,7 +77,15 @@
77
77
  "path": "docs/release-passport.md",
78
78
  "plane": "verify",
79
79
  "exists": true,
80
- "digest": "sha256:ed29d25882cbf4ec062abc21e7d069a6377eaf7e3171c24642dfe08da2e4c05b"
80
+ "digest": "sha256:d698078075700e60bafb9677bc4c35d49970136b98caaecfc51d38344285cdd5"
81
+ },
82
+ {
83
+ "id": "github-artifact-attestation",
84
+ "title": "GitHub-native Linux artifact attestation",
85
+ "path": "docs/github-artifact-attestation.md",
86
+ "plane": "verify",
87
+ "exists": true,
88
+ "digest": "sha256:afdb8172bc41b9a20c0d18f4ddcc55ee287ac56db05e67e55d12de1843b724e1"
81
89
  },
82
90
  {
83
91
  "id": "controller-evidence",
@@ -141,7 +149,7 @@
141
149
  "path": "docs/binary-distribution.md",
142
150
  "plane": "verify",
143
151
  "exists": true,
144
- "digest": "sha256:ae0f8e6cafbb4c39732e6a7252d46b523b0a69e8e05d3ce7ee0b51a916b1b027"
152
+ "digest": "sha256:b1611dcf0e6825e53921e4c9d31d1afe16fca81e6868360bfad1902587cd52ef"
145
153
  },
146
154
  {
147
155
  "id": "consumer-issue-reporting",
@@ -205,7 +213,7 @@
205
213
  "path": "docs/cli.md",
206
214
  "plane": "use",
207
215
  "exists": true,
208
- "digest": "sha256:47be88f5e5fd14124d03510b807722215034d34eefcebdfe2599a310350b7697"
216
+ "digest": "sha256:49da688f9f8b726a9169a3e4b246cb6ef07c6c626ea15c22f0b26ba1a37a58b4"
209
217
  },
210
218
  {
211
219
  "id": "build-facts",
@@ -245,7 +253,7 @@
245
253
  "path": "docs/reusable-build-surface.md",
246
254
  "plane": "use",
247
255
  "exists": true,
248
- "digest": "sha256:cd1c110cd44d475f3ef0406626f710f0d075013db3a8b15718b1e76676e4b5f5"
256
+ "digest": "sha256:5d46d0f5e6e03541c187ffea154dcce703ef78e59d16bd0e4fa7c175da940480"
249
257
  },
250
258
  {
251
259
  "id": "publish-transaction",