@kungfu-tech/buildchain 3.0.2-alpha.3 → 3.0.2-alpha.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 +1 -0
- package/actions/github-artifact-attestation/README.md +10 -0
- package/actions/promote-buildchain-ref/README.md +7 -0
- package/bin/buildchain.mjs +5 -0
- package/bin/internal/trust-release-cli.mjs +74 -3
- package/dist/site/artifact-schemas.json +5 -1
- package/dist/site/buildchain-contract.json +79 -28
- package/dist/site/buildchain-site.json +110 -27
- package/dist/site/capability-registry.json +8 -7
- package/dist/site/cli-registry.json +12 -0
- package/dist/site/controller-registry.json +40 -4
- package/dist/site/kfd-claims.json +203 -18
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +19 -5
- package/dist/site/node-api-registry.json +23 -10
- package/dist/site/page-registry.json +91 -17
- package/dist/site/public-surface-audit.json +125 -15
- package/dist/site/publication-authority-registry.json +27 -2
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-model.json +2 -1
- package/dist/site/release-passport-check-manifest.json +1 -0
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/schemas/release-passport-v1.schema.json +6 -0
- package/dist/site/site-manifest.json +17 -9
- package/dist/site/workflow-registry.json +84 -7
- package/docs/MAP.md +3 -1
- package/docs/binary-distribution.md +7 -0
- package/docs/cli.md +9 -0
- package/docs/dev-alpha-candidate-patrol.md +16 -4
- package/docs/github-artifact-attestation.md +219 -0
- package/docs/release-passport.md +13 -0
- package/docs/reusable-build-surface.md +6 -0
- package/package.json +2 -1
- package/packages/core/buildchain-contract.js +6 -0
- package/packages/core/buildchain-kfd-claims.js +5 -0
- package/packages/core/buildchain-publication-authority.js +1 -0
- package/packages/core/channel-candidate.js +67 -16
- package/packages/core/github-artifact-attestation.js +642 -0
- package/packages/core/index.js +19 -0
- package/packages/core/publication-authority.js +1 -1
- package/packages/core/release-passport-contract.js +2 -0
- package/packages/core/release-passport.js +51 -0
- package/scripts/check-inventory.mjs +4 -0
- package/scripts/create-github-artifact-attestation-policy.mjs +62 -0
- package/scripts/dev-alpha-candidate-patrol.mjs +256 -46
- package/scripts/generate-site-bundle.mjs +12 -0
- package/scripts/publish-github-artifact-attestation-evidence.mjs +201 -0
- package/scripts/release-candidate-resolver.mjs +12 -0
- 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":
|
|
7
|
-
"workflowCount":
|
|
8
|
-
"actionCount":
|
|
9
|
-
"sitePageCount":
|
|
10
|
-
"docCommandRefCount":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
1417
|
+
"inputCount": 75,
|
|
1400
1418
|
"secrets": [
|
|
1401
1419
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1402
1420
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1682,6 +1700,37 @@
|
|
|
1682
1700
|
],
|
|
1683
1701
|
"outputCount": 6
|
|
1684
1702
|
},
|
|
1703
|
+
{
|
|
1704
|
+
"id": "github-artifact-attestation",
|
|
1705
|
+
"path": ".github/workflows/github-artifact-attestation.yml",
|
|
1706
|
+
"reusable": true,
|
|
1707
|
+
"inputs": [
|
|
1708
|
+
"buildchain-ref",
|
|
1709
|
+
"environment",
|
|
1710
|
+
"evidence-artifact-name",
|
|
1711
|
+
"evidence-run-id",
|
|
1712
|
+
"platform-manifest-artifact-name",
|
|
1713
|
+
"platform-manifest-relative-path",
|
|
1714
|
+
"policy-json",
|
|
1715
|
+
"release-passport-artifact-name",
|
|
1716
|
+
"release-passport-relative-path",
|
|
1717
|
+
"retention-days",
|
|
1718
|
+
"source-sha",
|
|
1719
|
+
"subject-artifact-name",
|
|
1720
|
+
"subject-relative-path"
|
|
1721
|
+
],
|
|
1722
|
+
"inputCount": 13,
|
|
1723
|
+
"secrets": [],
|
|
1724
|
+
"secretCount": 0,
|
|
1725
|
+
"outputs": [
|
|
1726
|
+
"attestation-id",
|
|
1727
|
+
"attestation-url",
|
|
1728
|
+
"bundle-digest",
|
|
1729
|
+
"evidence-artifact-name",
|
|
1730
|
+
"evidence-root"
|
|
1731
|
+
],
|
|
1732
|
+
"outputCount": 5
|
|
1733
|
+
},
|
|
1685
1734
|
{
|
|
1686
1735
|
"id": "github-governance-audit",
|
|
1687
1736
|
"path": ".github/workflows/github-governance-audit.yml",
|
|
@@ -1991,6 +2040,9 @@
|
|
|
1991
2040
|
"buildchain-stable-contract-lock-path",
|
|
1992
2041
|
"channel",
|
|
1993
2042
|
"dry-run",
|
|
2043
|
+
"github-artifact-attestation-environment",
|
|
2044
|
+
"github-artifact-attestation-policy-json",
|
|
2045
|
+
"github-artifact-attestation-retention-days",
|
|
1994
2046
|
"github-governance-receipt-json",
|
|
1995
2047
|
"github-release",
|
|
1996
2048
|
"github-release-notes",
|
|
@@ -2053,7 +2105,7 @@
|
|
|
2053
2105
|
"target-sha",
|
|
2054
2106
|
"trusted-publishing"
|
|
2055
2107
|
],
|
|
2056
|
-
"inputCount":
|
|
2108
|
+
"inputCount": 80,
|
|
2057
2109
|
"secrets": [
|
|
2058
2110
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
2059
2111
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -2077,6 +2129,10 @@
|
|
|
2077
2129
|
"controller-receipt-digest",
|
|
2078
2130
|
"controller-receipt-json",
|
|
2079
2131
|
"controller-receipt-status",
|
|
2132
|
+
"github-artifact-attestation-evidence-root",
|
|
2133
|
+
"github-artifact-attestation-id",
|
|
2134
|
+
"github-artifact-attestation-publication-receipt-digest",
|
|
2135
|
+
"github-artifact-attestation-url",
|
|
2080
2136
|
"promoted-sha",
|
|
2081
2137
|
"promotion-contract-lock-digest",
|
|
2082
2138
|
"promotion-contract-lock-path",
|
|
@@ -2096,7 +2152,7 @@
|
|
|
2096
2152
|
"publication-commit-url",
|
|
2097
2153
|
"release-candidate-artifact"
|
|
2098
2154
|
],
|
|
2099
|
-
"outputCount":
|
|
2155
|
+
"outputCount": 31
|
|
2100
2156
|
},
|
|
2101
2157
|
{
|
|
2102
2158
|
"id": "release-governance-reconcile",
|
|
@@ -2260,6 +2316,26 @@
|
|
|
2260
2316
|
}
|
|
2261
2317
|
],
|
|
2262
2318
|
"actionInputs": [
|
|
2319
|
+
{
|
|
2320
|
+
"id": "github-artifact-attestation",
|
|
2321
|
+
"path": "actions/github-artifact-attestation/action.yml",
|
|
2322
|
+
"inputs": [
|
|
2323
|
+
"attestation-id",
|
|
2324
|
+
"attestation-url",
|
|
2325
|
+
"bundle-path",
|
|
2326
|
+
"expected-buildchain-ref",
|
|
2327
|
+
"expected-caller-repository",
|
|
2328
|
+
"expected-source-sha",
|
|
2329
|
+
"mode",
|
|
2330
|
+
"output-dir",
|
|
2331
|
+
"platform-manifest-path",
|
|
2332
|
+
"policy-json",
|
|
2333
|
+
"preparation-json",
|
|
2334
|
+
"release-passport-path",
|
|
2335
|
+
"subject-path"
|
|
2336
|
+
],
|
|
2337
|
+
"inputCount": 13
|
|
2338
|
+
},
|
|
2263
2339
|
{
|
|
2264
2340
|
"id": "macos-credential-island",
|
|
2265
2341
|
"path": "actions/macos-credential-island/action.yml",
|
|
@@ -2332,6 +2408,7 @@
|
|
|
2332
2408
|
"release-passport",
|
|
2333
2409
|
"release-passport-build-summary-path",
|
|
2334
2410
|
"release-passport-buildchain-self-kfd",
|
|
2411
|
+
"release-passport-github-artifact-attestation-policy-jsons",
|
|
2335
2412
|
"release-passport-impact-json",
|
|
2336
2413
|
"release-passport-invariant-passport-command",
|
|
2337
2414
|
"release-passport-invariant-passport-jsons",
|
|
@@ -2358,7 +2435,7 @@
|
|
|
2358
2435
|
"transaction-state-path",
|
|
2359
2436
|
"verification-command"
|
|
2360
2437
|
],
|
|
2361
|
-
"inputCount":
|
|
2438
|
+
"inputCount": 67
|
|
2362
2439
|
},
|
|
2363
2440
|
{
|
|
2364
2441
|
"id": "report-buildchain-issue",
|
|
@@ -2450,6 +2527,10 @@
|
|
|
2450
2527
|
}
|
|
2451
2528
|
],
|
|
2452
2529
|
"sitePages": [
|
|
2530
|
+
{
|
|
2531
|
+
"id": "action:github-artifact-attestation",
|
|
2532
|
+
"category": "action"
|
|
2533
|
+
},
|
|
2453
2534
|
{
|
|
2454
2535
|
"id": "action:macos-credential-island",
|
|
2455
2536
|
"category": "action"
|
|
@@ -2554,6 +2635,10 @@
|
|
|
2554
2635
|
"id": "manual:dev-alpha-candidate-patrol",
|
|
2555
2636
|
"category": "manual"
|
|
2556
2637
|
},
|
|
2638
|
+
{
|
|
2639
|
+
"id": "manual:github-artifact-attestation",
|
|
2640
|
+
"category": "manual"
|
|
2641
|
+
},
|
|
2557
2642
|
{
|
|
2558
2643
|
"id": "manual:github-governance-authority",
|
|
2559
2644
|
"category": "manual"
|
|
@@ -2910,6 +2995,11 @@
|
|
|
2910
2995
|
"path": "docs/cli.md",
|
|
2911
2996
|
"command": "buildchain collect github-release"
|
|
2912
2997
|
},
|
|
2998
|
+
{
|
|
2999
|
+
"id": "collect-github-release",
|
|
3000
|
+
"path": "docs/github-artifact-attestation.md",
|
|
3001
|
+
"command": "buildchain collect github-release"
|
|
3002
|
+
},
|
|
2913
3003
|
{
|
|
2914
3004
|
"id": "collect-github-release",
|
|
2915
3005
|
"path": "docs/kfd-agent-hub.md",
|
|
@@ -2925,6 +3015,16 @@
|
|
|
2925
3015
|
"path": "docs/release-passport.md",
|
|
2926
3016
|
"command": "buildchain collect github-release"
|
|
2927
3017
|
},
|
|
3018
|
+
{
|
|
3019
|
+
"id": "create",
|
|
3020
|
+
"path": "docs/cli.md",
|
|
3021
|
+
"command": "buildchain create github-artifact-attestation-policy"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"id": "create",
|
|
3025
|
+
"path": "docs/github-artifact-attestation.md",
|
|
3026
|
+
"command": "buildchain create github-artifact-attestation-policy"
|
|
3027
|
+
},
|
|
2928
3028
|
{
|
|
2929
3029
|
"id": "dev",
|
|
2930
3030
|
"path": "docs/cli.md",
|
|
@@ -4005,6 +4105,16 @@
|
|
|
4005
4105
|
"path": "docs/release-passport.md",
|
|
4006
4106
|
"command": "buildchain verify artifact"
|
|
4007
4107
|
},
|
|
4108
|
+
{
|
|
4109
|
+
"id": "verify-github-artifact-attestation",
|
|
4110
|
+
"path": "docs/cli.md",
|
|
4111
|
+
"command": "buildchain verify github-artifact-attestation"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"id": "verify-github-artifact-attestation",
|
|
4115
|
+
"path": "docs/github-artifact-attestation.md",
|
|
4116
|
+
"command": "buildchain verify github-artifact-attestation"
|
|
4117
|
+
},
|
|
4008
4118
|
{
|
|
4009
4119
|
"id": "verify-infra-contract-evidence-bundle",
|
|
4010
4120
|
"path": "docs/cli.md",
|
|
@@ -4116,9 +4226,9 @@
|
|
|
4116
4226
|
"cliRegistryPath": "dist/site/cli-registry.json",
|
|
4117
4227
|
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
4118
4228
|
"pageRegistryPath": "dist/site/page-registry.json",
|
|
4119
|
-
"cliRegistryDigest": "
|
|
4120
|
-
"workflowRegistryDigest": "
|
|
4121
|
-
"pageRegistryDigest": "
|
|
4229
|
+
"cliRegistryDigest": "0be723caa314a36a1a36b03522527eb5b13e9b741e6566ff7f6ee06958df02ca",
|
|
4230
|
+
"workflowRegistryDigest": "f199eeb327027cf62d35f6c9591a6dadc16142bbecce14c562b435dc4ff2f47e",
|
|
4231
|
+
"pageRegistryDigest": "962ba466e4a22e5113f8f795c76c49da66359a7fdb303ab7f9abb07b865cfa06"
|
|
4122
4232
|
},
|
|
4123
4233
|
"comparison": {
|
|
4124
4234
|
"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": "
|
|
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-
|
|
5
|
-
"publishedAt": "2026-07-
|
|
4
|
+
"generatedAt": "2026-07-27T06:15:19.437Z",
|
|
5
|
+
"publishedAt": "2026-07-27T06:15:19.437Z",
|
|
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": "
|
|
22
|
+
"sourceRevision": "edd5b7573394e8724e26a2d47500705dc9b06d9d",
|
|
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.
|
|
35
|
+
"version": "3.0.2-alpha.5",
|
|
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
|
},
|
|
@@ -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",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-site-manifest",
|
|
4
|
-
"generatedAt": "2026-07-
|
|
5
|
-
"publishedAt": "2026-07-
|
|
4
|
+
"generatedAt": "2026-07-27T06:15:19.437Z",
|
|
5
|
+
"publishedAt": "2026-07-27T06:15:19.437Z",
|
|
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": "
|
|
22
|
+
"sourceRevision": "edd5b7573394e8724e26a2d47500705dc9b06d9d",
|
|
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.
|
|
40
|
+
"version": "3.0.2-alpha.5",
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
256
|
+
"digest": "sha256:5d46d0f5e6e03541c187ffea154dcce703ef78e59d16bd0e4fa7c175da940480"
|
|
249
257
|
},
|
|
250
258
|
{
|
|
251
259
|
"id": "publish-transaction",
|