@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.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/AGENTS.md +10 -1
- package/CONTRIBUTING.md +24 -0
- package/README.md +2 -2
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/v4-release-candidate-promote/README.md +28 -0
- package/architecture/agent-change-map.md +64 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +53 -8
- package/architecture/maintainability-debt.json +147 -93
- package/architecture/maintainability-policy.json +32 -28
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/v4-architecture-constitution.md +23 -20
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-delivery-authority-parity.json +2 -2
- package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +2 -2
- package/architecture/v4-next-development-parity.json +5 -5
- package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
- package/architecture/v4-platform-stage-checkpoints.json +1 -1
- package/architecture/v4-provider-operation-journal-contract.json +5 -2
- package/architecture/v4-publication-facade-patches.json +64 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +74 -39
- package/architecture/v4-rust-wasm-production-authority.json +58 -0
- package/architecture/v4-stable-publication-fence.json +5 -2
- package/architecture/v4-stage-capsule-qualification.json +2 -2
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1451 -0
- package/bin/buildchain.mjs +7 -7
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +93 -48
- package/dist/site/buildchain-site.json +222 -69
- package/dist/site/capability-registry.json +4 -4
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2585 -1000
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +120 -115
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3205 -1219
- package/dist/site/publication-authority-registry.json +1124 -362
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +17 -17
- package/dist/site/workflow-registry.json +5061 -1659
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +2 -2
- package/docs/node-api-reference.md +190 -190
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +16 -0
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-production-release.md +71 -8
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +2 -2
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +154 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +10 -6
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +1 -1
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +42 -26
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-warrant-state.js +3 -4
- package/packages/core/dev-delivery-warrant.js +12 -2
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +2 -2
- package/packages/core/paper-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +10 -75
- package/packages/core/v4-domain-wasm-artifact.js +7 -0
- package/packages/core/v4-domain-wasm.js +216 -0
- package/packages/core/v4-floating-consumer-evidence.js +1 -1
- package/packages/core/v4-floating-consumer-policy.js +1 -1
- package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
- package/packages/core/v4-product-publication.js +19 -349
- package/packages/core/v4-protected-publication-source.js +19 -21
- package/packages/core/v4-provider-operation-journal.js +18 -487
- package/packages/core/v4-provider-readback-idempotency.js +12 -97
- package/packages/core/v4-release-activation-shadow.js +13 -500
- package/packages/core/v4-release-invocation.js +28 -389
- package/packages/core/v4-stable-publication-fence.js +13 -342
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-v4-domain-wasm.mjs +189 -0
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +4 -3
- package/scripts/check-inventory.mjs +35 -44
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
- package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
- package/scripts/check-v4-release-topology.mjs +90 -33
- package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/copy-v4-domain-wasm.mjs +14 -0
- package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +14 -9
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +76 -99
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +7 -5
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +458 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +307 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +9 -9
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +13 -6
- package/scripts/v4-publication-settlement.mjs +211 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +618 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +173 -0
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "2d03a067917fdbbd8a78525c227a7cac5054391d06c6bece75a600fbf959bf6d",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 117,
|
|
27
|
-
"workflowCount":
|
|
27
|
+
"workflowCount": 114,
|
|
28
28
|
"actionCount": 8,
|
|
29
|
-
"sitePageCount":
|
|
29
|
+
"sitePageCount": 87,
|
|
30
30
|
"docCommandRefCount": 1050,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
@@ -246,12 +246,12 @@
|
|
|
246
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
247
247
|
"path": "dist/site/public-surface-audit.json",
|
|
248
248
|
"status": "passed",
|
|
249
|
-
"sha256": "
|
|
249
|
+
"sha256": "2d03a067917fdbbd8a78525c227a7cac5054391d06c6bece75a600fbf959bf6d",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 117,
|
|
252
|
-
"workflowCount":
|
|
252
|
+
"workflowCount": 114,
|
|
253
253
|
"actionCount": 8,
|
|
254
|
-
"sitePageCount":
|
|
254
|
+
"sitePageCount": 87,
|
|
255
255
|
"docCommandRefCount": 1050,
|
|
256
256
|
"failureCount": 0
|
|
257
257
|
},
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
"visibility": "public",
|
|
3855
3855
|
"participantFacing": true,
|
|
3856
3856
|
"public": true,
|
|
3857
|
-
"inputCount":
|
|
3857
|
+
"inputCount": 12,
|
|
3858
3858
|
"inputs": [
|
|
3859
3859
|
"adapter-arguments-json",
|
|
3860
3860
|
"adapter-path",
|
|
@@ -3866,7 +3866,8 @@
|
|
|
3866
3866
|
"require-trusted-event",
|
|
3867
3867
|
"source-artifact-digest",
|
|
3868
3868
|
"source-artifact-name",
|
|
3869
|
-
"source-ref"
|
|
3869
|
+
"source-ref",
|
|
3870
|
+
"universal-request-json"
|
|
3870
3871
|
],
|
|
3871
3872
|
"reverseAuditSource": ".github/workflows"
|
|
3872
3873
|
},
|
|
@@ -3880,7 +3881,7 @@
|
|
|
3880
3881
|
"visibility": "public",
|
|
3881
3882
|
"participantFacing": true,
|
|
3882
3883
|
"public": true,
|
|
3883
|
-
"inputCount":
|
|
3884
|
+
"inputCount": 16,
|
|
3884
3885
|
"inputs": [
|
|
3885
3886
|
"auto-admission",
|
|
3886
3887
|
"buildchain-ref",
|
|
@@ -3896,21 +3897,49 @@
|
|
|
3896
3897
|
"publication-version",
|
|
3897
3898
|
"release-tag",
|
|
3898
3899
|
"source-sha",
|
|
3899
|
-
"target-ref"
|
|
3900
|
+
"target-ref",
|
|
3901
|
+
"universal-request-json"
|
|
3900
3902
|
],
|
|
3901
3903
|
"reverseAuditSource": ".github/workflows"
|
|
3902
3904
|
},
|
|
3903
3905
|
{
|
|
3904
|
-
"id": "workflow:.build",
|
|
3905
|
-
"name": "workflow:.build",
|
|
3906
|
+
"id": "workflow:.build-demo-adapter",
|
|
3907
|
+
"name": "workflow:.build-demo-adapter",
|
|
3906
3908
|
"kind": "workflow",
|
|
3907
|
-
"sourcePath": ".github/workflows/.build.yml",
|
|
3908
|
-
"evidencePath": ".github/workflows/.build.yml",
|
|
3909
|
+
"sourcePath": ".github/workflows/.build-demo-adapter.yml",
|
|
3910
|
+
"evidencePath": ".github/workflows/.build-demo-adapter.yml",
|
|
3911
|
+
"availability": "shipped",
|
|
3912
|
+
"visibility": "public",
|
|
3913
|
+
"participantFacing": true,
|
|
3914
|
+
"public": true,
|
|
3915
|
+
"inputCount": 12,
|
|
3916
|
+
"inputs": [
|
|
3917
|
+
"adapter-arguments-json",
|
|
3918
|
+
"adapter-path",
|
|
3919
|
+
"artifact-retention-days",
|
|
3920
|
+
"buildchain-repository",
|
|
3921
|
+
"media-profile",
|
|
3922
|
+
"render-media",
|
|
3923
|
+
"renderer-image",
|
|
3924
|
+
"require-trusted-event",
|
|
3925
|
+
"source-artifact-digest",
|
|
3926
|
+
"source-artifact-name",
|
|
3927
|
+
"source-ref",
|
|
3928
|
+
"universal-request-json"
|
|
3929
|
+
],
|
|
3930
|
+
"reverseAuditSource": ".github/workflows"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"id": "workflow:.build-engine",
|
|
3934
|
+
"name": "workflow:.build-engine",
|
|
3935
|
+
"kind": "workflow",
|
|
3936
|
+
"sourcePath": ".github/workflows/.build-engine.yml",
|
|
3937
|
+
"evidencePath": ".github/workflows/.build-engine.yml",
|
|
3909
3938
|
"availability": "shipped",
|
|
3910
3939
|
"visibility": "public",
|
|
3911
3940
|
"participantFacing": true,
|
|
3912
3941
|
"public": true,
|
|
3913
|
-
"inputCount":
|
|
3942
|
+
"inputCount": 94,
|
|
3914
3943
|
"inputs": [
|
|
3915
3944
|
"artifact-compression-level",
|
|
3916
3945
|
"artifact-finalization-command",
|
|
@@ -4001,6 +4030,7 @@
|
|
|
4001
4030
|
"setup-rust",
|
|
4002
4031
|
"shifu-cache-profile-digest",
|
|
4003
4032
|
"shifu-cache-profile-ref",
|
|
4033
|
+
"universal-request-json",
|
|
4004
4034
|
"untrusted-policy",
|
|
4005
4035
|
"verify-command",
|
|
4006
4036
|
"verify-substage-evidence-path",
|
|
@@ -4009,57 +4039,16 @@
|
|
|
4009
4039
|
"reverseAuditSource": ".github/workflows"
|
|
4010
4040
|
},
|
|
4011
4041
|
{
|
|
4012
|
-
"id": "workflow:.
|
|
4013
|
-
"name": "workflow:.
|
|
4014
|
-
"kind": "workflow",
|
|
4015
|
-
"sourcePath": ".github/workflows/.bump-minor-version.yml",
|
|
4016
|
-
"evidencePath": ".github/workflows/.bump-minor-version.yml",
|
|
4017
|
-
"availability": "shipped",
|
|
4018
|
-
"visibility": "public",
|
|
4019
|
-
"participantFacing": true,
|
|
4020
|
-
"public": true,
|
|
4021
|
-
"inputCount": 0,
|
|
4022
|
-
"inputs": [],
|
|
4023
|
-
"reverseAuditSource": ".github/workflows"
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"id": "workflow:.declarative-auditable-demo",
|
|
4027
|
-
"name": "workflow:.declarative-auditable-demo",
|
|
4028
|
-
"kind": "workflow",
|
|
4029
|
-
"sourcePath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
4030
|
-
"evidencePath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
4031
|
-
"availability": "shipped",
|
|
4032
|
-
"visibility": "public",
|
|
4033
|
-
"participantFacing": true,
|
|
4034
|
-
"public": true,
|
|
4035
|
-
"inputCount": 12,
|
|
4036
|
-
"inputs": [
|
|
4037
|
-
"artifact-retention-days",
|
|
4038
|
-
"binary-artifact-digest",
|
|
4039
|
-
"binary-artifact-name",
|
|
4040
|
-
"buildchain-repository",
|
|
4041
|
-
"materialize",
|
|
4042
|
-
"materialize-base-ref",
|
|
4043
|
-
"media-profile",
|
|
4044
|
-
"render-failure-advisory",
|
|
4045
|
-
"render-media",
|
|
4046
|
-
"renderer-image",
|
|
4047
|
-
"scenario-path",
|
|
4048
|
-
"source-ref"
|
|
4049
|
-
],
|
|
4050
|
-
"reverseAuditSource": ".github/workflows"
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"id": "workflow:.gate-profile",
|
|
4054
|
-
"name": "workflow:.gate-profile",
|
|
4042
|
+
"id": "workflow:.build-gate-profile",
|
|
4043
|
+
"name": "workflow:.build-gate-profile",
|
|
4055
4044
|
"kind": "workflow",
|
|
4056
|
-
"sourcePath": ".github/workflows/.gate-profile.yml",
|
|
4057
|
-
"evidencePath": ".github/workflows/.gate-profile.yml",
|
|
4045
|
+
"sourcePath": ".github/workflows/.build-gate-profile.yml",
|
|
4046
|
+
"evidencePath": ".github/workflows/.build-gate-profile.yml",
|
|
4058
4047
|
"availability": "shipped",
|
|
4059
4048
|
"visibility": "public",
|
|
4060
4049
|
"participantFacing": true,
|
|
4061
4050
|
"public": true,
|
|
4062
|
-
"inputCount":
|
|
4051
|
+
"inputCount": 31,
|
|
4063
4052
|
"inputs": [
|
|
4064
4053
|
"artifact-name",
|
|
4065
4054
|
"artifact-retention-days",
|
|
@@ -4089,607 +4078,1654 @@
|
|
|
4089
4078
|
"shifu-cache-profile-digest",
|
|
4090
4079
|
"shifu-cache-profile-ref",
|
|
4091
4080
|
"source-ref",
|
|
4081
|
+
"universal-request-json",
|
|
4092
4082
|
"untrusted-policy",
|
|
4093
4083
|
"working-directory"
|
|
4094
4084
|
],
|
|
4095
4085
|
"reverseAuditSource": ".github/workflows"
|
|
4096
4086
|
},
|
|
4097
4087
|
{
|
|
4098
|
-
"id": "workflow:.
|
|
4099
|
-
"name": "workflow:.
|
|
4088
|
+
"id": "workflow:.build-release-verify-compat",
|
|
4089
|
+
"name": "workflow:.build-release-verify-compat",
|
|
4100
4090
|
"kind": "workflow",
|
|
4101
|
-
"sourcePath": ".github/workflows/.
|
|
4102
|
-
"evidencePath": ".github/workflows/.
|
|
4091
|
+
"sourcePath": ".github/workflows/.build-release-verify-compat.yml",
|
|
4092
|
+
"evidencePath": ".github/workflows/.build-release-verify-compat.yml",
|
|
4103
4093
|
"availability": "shipped",
|
|
4104
4094
|
"visibility": "public",
|
|
4105
4095
|
"participantFacing": true,
|
|
4106
4096
|
"public": true,
|
|
4107
|
-
"inputCount":
|
|
4097
|
+
"inputCount": 42,
|
|
4108
4098
|
"inputs": [
|
|
4109
|
-
"
|
|
4110
|
-
"
|
|
4111
|
-
"
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4099
|
+
"auto-approve-enabled",
|
|
4100
|
+
"aws-ci-region",
|
|
4101
|
+
"aws-user-region",
|
|
4102
|
+
"bucket-staging-ci",
|
|
4103
|
+
"bucket-staging-user",
|
|
4104
|
+
"build-container-enabled",
|
|
4105
|
+
"build-runner-linux",
|
|
4106
|
+
"build-runner-linux-labels",
|
|
4107
|
+
"build-runner-macos",
|
|
4108
|
+
"build-runner-macos-labels",
|
|
4109
|
+
"build-runner-windows",
|
|
4110
|
+
"build-runner-windows-labels",
|
|
4111
|
+
"build-timeout-minutes",
|
|
4114
4112
|
"buildchain-ref",
|
|
4115
4113
|
"buildchain-repository",
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4124
|
-
"
|
|
4125
|
-
"
|
|
4126
|
-
"
|
|
4127
|
-
"
|
|
4128
|
-
"
|
|
4129
|
-
"
|
|
4130
|
-
"
|
|
4131
|
-
"
|
|
4132
|
-
"
|
|
4133
|
-
"
|
|
4134
|
-
"
|
|
4135
|
-
"github-
|
|
4136
|
-
"
|
|
4137
|
-
"
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
4140
|
-
"
|
|
4141
|
-
"
|
|
4142
|
-
"
|
|
4143
|
-
"source-sha",
|
|
4144
|
-
"target-ref",
|
|
4145
|
-
"used-nonces-json"
|
|
4114
|
+
"builder-container",
|
|
4115
|
+
"code-signing-macos",
|
|
4116
|
+
"code-signing-windows",
|
|
4117
|
+
"collaborator-automation-enabled",
|
|
4118
|
+
"enable-linux",
|
|
4119
|
+
"enable-macos",
|
|
4120
|
+
"enable-windows",
|
|
4121
|
+
"find-dependencies",
|
|
4122
|
+
"java-version",
|
|
4123
|
+
"manager",
|
|
4124
|
+
"max-build-attempts",
|
|
4125
|
+
"max-preview-links",
|
|
4126
|
+
"node-version",
|
|
4127
|
+
"pipenv-version",
|
|
4128
|
+
"poetry-version",
|
|
4129
|
+
"prebuild",
|
|
4130
|
+
"preview-files",
|
|
4131
|
+
"publish-aws-ci",
|
|
4132
|
+
"publish-aws-user",
|
|
4133
|
+
"publish-github-npm",
|
|
4134
|
+
"publish-versioning",
|
|
4135
|
+
"python-version",
|
|
4136
|
+
"setup-env-timeout-minutes",
|
|
4137
|
+
"setup-python-enabled",
|
|
4138
|
+
"universal-request-json",
|
|
4139
|
+
"use-pipenv",
|
|
4140
|
+
"use-poetry"
|
|
4146
4141
|
],
|
|
4147
4142
|
"reverseAuditSource": ".github/workflows"
|
|
4148
4143
|
},
|
|
4149
4144
|
{
|
|
4150
|
-
"id": "workflow:.
|
|
4151
|
-
"name": "workflow:.
|
|
4145
|
+
"id": "workflow:.build-sam-verify-compat",
|
|
4146
|
+
"name": "workflow:.build-sam-verify-compat",
|
|
4152
4147
|
"kind": "workflow",
|
|
4153
|
-
"sourcePath": ".github/workflows/.
|
|
4154
|
-
"evidencePath": ".github/workflows/.
|
|
4148
|
+
"sourcePath": ".github/workflows/.build-sam-verify-compat.yml",
|
|
4149
|
+
"evidencePath": ".github/workflows/.build-sam-verify-compat.yml",
|
|
4155
4150
|
"availability": "shipped",
|
|
4156
4151
|
"visibility": "public",
|
|
4157
4152
|
"participantFacing": true,
|
|
4158
4153
|
"public": true,
|
|
4159
|
-
"inputCount":
|
|
4154
|
+
"inputCount": 5,
|
|
4160
4155
|
"inputs": [
|
|
4161
|
-
"
|
|
4156
|
+
"aws-region",
|
|
4157
|
+
"aws-role",
|
|
4158
|
+
"aws-root",
|
|
4159
|
+
"manager",
|
|
4160
|
+
"universal-request-json"
|
|
4161
|
+
],
|
|
4162
|
+
"reverseAuditSource": ".github/workflows"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"id": "workflow:.build-wheel-verify-compat",
|
|
4166
|
+
"name": "workflow:.build-wheel-verify-compat",
|
|
4167
|
+
"kind": "workflow",
|
|
4168
|
+
"sourcePath": ".github/workflows/.build-wheel-verify-compat.yml",
|
|
4169
|
+
"evidencePath": ".github/workflows/.build-wheel-verify-compat.yml",
|
|
4170
|
+
"availability": "shipped",
|
|
4171
|
+
"visibility": "public",
|
|
4172
|
+
"participantFacing": true,
|
|
4173
|
+
"public": true,
|
|
4174
|
+
"inputCount": 6,
|
|
4175
|
+
"inputs": [
|
|
4176
|
+
"aws-user-region",
|
|
4177
|
+
"bucket-release",
|
|
4178
|
+
"max-preview-links",
|
|
4179
|
+
"node-version",
|
|
4180
|
+
"preview-files",
|
|
4181
|
+
"universal-request-json"
|
|
4182
|
+
],
|
|
4183
|
+
"reverseAuditSource": ".github/workflows"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"id": "workflow:.build",
|
|
4187
|
+
"name": "workflow:.build",
|
|
4188
|
+
"kind": "workflow",
|
|
4189
|
+
"sourcePath": ".github/workflows/.build.yml",
|
|
4190
|
+
"evidencePath": ".github/workflows/.build.yml",
|
|
4191
|
+
"availability": "shipped",
|
|
4192
|
+
"visibility": "public",
|
|
4193
|
+
"participantFacing": true,
|
|
4194
|
+
"public": true,
|
|
4195
|
+
"inputCount": 94,
|
|
4196
|
+
"inputs": [
|
|
4197
|
+
"artifact-compression-level",
|
|
4198
|
+
"artifact-finalization-command",
|
|
4199
|
+
"artifact-finalization-on-platform",
|
|
4162
4200
|
"artifact-name",
|
|
4163
|
-
"artifact-
|
|
4164
|
-
"
|
|
4165
|
-
"
|
|
4166
|
-
"
|
|
4167
|
-
"
|
|
4201
|
+
"artifact-name-template",
|
|
4202
|
+
"artifact-paths",
|
|
4203
|
+
"artifact-relay-s3-bucket",
|
|
4204
|
+
"artifact-relay-s3-download-role-arn",
|
|
4205
|
+
"artifact-relay-s3-oidc-audience",
|
|
4206
|
+
"artifact-relay-s3-prefix",
|
|
4207
|
+
"artifact-relay-s3-region",
|
|
4208
|
+
"artifact-relay-s3-role-arn",
|
|
4209
|
+
"artifact-relay-s3-upload-role-arn",
|
|
4210
|
+
"artifact-retention-days",
|
|
4211
|
+
"artifact-signing-request-upload-no-proxy",
|
|
4212
|
+
"artifact-transfer-mode",
|
|
4213
|
+
"aws-codebuild-project",
|
|
4214
|
+
"aws-ec2-macos-runner-label",
|
|
4215
|
+
"aws-ec2-windows-runner-label",
|
|
4216
|
+
"build-command",
|
|
4168
4217
|
"buildchain-contract-compatibility-policy",
|
|
4169
4218
|
"buildchain-contract-drift-issue-mode",
|
|
4219
|
+
"buildchain-contract-expected-channel",
|
|
4220
|
+
"buildchain-contract-expected-major",
|
|
4170
4221
|
"buildchain-contract-lock-path",
|
|
4171
4222
|
"buildchain-expected-channel",
|
|
4172
4223
|
"buildchain-expected-major",
|
|
4173
4224
|
"buildchain-ref",
|
|
4174
4225
|
"buildchain-repository",
|
|
4175
|
-
"buildchain-
|
|
4176
|
-
"
|
|
4177
|
-
"
|
|
4178
|
-
"
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4182
|
-
"github-
|
|
4183
|
-
"
|
|
4184
|
-
"
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
"
|
|
4192
|
-
"
|
|
4193
|
-
"
|
|
4194
|
-
"
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
"
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4204
|
-
"
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
4208
|
-
"
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4220
|
-
"
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
4225
|
-
"publish-dist-tag",
|
|
4226
|
-
"publish-mode",
|
|
4227
|
-
"publish-package-main",
|
|
4228
|
-
"publish-package-set-order",
|
|
4229
|
-
"publish-rematerialize-on-resume",
|
|
4230
|
-
"publish-required-artifacts-json",
|
|
4231
|
-
"publish-target",
|
|
4232
|
-
"publish-transaction-override",
|
|
4233
|
-
"release-activation-command",
|
|
4234
|
-
"release-activation-receipt-set-path",
|
|
4235
|
-
"release-candidate-family-assignment-id",
|
|
4236
|
-
"release-candidate-family-evidence-required",
|
|
4237
|
-
"release-candidate-family-evidence-root",
|
|
4238
|
-
"release-candidate-family-initiative-id",
|
|
4239
|
-
"release-candidate-wait-seconds",
|
|
4240
|
-
"release-candidate-workflow-file",
|
|
4241
|
-
"release-candidate-workflow-name",
|
|
4242
|
-
"release-passport",
|
|
4243
|
-
"release-passport-adopter-delivery-json",
|
|
4244
|
-
"release-passport-attachment-command",
|
|
4245
|
-
"release-passport-buildchain-self-kfd",
|
|
4246
|
-
"release-passport-evidence-command",
|
|
4247
|
-
"release-passport-evidence-jsons",
|
|
4248
|
-
"release-passport-evidence-path",
|
|
4249
|
-
"release-passport-impact-json",
|
|
4250
|
-
"release-passport-invariant-passport-command",
|
|
4251
|
-
"release-passport-invariant-passport-jsons",
|
|
4252
|
-
"release-passport-kfd-1-witness-jsons",
|
|
4253
|
-
"release-passport-kfd-2-claim-jsons",
|
|
4254
|
-
"release-passport-kfd-3-artifact-verify-command",
|
|
4255
|
-
"release-passport-kfd-3-artifact-witness-jsons",
|
|
4256
|
-
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
4257
|
-
"release-passport-kfd-adopter-manifest-gate-json",
|
|
4258
|
-
"release-passport-kfd-adopter-manifest-json",
|
|
4259
|
-
"release-passport-kfd-product-gate-jsons",
|
|
4260
|
-
"release-passport-kfd-support-matrix-json",
|
|
4261
|
-
"release-passport-output-dir",
|
|
4262
|
-
"release-passport-platform-manifest-paths",
|
|
4263
|
-
"release-passport-product-name",
|
|
4264
|
-
"release-passport-v4-runtime-resume-evidence-json",
|
|
4265
|
-
"release-propagation-config-path",
|
|
4266
|
-
"required-artifact-count",
|
|
4267
|
-
"required-status-check",
|
|
4268
|
-
"resume-buildchain-runtime-sha",
|
|
4269
|
-
"resume-candidate-repository",
|
|
4270
|
-
"resume-candidate-run-id",
|
|
4271
|
-
"resume-expected-candidate-root",
|
|
4272
|
-
"resume-expected-candidate-runtime-sha",
|
|
4273
|
-
"resume-expected-source-tree",
|
|
4274
|
-
"resume-expected-workflow-file",
|
|
4275
|
-
"resume-expected-workflow-name",
|
|
4276
|
-
"resume-transaction-id",
|
|
4226
|
+
"buildchain-visible-workflow",
|
|
4227
|
+
"cache-dependency-lock-root",
|
|
4228
|
+
"cache-policy-root",
|
|
4229
|
+
"cache-toolchain-root",
|
|
4230
|
+
"cargo-registry-index",
|
|
4231
|
+
"checkout-cache-fallback",
|
|
4232
|
+
"checkout-cache-fetch-attempts",
|
|
4233
|
+
"checkout-cache-github-timeout-seconds",
|
|
4234
|
+
"checkout-cache-mirror-url-template",
|
|
4235
|
+
"checkout-cache-mode",
|
|
4236
|
+
"checkout-cache-reference-repository-template",
|
|
4237
|
+
"checkout-cache-timeout-seconds",
|
|
4238
|
+
"checkout-history-mode",
|
|
4239
|
+
"compiler-cache-platforms-json",
|
|
4240
|
+
"compiler-cache-provider",
|
|
4241
|
+
"compiler-cache-required",
|
|
4242
|
+
"control-runner-json",
|
|
4243
|
+
"credential-island-caller-owned",
|
|
4244
|
+
"credential-island-environment",
|
|
4245
|
+
"credential-island-macos-app-path",
|
|
4246
|
+
"credential-island-macos-platform-id",
|
|
4247
|
+
"expected-artifacts-json",
|
|
4248
|
+
"fail-fast",
|
|
4249
|
+
"gate-profile-aggregate-json",
|
|
4250
|
+
"github-artifact-attestation-platform-id",
|
|
4251
|
+
"github-artifact-attestation-signer-sha",
|
|
4252
|
+
"github-artifact-attestation-subject-path",
|
|
4253
|
+
"install-command",
|
|
4254
|
+
"kfd-agent-hub",
|
|
4255
|
+
"lifecycle-timeout-minutes",
|
|
4256
|
+
"linux-container-image",
|
|
4257
|
+
"linux-container-preset",
|
|
4258
|
+
"node-version",
|
|
4259
|
+
"platforms-json",
|
|
4260
|
+
"pre-upload-transport-smoke-artifact-root",
|
|
4261
|
+
"pre-upload-transport-smoke-scenario-path",
|
|
4262
|
+
"process-sample-interval-ms",
|
|
4263
|
+
"process-summary-path",
|
|
4264
|
+
"publish-anchor-request-json",
|
|
4265
|
+
"publish-channel",
|
|
4266
|
+
"publish-refs-json",
|
|
4267
|
+
"publish-registry",
|
|
4268
|
+
"publish-source-ref",
|
|
4269
|
+
"release-candidate",
|
|
4270
|
+
"release-candidate-family-evidence-json",
|
|
4271
|
+
"requested-parallelism",
|
|
4272
|
+
"require-build",
|
|
4273
|
+
"require-install",
|
|
4274
|
+
"require-trusted-event",
|
|
4275
|
+
"require-verify",
|
|
4277
4276
|
"runner-preset",
|
|
4278
|
-
"
|
|
4279
|
-
"
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4277
|
+
"rust-toolchain",
|
|
4278
|
+
"rustup-dist-server",
|
|
4279
|
+
"rustup-update-root",
|
|
4280
|
+
"sample-process-tree",
|
|
4281
|
+
"self-hosted-offline-fallback",
|
|
4282
|
+
"setup-node",
|
|
4283
|
+
"setup-rust",
|
|
4284
|
+
"shifu-cache-profile-digest",
|
|
4285
|
+
"shifu-cache-profile-ref",
|
|
4286
|
+
"universal-request-json",
|
|
4287
|
+
"untrusted-policy",
|
|
4288
|
+
"verify-command",
|
|
4289
|
+
"verify-substage-evidence-path",
|
|
4290
|
+
"working-directory"
|
|
4282
4291
|
],
|
|
4283
4292
|
"reverseAuditSource": ".github/workflows"
|
|
4284
4293
|
},
|
|
4285
4294
|
{
|
|
4286
|
-
"id": "workflow:.
|
|
4287
|
-
"name": "workflow:.
|
|
4295
|
+
"id": "workflow:.bump-minor-version",
|
|
4296
|
+
"name": "workflow:.bump-minor-version",
|
|
4288
4297
|
"kind": "workflow",
|
|
4289
|
-
"sourcePath": ".github/workflows/.
|
|
4290
|
-
"evidencePath": ".github/workflows/.
|
|
4298
|
+
"sourcePath": ".github/workflows/.bump-minor-version.yml",
|
|
4299
|
+
"evidencePath": ".github/workflows/.bump-minor-version.yml",
|
|
4291
4300
|
"availability": "shipped",
|
|
4292
4301
|
"visibility": "public",
|
|
4293
4302
|
"participantFacing": true,
|
|
4294
4303
|
"public": true,
|
|
4295
4304
|
"inputCount": 1,
|
|
4296
4305
|
"inputs": [
|
|
4297
|
-
"
|
|
4306
|
+
"universal-request-json"
|
|
4298
4307
|
],
|
|
4299
4308
|
"reverseAuditSource": ".github/workflows"
|
|
4300
4309
|
},
|
|
4301
4310
|
{
|
|
4302
|
-
"id": "workflow:.
|
|
4303
|
-
"name": "workflow:.
|
|
4311
|
+
"id": "workflow:.declarative-auditable-demo",
|
|
4312
|
+
"name": "workflow:.declarative-auditable-demo",
|
|
4304
4313
|
"kind": "workflow",
|
|
4305
|
-
"sourcePath": ".github/workflows/.
|
|
4306
|
-
"evidencePath": ".github/workflows/.
|
|
4314
|
+
"sourcePath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
4315
|
+
"evidencePath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
4307
4316
|
"availability": "shipped",
|
|
4308
4317
|
"visibility": "public",
|
|
4309
4318
|
"participantFacing": true,
|
|
4310
4319
|
"public": true,
|
|
4311
|
-
"inputCount":
|
|
4320
|
+
"inputCount": 13,
|
|
4312
4321
|
"inputs": [
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4315
|
-
"
|
|
4322
|
+
"artifact-retention-days",
|
|
4323
|
+
"binary-artifact-digest",
|
|
4324
|
+
"binary-artifact-name",
|
|
4325
|
+
"buildchain-repository",
|
|
4326
|
+
"materialize",
|
|
4327
|
+
"materialize-base-ref",
|
|
4328
|
+
"media-profile",
|
|
4329
|
+
"render-failure-advisory",
|
|
4330
|
+
"render-media",
|
|
4331
|
+
"renderer-image",
|
|
4332
|
+
"scenario-path",
|
|
4333
|
+
"source-ref",
|
|
4334
|
+
"universal-request-json"
|
|
4316
4335
|
],
|
|
4317
4336
|
"reverseAuditSource": ".github/workflows"
|
|
4318
4337
|
},
|
|
4319
4338
|
{
|
|
4320
|
-
"id": "workflow:.
|
|
4321
|
-
"name": "workflow:.
|
|
4339
|
+
"id": "workflow:.gate-profile",
|
|
4340
|
+
"name": "workflow:.gate-profile",
|
|
4322
4341
|
"kind": "workflow",
|
|
4323
|
-
"sourcePath": ".github/workflows/.
|
|
4324
|
-
"evidencePath": ".github/workflows/.
|
|
4342
|
+
"sourcePath": ".github/workflows/.gate-profile.yml",
|
|
4343
|
+
"evidencePath": ".github/workflows/.gate-profile.yml",
|
|
4325
4344
|
"availability": "shipped",
|
|
4326
4345
|
"visibility": "public",
|
|
4327
4346
|
"participantFacing": true,
|
|
4328
4347
|
"public": true,
|
|
4329
|
-
"inputCount":
|
|
4348
|
+
"inputCount": 31,
|
|
4330
4349
|
"inputs": [
|
|
4331
|
-
"
|
|
4332
|
-
"
|
|
4333
|
-
"
|
|
4334
|
-
"
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4340
|
-
"
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4345
|
-
"
|
|
4346
|
-
"
|
|
4347
|
-
"
|
|
4348
|
-
"
|
|
4349
|
-
"need-qa-automated",
|
|
4350
|
+
"artifact-name",
|
|
4351
|
+
"artifact-retention-days",
|
|
4352
|
+
"buildchain-ref",
|
|
4353
|
+
"buildchain-repository",
|
|
4354
|
+
"cargo-registry-index",
|
|
4355
|
+
"checkout-cache-fallback",
|
|
4356
|
+
"checkout-cache-fetch-attempts",
|
|
4357
|
+
"checkout-cache-github-timeout-seconds",
|
|
4358
|
+
"checkout-cache-mirror-url-template",
|
|
4359
|
+
"checkout-cache-mode",
|
|
4360
|
+
"checkout-cache-reference-repository-template",
|
|
4361
|
+
"checkout-cache-timeout-seconds",
|
|
4362
|
+
"gate-command-json",
|
|
4363
|
+
"gate-environment-json",
|
|
4364
|
+
"gate-plan-command-json",
|
|
4365
|
+
"gate-profile",
|
|
4366
|
+
"gate-registry",
|
|
4367
|
+
"include-advisory",
|
|
4350
4368
|
"node-version",
|
|
4351
|
-
"
|
|
4352
|
-
"
|
|
4353
|
-
"
|
|
4354
|
-
"
|
|
4355
|
-
"
|
|
4356
|
-
"
|
|
4357
|
-
"
|
|
4369
|
+
"platforms-json",
|
|
4370
|
+
"require-trusted-event",
|
|
4371
|
+
"runner-preset",
|
|
4372
|
+
"rust-toolchain",
|
|
4373
|
+
"rustup-dist-server",
|
|
4374
|
+
"rustup-update-root",
|
|
4375
|
+
"shifu-cache-profile-digest",
|
|
4376
|
+
"shifu-cache-profile-ref",
|
|
4377
|
+
"source-ref",
|
|
4378
|
+
"universal-request-json",
|
|
4379
|
+
"untrusted-policy",
|
|
4380
|
+
"working-directory"
|
|
4358
4381
|
],
|
|
4359
4382
|
"reverseAuditSource": ".github/workflows"
|
|
4360
4383
|
},
|
|
4361
4384
|
{
|
|
4362
|
-
"id": "workflow:.
|
|
4363
|
-
"name": "workflow:.
|
|
4385
|
+
"id": "workflow:.ops-git-sync",
|
|
4386
|
+
"name": "workflow:.ops-git-sync",
|
|
4387
|
+
"kind": "workflow",
|
|
4388
|
+
"sourcePath": ".github/workflows/.ops-git-sync.yml",
|
|
4389
|
+
"evidencePath": ".github/workflows/.ops-git-sync.yml",
|
|
4390
|
+
"availability": "shipped",
|
|
4391
|
+
"visibility": "public",
|
|
4392
|
+
"participantFacing": true,
|
|
4393
|
+
"public": true,
|
|
4394
|
+
"inputCount": 5,
|
|
4395
|
+
"inputs": [
|
|
4396
|
+
"force",
|
|
4397
|
+
"remote-host",
|
|
4398
|
+
"remote-path",
|
|
4399
|
+
"remote-repo",
|
|
4400
|
+
"universal-request-json"
|
|
4401
|
+
],
|
|
4402
|
+
"reverseAuditSource": ".github/workflows"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"id": "workflow:.publication-authority",
|
|
4406
|
+
"name": "workflow:.publication-authority",
|
|
4407
|
+
"kind": "workflow",
|
|
4408
|
+
"sourcePath": ".github/workflows/.publication-authority.yml",
|
|
4409
|
+
"evidencePath": ".github/workflows/.publication-authority.yml",
|
|
4410
|
+
"availability": "shipped",
|
|
4411
|
+
"visibility": "public",
|
|
4412
|
+
"participantFacing": true,
|
|
4413
|
+
"public": true,
|
|
4414
|
+
"inputCount": 38,
|
|
4415
|
+
"inputs": [
|
|
4416
|
+
"admission-json",
|
|
4417
|
+
"authority-workflow-path",
|
|
4418
|
+
"auto-admission",
|
|
4419
|
+
"auto-admission-kind",
|
|
4420
|
+
"auto-no-gate",
|
|
4421
|
+
"buildchain-ref",
|
|
4422
|
+
"buildchain-repository",
|
|
4423
|
+
"consumer-gate-command",
|
|
4424
|
+
"consumer-gate-controller-sha",
|
|
4425
|
+
"consumer-gate-evidence-source-sha",
|
|
4426
|
+
"consumer-gate-evidence-source-tree",
|
|
4427
|
+
"consumer-predicate-digest",
|
|
4428
|
+
"consumer-predicate-id",
|
|
4429
|
+
"consumer-qualification-required",
|
|
4430
|
+
"control-plane-audit-json",
|
|
4431
|
+
"dry-run",
|
|
4432
|
+
"evidence-controller-artifact",
|
|
4433
|
+
"evidence-manifest-pattern",
|
|
4434
|
+
"evidence-passport-artifact",
|
|
4435
|
+
"evidence-payload-pattern",
|
|
4436
|
+
"evidence-publication-artifact",
|
|
4437
|
+
"evidence-repository",
|
|
4438
|
+
"evidence-run-id",
|
|
4439
|
+
"evidence-summary-artifact",
|
|
4440
|
+
"expected-json",
|
|
4441
|
+
"gate-aggregate-json",
|
|
4442
|
+
"github-governance-receipt-json",
|
|
4443
|
+
"package-name",
|
|
4444
|
+
"product",
|
|
4445
|
+
"publication-target",
|
|
4446
|
+
"publication-version",
|
|
4447
|
+
"publisher-workflow-path",
|
|
4448
|
+
"required-status-check",
|
|
4449
|
+
"runner-provenance-json",
|
|
4450
|
+
"source-sha",
|
|
4451
|
+
"target-ref",
|
|
4452
|
+
"universal-request-json",
|
|
4453
|
+
"used-nonces-json"
|
|
4454
|
+
],
|
|
4455
|
+
"reverseAuditSource": ".github/workflows"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"id": "workflow:.release-authority",
|
|
4459
|
+
"name": "workflow:.release-authority",
|
|
4460
|
+
"kind": "workflow",
|
|
4461
|
+
"sourcePath": ".github/workflows/.release-authority.yml",
|
|
4462
|
+
"evidencePath": ".github/workflows/.release-authority.yml",
|
|
4463
|
+
"availability": "shipped",
|
|
4464
|
+
"visibility": "public",
|
|
4465
|
+
"participantFacing": true,
|
|
4466
|
+
"public": true,
|
|
4467
|
+
"inputCount": 38,
|
|
4468
|
+
"inputs": [
|
|
4469
|
+
"admission-json",
|
|
4470
|
+
"authority-workflow-path",
|
|
4471
|
+
"auto-admission",
|
|
4472
|
+
"auto-admission-kind",
|
|
4473
|
+
"auto-no-gate",
|
|
4474
|
+
"buildchain-ref",
|
|
4475
|
+
"buildchain-repository",
|
|
4476
|
+
"consumer-gate-command",
|
|
4477
|
+
"consumer-gate-controller-sha",
|
|
4478
|
+
"consumer-gate-evidence-source-sha",
|
|
4479
|
+
"consumer-gate-evidence-source-tree",
|
|
4480
|
+
"consumer-predicate-digest",
|
|
4481
|
+
"consumer-predicate-id",
|
|
4482
|
+
"consumer-qualification-required",
|
|
4483
|
+
"control-plane-audit-json",
|
|
4484
|
+
"dry-run",
|
|
4485
|
+
"evidence-controller-artifact",
|
|
4486
|
+
"evidence-manifest-pattern",
|
|
4487
|
+
"evidence-passport-artifact",
|
|
4488
|
+
"evidence-payload-pattern",
|
|
4489
|
+
"evidence-publication-artifact",
|
|
4490
|
+
"evidence-repository",
|
|
4491
|
+
"evidence-run-id",
|
|
4492
|
+
"evidence-summary-artifact",
|
|
4493
|
+
"expected-json",
|
|
4494
|
+
"gate-aggregate-json",
|
|
4495
|
+
"github-governance-receipt-json",
|
|
4496
|
+
"package-name",
|
|
4497
|
+
"product",
|
|
4498
|
+
"publication-target",
|
|
4499
|
+
"publication-version",
|
|
4500
|
+
"publisher-workflow-path",
|
|
4501
|
+
"required-status-check",
|
|
4502
|
+
"runner-provenance-json",
|
|
4503
|
+
"source-sha",
|
|
4504
|
+
"target-ref",
|
|
4505
|
+
"universal-request-json",
|
|
4506
|
+
"used-nonces-json"
|
|
4507
|
+
],
|
|
4508
|
+
"reverseAuditSource": ".github/workflows"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"id": "workflow:.release-binary-assets",
|
|
4512
|
+
"name": "workflow:.release-binary-assets",
|
|
4513
|
+
"kind": "workflow",
|
|
4514
|
+
"sourcePath": ".github/workflows/.release-binary-assets.yml",
|
|
4515
|
+
"evidencePath": ".github/workflows/.release-binary-assets.yml",
|
|
4516
|
+
"availability": "shipped",
|
|
4517
|
+
"visibility": "public",
|
|
4518
|
+
"participantFacing": true,
|
|
4519
|
+
"public": true,
|
|
4520
|
+
"inputCount": 16,
|
|
4521
|
+
"inputs": [
|
|
4522
|
+
"auto-admission",
|
|
4523
|
+
"buildchain-ref",
|
|
4524
|
+
"buildchain-repository",
|
|
4525
|
+
"evidence-run-id",
|
|
4526
|
+
"github-governance-receipt-json",
|
|
4527
|
+
"publication-admission-json",
|
|
4528
|
+
"publication-control-plane-audit-json",
|
|
4529
|
+
"publication-expected-json",
|
|
4530
|
+
"publication-gate-aggregate-json",
|
|
4531
|
+
"publication-runner-provenance-json",
|
|
4532
|
+
"publication-used-nonces-json",
|
|
4533
|
+
"publication-version",
|
|
4534
|
+
"release-tag",
|
|
4535
|
+
"source-sha",
|
|
4536
|
+
"target-ref",
|
|
4537
|
+
"universal-request-json"
|
|
4538
|
+
],
|
|
4539
|
+
"reverseAuditSource": ".github/workflows"
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"id": "workflow:.release-candidate-promote",
|
|
4543
|
+
"name": "workflow:.release-candidate-promote",
|
|
4544
|
+
"kind": "workflow",
|
|
4545
|
+
"sourcePath": ".github/workflows/.release-candidate-promote.yml",
|
|
4546
|
+
"evidencePath": ".github/workflows/.release-candidate-promote.yml",
|
|
4547
|
+
"availability": "shipped",
|
|
4548
|
+
"visibility": "public",
|
|
4549
|
+
"participantFacing": true,
|
|
4550
|
+
"public": true,
|
|
4551
|
+
"inputCount": 122,
|
|
4552
|
+
"inputs": [
|
|
4553
|
+
"allow-repository",
|
|
4554
|
+
"artifact-name",
|
|
4555
|
+
"artifact-patterns",
|
|
4556
|
+
"branch-protection-bypass-apps",
|
|
4557
|
+
"branch-protection-bypass-teams",
|
|
4558
|
+
"branch-protection-bypass-users",
|
|
4559
|
+
"buildchain-alpha-contract-lock-path",
|
|
4560
|
+
"buildchain-contract-compatibility-policy",
|
|
4561
|
+
"buildchain-contract-drift-issue-mode",
|
|
4562
|
+
"buildchain-contract-lock-path",
|
|
4563
|
+
"buildchain-expected-channel",
|
|
4564
|
+
"buildchain-expected-major",
|
|
4565
|
+
"buildchain-ref",
|
|
4566
|
+
"buildchain-repository",
|
|
4567
|
+
"buildchain-stable-contract-lock-path",
|
|
4568
|
+
"channel",
|
|
4569
|
+
"declarative-release-tail",
|
|
4570
|
+
"dry-run",
|
|
4571
|
+
"github-artifact-attestation-environment",
|
|
4572
|
+
"github-artifact-attestation-policy-json",
|
|
4573
|
+
"github-artifact-attestation-retention-days",
|
|
4574
|
+
"github-governance-receipt-json",
|
|
4575
|
+
"github-release",
|
|
4576
|
+
"github-release-notes",
|
|
4577
|
+
"github-release-payload-patterns",
|
|
4578
|
+
"github-release-title",
|
|
4579
|
+
"package-manager",
|
|
4580
|
+
"promotion-contract-lock-digest",
|
|
4581
|
+
"promotion-contract-lock-path",
|
|
4582
|
+
"promotion-override-used",
|
|
4583
|
+
"promotion-publication-channel",
|
|
4584
|
+
"promotion-router-ref",
|
|
4585
|
+
"promotion-router-sha",
|
|
4586
|
+
"promotion-runtime-authorization-json",
|
|
4587
|
+
"promotion-runtime-authorization-root",
|
|
4588
|
+
"promotion-runtime-ref",
|
|
4589
|
+
"promotion-runtime-sha",
|
|
4590
|
+
"promotion-shell-ref",
|
|
4591
|
+
"promotion-shell-sha",
|
|
4592
|
+
"promotion-target-ref",
|
|
4593
|
+
"provider-failure-after-capability",
|
|
4594
|
+
"publication-admission-json",
|
|
4595
|
+
"publication-authority-workflow-path",
|
|
4596
|
+
"publication-auto-admission",
|
|
4597
|
+
"publication-auto-no-gate",
|
|
4598
|
+
"publication-commit-command",
|
|
4599
|
+
"publication-commit-evidence-path",
|
|
4600
|
+
"publication-consumer-predicate-id",
|
|
4601
|
+
"publication-consumer-qualification-command",
|
|
4602
|
+
"publication-consumer-qualification-controller-sha",
|
|
4603
|
+
"publication-control-plane-audit-json",
|
|
4604
|
+
"publication-expected-json",
|
|
4605
|
+
"publication-gate-aggregate-json",
|
|
4606
|
+
"publication-gate-command",
|
|
4607
|
+
"publication-gate-controller-sha",
|
|
4608
|
+
"publication-package-name",
|
|
4609
|
+
"publication-product",
|
|
4610
|
+
"publication-publisher-workflow-path",
|
|
4611
|
+
"publication-runner-provenance-json",
|
|
4612
|
+
"publication-target",
|
|
4613
|
+
"publication-used-nonces-json",
|
|
4614
|
+
"publication-used-qualification-nonces-json",
|
|
4615
|
+
"publish-artifact-kind",
|
|
4616
|
+
"publish-command",
|
|
4617
|
+
"publish-dist-tag",
|
|
4618
|
+
"publish-mode",
|
|
4619
|
+
"publish-package-main",
|
|
4620
|
+
"publish-package-set-order",
|
|
4621
|
+
"publish-rematerialize-on-resume",
|
|
4622
|
+
"publish-required-artifacts-json",
|
|
4623
|
+
"publish-target",
|
|
4624
|
+
"publish-transaction-override",
|
|
4625
|
+
"release-activation-command",
|
|
4626
|
+
"release-activation-receipt-set-path",
|
|
4627
|
+
"release-candidate-family-assignment-id",
|
|
4628
|
+
"release-candidate-family-evidence-required",
|
|
4629
|
+
"release-candidate-family-evidence-root",
|
|
4630
|
+
"release-candidate-family-initiative-id",
|
|
4631
|
+
"release-candidate-wait-seconds",
|
|
4632
|
+
"release-candidate-workflow-file",
|
|
4633
|
+
"release-candidate-workflow-name",
|
|
4634
|
+
"release-passport",
|
|
4635
|
+
"release-passport-adopter-delivery-json",
|
|
4636
|
+
"release-passport-attachment-command",
|
|
4637
|
+
"release-passport-buildchain-self-kfd",
|
|
4638
|
+
"release-passport-evidence-command",
|
|
4639
|
+
"release-passport-evidence-jsons",
|
|
4640
|
+
"release-passport-evidence-path",
|
|
4641
|
+
"release-passport-impact-json",
|
|
4642
|
+
"release-passport-invariant-passport-command",
|
|
4643
|
+
"release-passport-invariant-passport-jsons",
|
|
4644
|
+
"release-passport-kfd-1-witness-jsons",
|
|
4645
|
+
"release-passport-kfd-2-claim-jsons",
|
|
4646
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
4647
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
4648
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
4649
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
4650
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
4651
|
+
"release-passport-kfd-product-gate-jsons",
|
|
4652
|
+
"release-passport-kfd-support-matrix-json",
|
|
4653
|
+
"release-passport-output-dir",
|
|
4654
|
+
"release-passport-platform-manifest-paths",
|
|
4655
|
+
"release-passport-product-name",
|
|
4656
|
+
"release-passport-v4-runtime-resume-evidence-json",
|
|
4657
|
+
"release-propagation-config-path",
|
|
4658
|
+
"required-artifact-count",
|
|
4659
|
+
"required-status-check",
|
|
4660
|
+
"resume-buildchain-runtime-sha",
|
|
4661
|
+
"resume-candidate-repository",
|
|
4662
|
+
"resume-candidate-run-id",
|
|
4663
|
+
"resume-expected-candidate-root",
|
|
4664
|
+
"resume-expected-candidate-runtime-sha",
|
|
4665
|
+
"resume-expected-source-tree",
|
|
4666
|
+
"resume-expected-workflow-file",
|
|
4667
|
+
"resume-expected-workflow-name",
|
|
4668
|
+
"resume-transaction-id",
|
|
4669
|
+
"runner-preset",
|
|
4670
|
+
"standalone-binary-distribution",
|
|
4671
|
+
"target-ref",
|
|
4672
|
+
"target-sha",
|
|
4673
|
+
"trusted-publishing",
|
|
4674
|
+
"universal-request-json"
|
|
4675
|
+
],
|
|
4676
|
+
"reverseAuditSource": ".github/workflows"
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"id": "workflow:.release-minor-bump-compat",
|
|
4680
|
+
"name": "workflow:.release-minor-bump-compat",
|
|
4681
|
+
"kind": "workflow",
|
|
4682
|
+
"sourcePath": ".github/workflows/.release-minor-bump-compat.yml",
|
|
4683
|
+
"evidencePath": ".github/workflows/.release-minor-bump-compat.yml",
|
|
4684
|
+
"availability": "shipped",
|
|
4685
|
+
"visibility": "public",
|
|
4686
|
+
"participantFacing": true,
|
|
4687
|
+
"public": true,
|
|
4688
|
+
"inputCount": 1,
|
|
4689
|
+
"inputs": [
|
|
4690
|
+
"universal-request-json"
|
|
4691
|
+
],
|
|
4692
|
+
"reverseAuditSource": ".github/workflows"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"id": "workflow:.release-page-sync-retired",
|
|
4696
|
+
"name": "workflow:.release-page-sync-retired",
|
|
4697
|
+
"kind": "workflow",
|
|
4698
|
+
"sourcePath": ".github/workflows/.release-page-sync-retired.yml",
|
|
4699
|
+
"evidencePath": ".github/workflows/.release-page-sync-retired.yml",
|
|
4700
|
+
"availability": "shipped",
|
|
4701
|
+
"visibility": "public",
|
|
4702
|
+
"participantFacing": true,
|
|
4703
|
+
"public": true,
|
|
4704
|
+
"inputCount": 14,
|
|
4705
|
+
"inputs": [
|
|
4706
|
+
"aws-region",
|
|
4707
|
+
"aws-role-arn",
|
|
4708
|
+
"base-id",
|
|
4709
|
+
"bucket-release",
|
|
4710
|
+
"cloudfront-id",
|
|
4711
|
+
"exclude",
|
|
4712
|
+
"lower-edge",
|
|
4713
|
+
"product",
|
|
4714
|
+
"product-name",
|
|
4715
|
+
"release-path",
|
|
4716
|
+
"release-url",
|
|
4717
|
+
"repo",
|
|
4718
|
+
"universal-request-json",
|
|
4719
|
+
"upper-edge"
|
|
4720
|
+
],
|
|
4721
|
+
"reverseAuditSource": ".github/workflows"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"id": "workflow:.release-promote",
|
|
4725
|
+
"name": "workflow:.release-promote",
|
|
4726
|
+
"kind": "workflow",
|
|
4727
|
+
"sourcePath": ".github/workflows/.release-promote.yml",
|
|
4728
|
+
"evidencePath": ".github/workflows/.release-promote.yml",
|
|
4729
|
+
"availability": "shipped",
|
|
4730
|
+
"visibility": "public",
|
|
4731
|
+
"participantFacing": true,
|
|
4732
|
+
"public": true,
|
|
4733
|
+
"inputCount": 122,
|
|
4734
|
+
"inputs": [
|
|
4735
|
+
"allow-repository",
|
|
4736
|
+
"artifact-name",
|
|
4737
|
+
"artifact-patterns",
|
|
4738
|
+
"branch-protection-bypass-apps",
|
|
4739
|
+
"branch-protection-bypass-teams",
|
|
4740
|
+
"branch-protection-bypass-users",
|
|
4741
|
+
"buildchain-alpha-contract-lock-path",
|
|
4742
|
+
"buildchain-contract-compatibility-policy",
|
|
4743
|
+
"buildchain-contract-drift-issue-mode",
|
|
4744
|
+
"buildchain-contract-lock-path",
|
|
4745
|
+
"buildchain-expected-channel",
|
|
4746
|
+
"buildchain-expected-major",
|
|
4747
|
+
"buildchain-ref",
|
|
4748
|
+
"buildchain-repository",
|
|
4749
|
+
"buildchain-stable-contract-lock-path",
|
|
4750
|
+
"channel",
|
|
4751
|
+
"declarative-release-tail",
|
|
4752
|
+
"dry-run",
|
|
4753
|
+
"github-artifact-attestation-environment",
|
|
4754
|
+
"github-artifact-attestation-policy-json",
|
|
4755
|
+
"github-artifact-attestation-retention-days",
|
|
4756
|
+
"github-governance-receipt-json",
|
|
4757
|
+
"github-release",
|
|
4758
|
+
"github-release-notes",
|
|
4759
|
+
"github-release-payload-patterns",
|
|
4760
|
+
"github-release-title",
|
|
4761
|
+
"package-manager",
|
|
4762
|
+
"promotion-contract-lock-digest",
|
|
4763
|
+
"promotion-contract-lock-path",
|
|
4764
|
+
"promotion-override-used",
|
|
4765
|
+
"promotion-publication-channel",
|
|
4766
|
+
"promotion-router-ref",
|
|
4767
|
+
"promotion-router-sha",
|
|
4768
|
+
"promotion-runtime-authorization-json",
|
|
4769
|
+
"promotion-runtime-authorization-root",
|
|
4770
|
+
"promotion-runtime-ref",
|
|
4771
|
+
"promotion-runtime-sha",
|
|
4772
|
+
"promotion-shell-ref",
|
|
4773
|
+
"promotion-shell-sha",
|
|
4774
|
+
"promotion-target-ref",
|
|
4775
|
+
"provider-failure-after-capability",
|
|
4776
|
+
"publication-admission-json",
|
|
4777
|
+
"publication-authority-workflow-path",
|
|
4778
|
+
"publication-auto-admission",
|
|
4779
|
+
"publication-auto-no-gate",
|
|
4780
|
+
"publication-commit-command",
|
|
4781
|
+
"publication-commit-evidence-path",
|
|
4782
|
+
"publication-consumer-predicate-id",
|
|
4783
|
+
"publication-consumer-qualification-command",
|
|
4784
|
+
"publication-consumer-qualification-controller-sha",
|
|
4785
|
+
"publication-control-plane-audit-json",
|
|
4786
|
+
"publication-expected-json",
|
|
4787
|
+
"publication-gate-aggregate-json",
|
|
4788
|
+
"publication-gate-command",
|
|
4789
|
+
"publication-gate-controller-sha",
|
|
4790
|
+
"publication-package-name",
|
|
4791
|
+
"publication-product",
|
|
4792
|
+
"publication-publisher-workflow-path",
|
|
4793
|
+
"publication-runner-provenance-json",
|
|
4794
|
+
"publication-target",
|
|
4795
|
+
"publication-used-nonces-json",
|
|
4796
|
+
"publication-used-qualification-nonces-json",
|
|
4797
|
+
"publish-artifact-kind",
|
|
4798
|
+
"publish-command",
|
|
4799
|
+
"publish-dist-tag",
|
|
4800
|
+
"publish-mode",
|
|
4801
|
+
"publish-package-main",
|
|
4802
|
+
"publish-package-set-order",
|
|
4803
|
+
"publish-rematerialize-on-resume",
|
|
4804
|
+
"publish-required-artifacts-json",
|
|
4805
|
+
"publish-target",
|
|
4806
|
+
"publish-transaction-override",
|
|
4807
|
+
"release-activation-command",
|
|
4808
|
+
"release-activation-receipt-set-path",
|
|
4809
|
+
"release-candidate-family-assignment-id",
|
|
4810
|
+
"release-candidate-family-evidence-required",
|
|
4811
|
+
"release-candidate-family-evidence-root",
|
|
4812
|
+
"release-candidate-family-initiative-id",
|
|
4813
|
+
"release-candidate-wait-seconds",
|
|
4814
|
+
"release-candidate-workflow-file",
|
|
4815
|
+
"release-candidate-workflow-name",
|
|
4816
|
+
"release-passport",
|
|
4817
|
+
"release-passport-adopter-delivery-json",
|
|
4818
|
+
"release-passport-attachment-command",
|
|
4819
|
+
"release-passport-buildchain-self-kfd",
|
|
4820
|
+
"release-passport-evidence-command",
|
|
4821
|
+
"release-passport-evidence-jsons",
|
|
4822
|
+
"release-passport-evidence-path",
|
|
4823
|
+
"release-passport-impact-json",
|
|
4824
|
+
"release-passport-invariant-passport-command",
|
|
4825
|
+
"release-passport-invariant-passport-jsons",
|
|
4826
|
+
"release-passport-kfd-1-witness-jsons",
|
|
4827
|
+
"release-passport-kfd-2-claim-jsons",
|
|
4828
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
4829
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
4830
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
4831
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
4832
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
4833
|
+
"release-passport-kfd-product-gate-jsons",
|
|
4834
|
+
"release-passport-kfd-support-matrix-json",
|
|
4835
|
+
"release-passport-output-dir",
|
|
4836
|
+
"release-passport-platform-manifest-paths",
|
|
4837
|
+
"release-passport-product-name",
|
|
4838
|
+
"release-passport-v4-runtime-resume-evidence-json",
|
|
4839
|
+
"release-propagation-config-path",
|
|
4840
|
+
"required-artifact-count",
|
|
4841
|
+
"required-status-check",
|
|
4842
|
+
"resume-buildchain-runtime-sha",
|
|
4843
|
+
"resume-candidate-repository",
|
|
4844
|
+
"resume-candidate-run-id",
|
|
4845
|
+
"resume-expected-candidate-root",
|
|
4846
|
+
"resume-expected-candidate-runtime-sha",
|
|
4847
|
+
"resume-expected-source-tree",
|
|
4848
|
+
"resume-expected-workflow-file",
|
|
4849
|
+
"resume-expected-workflow-name",
|
|
4850
|
+
"resume-transaction-id",
|
|
4851
|
+
"runner-preset",
|
|
4852
|
+
"standalone-binary-distribution",
|
|
4853
|
+
"target-ref",
|
|
4854
|
+
"target-sha",
|
|
4855
|
+
"trusted-publishing",
|
|
4856
|
+
"universal-request-json"
|
|
4857
|
+
],
|
|
4858
|
+
"reverseAuditSource": ".github/workflows"
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"id": "workflow:.release-verify",
|
|
4862
|
+
"name": "workflow:.release-verify",
|
|
4863
|
+
"kind": "workflow",
|
|
4864
|
+
"sourcePath": ".github/workflows/.release-verify.yml",
|
|
4865
|
+
"evidencePath": ".github/workflows/.release-verify.yml",
|
|
4866
|
+
"availability": "shipped",
|
|
4867
|
+
"visibility": "public",
|
|
4868
|
+
"participantFacing": true,
|
|
4869
|
+
"public": true,
|
|
4870
|
+
"inputCount": 42,
|
|
4871
|
+
"inputs": [
|
|
4872
|
+
"auto-approve-enabled",
|
|
4873
|
+
"aws-ci-region",
|
|
4874
|
+
"aws-user-region",
|
|
4875
|
+
"bucket-staging-ci",
|
|
4876
|
+
"bucket-staging-user",
|
|
4877
|
+
"build-container-enabled",
|
|
4878
|
+
"build-runner-linux",
|
|
4879
|
+
"build-runner-linux-labels",
|
|
4880
|
+
"build-runner-macos",
|
|
4881
|
+
"build-runner-macos-labels",
|
|
4882
|
+
"build-runner-windows",
|
|
4883
|
+
"build-runner-windows-labels",
|
|
4884
|
+
"build-timeout-minutes",
|
|
4885
|
+
"buildchain-ref",
|
|
4886
|
+
"buildchain-repository",
|
|
4887
|
+
"builder-container",
|
|
4888
|
+
"code-signing-macos",
|
|
4889
|
+
"code-signing-windows",
|
|
4890
|
+
"collaborator-automation-enabled",
|
|
4891
|
+
"enable-linux",
|
|
4892
|
+
"enable-macos",
|
|
4893
|
+
"enable-windows",
|
|
4894
|
+
"find-dependencies",
|
|
4895
|
+
"java-version",
|
|
4896
|
+
"manager",
|
|
4897
|
+
"max-build-attempts",
|
|
4898
|
+
"max-preview-links",
|
|
4899
|
+
"node-version",
|
|
4900
|
+
"pipenv-version",
|
|
4901
|
+
"poetry-version",
|
|
4902
|
+
"prebuild",
|
|
4903
|
+
"preview-files",
|
|
4904
|
+
"publish-aws-ci",
|
|
4905
|
+
"publish-aws-user",
|
|
4906
|
+
"publish-github-npm",
|
|
4907
|
+
"publish-versioning",
|
|
4908
|
+
"python-version",
|
|
4909
|
+
"setup-env-timeout-minutes",
|
|
4910
|
+
"setup-python-enabled",
|
|
4911
|
+
"universal-request-json",
|
|
4912
|
+
"use-pipenv",
|
|
4913
|
+
"use-poetry"
|
|
4914
|
+
],
|
|
4915
|
+
"reverseAuditSource": ".github/workflows"
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"id": "workflow:.sam-verify",
|
|
4919
|
+
"name": "workflow:.sam-verify",
|
|
4920
|
+
"kind": "workflow",
|
|
4921
|
+
"sourcePath": ".github/workflows/.sam-verify.yml",
|
|
4922
|
+
"evidencePath": ".github/workflows/.sam-verify.yml",
|
|
4923
|
+
"availability": "shipped",
|
|
4924
|
+
"visibility": "public",
|
|
4925
|
+
"participantFacing": true,
|
|
4926
|
+
"public": true,
|
|
4927
|
+
"inputCount": 5,
|
|
4928
|
+
"inputs": [
|
|
4929
|
+
"aws-region",
|
|
4930
|
+
"aws-role",
|
|
4931
|
+
"aws-root",
|
|
4932
|
+
"manager",
|
|
4933
|
+
"universal-request-json"
|
|
4934
|
+
],
|
|
4935
|
+
"reverseAuditSource": ".github/workflows"
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"id": "workflow:.sync-release-page",
|
|
4939
|
+
"name": "workflow:.sync-release-page",
|
|
4940
|
+
"kind": "workflow",
|
|
4941
|
+
"sourcePath": ".github/workflows/.sync-release-page.yml",
|
|
4942
|
+
"evidencePath": ".github/workflows/.sync-release-page.yml",
|
|
4943
|
+
"availability": "shipped",
|
|
4944
|
+
"visibility": "public",
|
|
4945
|
+
"participantFacing": true,
|
|
4946
|
+
"public": true,
|
|
4947
|
+
"inputCount": 14,
|
|
4948
|
+
"inputs": [
|
|
4949
|
+
"aws-region",
|
|
4950
|
+
"aws-role-arn",
|
|
4951
|
+
"base-id",
|
|
4952
|
+
"bucket-release",
|
|
4953
|
+
"cloudfront-id",
|
|
4954
|
+
"exclude",
|
|
4955
|
+
"lower-edge",
|
|
4956
|
+
"product",
|
|
4957
|
+
"product-name",
|
|
4958
|
+
"release-path",
|
|
4959
|
+
"release-url",
|
|
4960
|
+
"repo",
|
|
4961
|
+
"universal-request-json",
|
|
4962
|
+
"upper-edge"
|
|
4963
|
+
],
|
|
4964
|
+
"reverseAuditSource": ".github/workflows"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"id": "workflow:.sync-remote-git",
|
|
4968
|
+
"name": "workflow:.sync-remote-git",
|
|
4969
|
+
"kind": "workflow",
|
|
4970
|
+
"sourcePath": ".github/workflows/.sync-remote-git.yml",
|
|
4971
|
+
"evidencePath": ".github/workflows/.sync-remote-git.yml",
|
|
4972
|
+
"availability": "shipped",
|
|
4973
|
+
"visibility": "public",
|
|
4974
|
+
"participantFacing": true,
|
|
4975
|
+
"public": true,
|
|
4976
|
+
"inputCount": 5,
|
|
4977
|
+
"inputs": [
|
|
4978
|
+
"force",
|
|
4979
|
+
"remote-host",
|
|
4980
|
+
"remote-path",
|
|
4981
|
+
"remote-repo",
|
|
4982
|
+
"universal-request-json"
|
|
4983
|
+
],
|
|
4984
|
+
"reverseAuditSource": ".github/workflows"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"id": "workflow:.web-surface",
|
|
4988
|
+
"name": "workflow:.web-surface",
|
|
4989
|
+
"kind": "workflow",
|
|
4990
|
+
"sourcePath": ".github/workflows/.web-surface.yml",
|
|
4991
|
+
"evidencePath": ".github/workflows/.web-surface.yml",
|
|
4992
|
+
"availability": "shipped",
|
|
4993
|
+
"visibility": "public",
|
|
4994
|
+
"participantFacing": true,
|
|
4995
|
+
"public": true,
|
|
4996
|
+
"inputCount": 44,
|
|
4997
|
+
"inputs": [
|
|
4998
|
+
"artifact-path",
|
|
4999
|
+
"aws-region",
|
|
5000
|
+
"build-command",
|
|
5001
|
+
"buildchain-contract-compatibility-policy",
|
|
5002
|
+
"buildchain-contract-drift-issue-mode",
|
|
5003
|
+
"buildchain-contract-expected-channel",
|
|
5004
|
+
"buildchain-contract-expected-major",
|
|
5005
|
+
"buildchain-contract-lock-path",
|
|
5006
|
+
"buildchain-ref",
|
|
5007
|
+
"buildchain-repository",
|
|
5008
|
+
"fail-on-release-pr-error",
|
|
5009
|
+
"github-governance-receipt-json",
|
|
5010
|
+
"node-version",
|
|
5011
|
+
"preview-apply",
|
|
5012
|
+
"preview-aws-role-arn",
|
|
5013
|
+
"preview-cleanup-apply",
|
|
5014
|
+
"preview-comment",
|
|
5015
|
+
"preview-environment",
|
|
5016
|
+
"production-apply",
|
|
5017
|
+
"production-approved",
|
|
5018
|
+
"production-aws-role-arn",
|
|
5019
|
+
"production-environment",
|
|
5020
|
+
"production-release-app-client-id",
|
|
5021
|
+
"production-release-app-id",
|
|
5022
|
+
"production-release-branch-channel",
|
|
5023
|
+
"production-release-head-prefix",
|
|
5024
|
+
"production-release-label",
|
|
5025
|
+
"production-release-on-main",
|
|
5026
|
+
"production-release-pr-mode",
|
|
5027
|
+
"production-release-pr-token",
|
|
5028
|
+
"production-source-sha",
|
|
5029
|
+
"publication-admission-json",
|
|
5030
|
+
"publication-control-plane-audit-json",
|
|
5031
|
+
"publication-expected-json",
|
|
5032
|
+
"publication-gate-aggregate-json",
|
|
5033
|
+
"publication-runner-provenance-json",
|
|
5034
|
+
"publication-used-nonces-json",
|
|
5035
|
+
"release-feedback-actor-privacy",
|
|
5036
|
+
"staging-apply",
|
|
5037
|
+
"staging-aws-role-arn",
|
|
5038
|
+
"staging-environment",
|
|
5039
|
+
"universal-request-json",
|
|
5040
|
+
"verify-command",
|
|
5041
|
+
"working-directory"
|
|
5042
|
+
],
|
|
5043
|
+
"reverseAuditSource": ".github/workflows"
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"id": "workflow:.wheel-verify",
|
|
5047
|
+
"name": "workflow:.wheel-verify",
|
|
5048
|
+
"kind": "workflow",
|
|
5049
|
+
"sourcePath": ".github/workflows/.wheel-verify.yml",
|
|
5050
|
+
"evidencePath": ".github/workflows/.wheel-verify.yml",
|
|
5051
|
+
"availability": "shipped",
|
|
5052
|
+
"visibility": "public",
|
|
5053
|
+
"participantFacing": true,
|
|
5054
|
+
"public": true,
|
|
5055
|
+
"inputCount": 6,
|
|
5056
|
+
"inputs": [
|
|
5057
|
+
"aws-user-region",
|
|
5058
|
+
"bucket-release",
|
|
5059
|
+
"max-preview-links",
|
|
5060
|
+
"node-version",
|
|
5061
|
+
"preview-files",
|
|
5062
|
+
"universal-request-json"
|
|
5063
|
+
],
|
|
5064
|
+
"reverseAuditSource": ".github/workflows"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"id": "workflow:artifact-signing-authority",
|
|
5068
|
+
"name": "workflow:artifact-signing-authority",
|
|
5069
|
+
"kind": "workflow",
|
|
5070
|
+
"sourcePath": ".github/workflows/artifact-signing-authority.yml",
|
|
5071
|
+
"evidencePath": ".github/workflows/artifact-signing-authority.yml",
|
|
5072
|
+
"availability": "shipped",
|
|
5073
|
+
"visibility": "public",
|
|
5074
|
+
"participantFacing": true,
|
|
5075
|
+
"public": true,
|
|
5076
|
+
"inputCount": 0,
|
|
5077
|
+
"inputs": [],
|
|
5078
|
+
"reverseAuditSource": ".github/workflows"
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"id": "workflow:bootstrap",
|
|
5082
|
+
"name": "workflow:bootstrap",
|
|
5083
|
+
"kind": "workflow",
|
|
5084
|
+
"sourcePath": ".github/workflows/bootstrap.yml",
|
|
5085
|
+
"evidencePath": ".github/workflows/bootstrap.yml",
|
|
5086
|
+
"availability": "shipped",
|
|
5087
|
+
"visibility": "public",
|
|
5088
|
+
"participantFacing": true,
|
|
5089
|
+
"public": true,
|
|
5090
|
+
"inputCount": 1,
|
|
5091
|
+
"inputs": [
|
|
5092
|
+
"request-json"
|
|
5093
|
+
],
|
|
5094
|
+
"reverseAuditSource": ".github/workflows"
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"id": "workflow:build",
|
|
5098
|
+
"name": "workflow:build",
|
|
5099
|
+
"kind": "workflow",
|
|
5100
|
+
"sourcePath": ".github/workflows/build.yml",
|
|
5101
|
+
"evidencePath": ".github/workflows/build.yml",
|
|
5102
|
+
"availability": "shipped",
|
|
5103
|
+
"visibility": "public",
|
|
5104
|
+
"participantFacing": true,
|
|
5105
|
+
"public": true,
|
|
5106
|
+
"inputCount": 97,
|
|
5107
|
+
"inputs": [
|
|
5108
|
+
"artifact-compression-level",
|
|
5109
|
+
"artifact-finalization-command",
|
|
5110
|
+
"artifact-finalization-on-platform",
|
|
5111
|
+
"artifact-name",
|
|
5112
|
+
"artifact-name-template",
|
|
5113
|
+
"artifact-paths",
|
|
5114
|
+
"artifact-relay-s3-bucket",
|
|
5115
|
+
"artifact-relay-s3-download-role-arn",
|
|
5116
|
+
"artifact-relay-s3-oidc-audience",
|
|
5117
|
+
"artifact-relay-s3-prefix",
|
|
5118
|
+
"artifact-relay-s3-region",
|
|
5119
|
+
"artifact-relay-s3-role-arn",
|
|
5120
|
+
"artifact-relay-s3-upload-role-arn",
|
|
5121
|
+
"artifact-retention-days",
|
|
5122
|
+
"artifact-signing-request-upload-no-proxy",
|
|
5123
|
+
"artifact-transfer-mode",
|
|
5124
|
+
"aws-codebuild-project",
|
|
5125
|
+
"aws-ec2-macos-runner-label",
|
|
5126
|
+
"aws-ec2-windows-runner-label",
|
|
5127
|
+
"build-command",
|
|
5128
|
+
"buildchain-alpha-contract-lock-path",
|
|
5129
|
+
"buildchain-channel",
|
|
5130
|
+
"buildchain-contract-compatibility-policy",
|
|
5131
|
+
"buildchain-contract-drift-issue-mode",
|
|
5132
|
+
"buildchain-contract-expected-channel",
|
|
5133
|
+
"buildchain-contract-expected-major",
|
|
5134
|
+
"buildchain-contract-lock-path",
|
|
5135
|
+
"buildchain-expected-channel",
|
|
5136
|
+
"buildchain-expected-major",
|
|
5137
|
+
"buildchain-ref",
|
|
5138
|
+
"buildchain-repository",
|
|
5139
|
+
"buildchain-stable-contract-lock-path",
|
|
5140
|
+
"buildchain-visible-workflow",
|
|
5141
|
+
"cache-dependency-lock-root",
|
|
5142
|
+
"cache-policy-root",
|
|
5143
|
+
"cache-toolchain-root",
|
|
5144
|
+
"cargo-registry-index",
|
|
5145
|
+
"checkout-cache-fallback",
|
|
5146
|
+
"checkout-cache-fetch-attempts",
|
|
5147
|
+
"checkout-cache-github-timeout-seconds",
|
|
5148
|
+
"checkout-cache-mirror-url-template",
|
|
5149
|
+
"checkout-cache-mode",
|
|
5150
|
+
"checkout-cache-reference-repository-template",
|
|
5151
|
+
"checkout-cache-timeout-seconds",
|
|
5152
|
+
"checkout-history-mode",
|
|
5153
|
+
"compiler-cache-platforms-json",
|
|
5154
|
+
"compiler-cache-provider",
|
|
5155
|
+
"compiler-cache-required",
|
|
5156
|
+
"control-runner-json",
|
|
5157
|
+
"credential-island-caller-owned",
|
|
5158
|
+
"credential-island-environment",
|
|
5159
|
+
"credential-island-macos-app-path",
|
|
5160
|
+
"credential-island-macos-platform-id",
|
|
5161
|
+
"expected-artifacts-json",
|
|
5162
|
+
"fail-fast",
|
|
5163
|
+
"gate-profile-aggregate-json",
|
|
5164
|
+
"github-artifact-attestation-platform-id",
|
|
5165
|
+
"github-artifact-attestation-signer-sha",
|
|
5166
|
+
"github-artifact-attestation-subject-path",
|
|
5167
|
+
"install-command",
|
|
5168
|
+
"kfd-agent-hub",
|
|
5169
|
+
"lifecycle-timeout-minutes",
|
|
5170
|
+
"linux-container-image",
|
|
5171
|
+
"linux-container-preset",
|
|
5172
|
+
"node-version",
|
|
5173
|
+
"platforms-json",
|
|
5174
|
+
"pre-upload-transport-smoke-artifact-root",
|
|
5175
|
+
"pre-upload-transport-smoke-scenario-path",
|
|
5176
|
+
"process-sample-interval-ms",
|
|
5177
|
+
"process-summary-path",
|
|
5178
|
+
"publish-anchor-request-json",
|
|
5179
|
+
"publish-channel",
|
|
5180
|
+
"publish-refs-json",
|
|
5181
|
+
"publish-registry",
|
|
5182
|
+
"publish-source-ref",
|
|
5183
|
+
"release-candidate",
|
|
5184
|
+
"release-candidate-family-evidence-json",
|
|
5185
|
+
"requested-parallelism",
|
|
5186
|
+
"require-build",
|
|
5187
|
+
"require-install",
|
|
5188
|
+
"require-trusted-event",
|
|
5189
|
+
"require-verify",
|
|
5190
|
+
"runner-preset",
|
|
5191
|
+
"rust-toolchain",
|
|
5192
|
+
"rustup-dist-server",
|
|
5193
|
+
"rustup-update-root",
|
|
5194
|
+
"sample-process-tree",
|
|
5195
|
+
"self-hosted-offline-fallback",
|
|
5196
|
+
"setup-node",
|
|
5197
|
+
"setup-rust",
|
|
5198
|
+
"shifu-cache-profile-digest",
|
|
5199
|
+
"shifu-cache-profile-ref",
|
|
5200
|
+
"universal-request-json",
|
|
5201
|
+
"untrusted-policy",
|
|
5202
|
+
"verify-command",
|
|
5203
|
+
"verify-substage-evidence-path",
|
|
5204
|
+
"working-directory"
|
|
5205
|
+
],
|
|
5206
|
+
"reverseAuditSource": ".github/workflows"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"id": "workflow:buildchain-patrol",
|
|
5210
|
+
"name": "workflow:buildchain-patrol",
|
|
5211
|
+
"kind": "workflow",
|
|
5212
|
+
"sourcePath": ".github/workflows/buildchain-patrol.yml",
|
|
5213
|
+
"evidencePath": ".github/workflows/buildchain-patrol.yml",
|
|
5214
|
+
"availability": "shipped",
|
|
5215
|
+
"visibility": "public",
|
|
5216
|
+
"participantFacing": true,
|
|
5217
|
+
"public": true,
|
|
5218
|
+
"inputCount": 17,
|
|
5219
|
+
"inputs": [
|
|
5220
|
+
"allowed-head-prefixes",
|
|
5221
|
+
"block-labels",
|
|
5222
|
+
"buildchain-ref",
|
|
5223
|
+
"buildchain-repository",
|
|
5224
|
+
"cadence",
|
|
5225
|
+
"capabilities",
|
|
5226
|
+
"dry-run",
|
|
5227
|
+
"landing-mode",
|
|
5228
|
+
"max-actions",
|
|
5229
|
+
"merge-method",
|
|
5230
|
+
"mode",
|
|
5231
|
+
"ready-label",
|
|
5232
|
+
"require-approval",
|
|
5233
|
+
"required-status-checks",
|
|
5234
|
+
"same-repository-only",
|
|
5235
|
+
"target-branch",
|
|
5236
|
+
"universal-request-json"
|
|
5237
|
+
],
|
|
5238
|
+
"reverseAuditSource": ".github/workflows"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"id": "workflow:check",
|
|
5242
|
+
"name": "workflow:check",
|
|
5243
|
+
"kind": "workflow",
|
|
5244
|
+
"sourcePath": ".github/workflows/check.yml",
|
|
5245
|
+
"evidencePath": ".github/workflows/check.yml",
|
|
5246
|
+
"availability": "shipped",
|
|
5247
|
+
"visibility": "public",
|
|
5248
|
+
"participantFacing": true,
|
|
5249
|
+
"public": true,
|
|
5250
|
+
"inputCount": 13,
|
|
5251
|
+
"inputs": [
|
|
5252
|
+
"buildchain-ref",
|
|
5253
|
+
"buildchain-repository",
|
|
5254
|
+
"mode",
|
|
5255
|
+
"node-version",
|
|
5256
|
+
"require-version-state",
|
|
5257
|
+
"source-proof-closure-paths-json",
|
|
5258
|
+
"source-proof-dependency-paths-json",
|
|
5259
|
+
"source-proof-policy-paths-json",
|
|
5260
|
+
"source-proof-required-contexts-json",
|
|
5261
|
+
"source-proof-reuse",
|
|
5262
|
+
"universal-request-json",
|
|
5263
|
+
"upload-artifacts",
|
|
5264
|
+
"working-directory"
|
|
5265
|
+
],
|
|
5266
|
+
"reverseAuditSource": ".github/workflows"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"id": "workflow:dev-alpha-candidate-patrol",
|
|
5270
|
+
"name": "workflow:dev-alpha-candidate-patrol",
|
|
5271
|
+
"kind": "workflow",
|
|
5272
|
+
"sourcePath": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
5273
|
+
"evidencePath": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
5274
|
+
"availability": "shipped",
|
|
5275
|
+
"visibility": "public",
|
|
5276
|
+
"participantFacing": true,
|
|
5277
|
+
"public": true,
|
|
5278
|
+
"inputCount": 16,
|
|
5279
|
+
"inputs": [
|
|
5280
|
+
"alpha-workflow-path",
|
|
5281
|
+
"auto-merge",
|
|
5282
|
+
"buildchain-ref",
|
|
5283
|
+
"buildchain-repository",
|
|
5284
|
+
"create-pull-request",
|
|
5285
|
+
"dev-workflow-path",
|
|
5286
|
+
"dry-run",
|
|
5287
|
+
"max-age-seconds",
|
|
5288
|
+
"merge-method",
|
|
5289
|
+
"pull-request-body-prefix",
|
|
5290
|
+
"pull-request-body-prefix-renderer",
|
|
5291
|
+
"reactivation-authorized",
|
|
5292
|
+
"settlement-authorized",
|
|
5293
|
+
"source-branch",
|
|
5294
|
+
"target-branch",
|
|
5295
|
+
"universal-request-json"
|
|
5296
|
+
],
|
|
5297
|
+
"reverseAuditSource": ".github/workflows"
|
|
5298
|
+
},
|
|
5299
|
+
{
|
|
5300
|
+
"id": "workflow:dev-delivery-warrant-cancel",
|
|
5301
|
+
"name": "workflow:dev-delivery-warrant-cancel",
|
|
5302
|
+
"kind": "workflow",
|
|
5303
|
+
"sourcePath": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
5304
|
+
"evidencePath": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
5305
|
+
"availability": "shipped",
|
|
5306
|
+
"visibility": "public",
|
|
5307
|
+
"participantFacing": true,
|
|
5308
|
+
"public": true,
|
|
5309
|
+
"inputCount": 13,
|
|
5310
|
+
"inputs": [
|
|
5311
|
+
"buildchain-ref",
|
|
5312
|
+
"buildchain-repository",
|
|
5313
|
+
"event-action",
|
|
5314
|
+
"expected-candidate-id",
|
|
5315
|
+
"expected-old-state-root",
|
|
5316
|
+
"expected-pr-number",
|
|
5317
|
+
"expected-source-head-sha",
|
|
5318
|
+
"observed-source-head-sha",
|
|
5319
|
+
"outcome",
|
|
5320
|
+
"reason",
|
|
5321
|
+
"target-branch",
|
|
5322
|
+
"terminal-evidence-root",
|
|
5323
|
+
"universal-request-json"
|
|
5324
|
+
],
|
|
5325
|
+
"reverseAuditSource": ".github/workflows"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"id": "workflow:dev-delivery-warrant-close",
|
|
5329
|
+
"name": "workflow:dev-delivery-warrant-close",
|
|
5330
|
+
"kind": "workflow",
|
|
5331
|
+
"sourcePath": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
5332
|
+
"evidencePath": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
5333
|
+
"availability": "shipped",
|
|
5334
|
+
"visibility": "public",
|
|
5335
|
+
"participantFacing": true,
|
|
5336
|
+
"public": true,
|
|
5337
|
+
"inputCount": 14,
|
|
5338
|
+
"inputs": [
|
|
5339
|
+
"buildchain-ref",
|
|
5340
|
+
"buildchain-repository",
|
|
5341
|
+
"current-base-sha",
|
|
5342
|
+
"expected-head-sha",
|
|
5343
|
+
"expected-pr-number",
|
|
5344
|
+
"merge-group-head-sha",
|
|
5345
|
+
"merge-group-tree-sha",
|
|
5346
|
+
"outcome",
|
|
5347
|
+
"reason",
|
|
5348
|
+
"replay-tree-sha",
|
|
5349
|
+
"required-context-roots-json",
|
|
5350
|
+
"target-branch",
|
|
5351
|
+
"terminal-evidence-root",
|
|
5352
|
+
"universal-request-json"
|
|
5353
|
+
],
|
|
5354
|
+
"reverseAuditSource": ".github/workflows"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"id": "workflow:dev-pr-auto-merge",
|
|
5358
|
+
"name": "workflow:dev-pr-auto-merge",
|
|
4364
5359
|
"kind": "workflow",
|
|
4365
|
-
"sourcePath": ".github/workflows
|
|
4366
|
-
"evidencePath": ".github/workflows
|
|
5360
|
+
"sourcePath": ".github/workflows/dev-pr-auto-merge.yml",
|
|
5361
|
+
"evidencePath": ".github/workflows/dev-pr-auto-merge.yml",
|
|
4367
5362
|
"availability": "shipped",
|
|
4368
5363
|
"visibility": "public",
|
|
4369
5364
|
"participantFacing": true,
|
|
4370
5365
|
"public": true,
|
|
4371
|
-
"inputCount":
|
|
5366
|
+
"inputCount": 45,
|
|
4372
5367
|
"inputs": [
|
|
4373
|
-
"
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4376
|
-
"
|
|
4377
|
-
"
|
|
4378
|
-
"build-container-enabled",
|
|
4379
|
-
"build-runner-linux",
|
|
4380
|
-
"build-runner-linux-labels",
|
|
4381
|
-
"build-runner-macos",
|
|
4382
|
-
"build-runner-macos-labels",
|
|
4383
|
-
"build-runner-windows",
|
|
4384
|
-
"build-runner-windows-labels",
|
|
4385
|
-
"build-timeout-minutes",
|
|
5368
|
+
"active-lease-context",
|
|
5369
|
+
"affected-paths-json",
|
|
5370
|
+
"allowed-head-prefixes",
|
|
5371
|
+
"assignment-root",
|
|
5372
|
+
"block-labels",
|
|
4386
5373
|
"buildchain-ref",
|
|
4387
5374
|
"buildchain-repository",
|
|
4388
|
-
"
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"
|
|
4393
|
-
"
|
|
4394
|
-
"
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"
|
|
4401
|
-
"
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"
|
|
4413
|
-
"
|
|
5375
|
+
"closure-root",
|
|
5376
|
+
"defer-landing",
|
|
5377
|
+
"delivery-class",
|
|
5378
|
+
"delivery-priority",
|
|
5379
|
+
"delivery-warrant-mode",
|
|
5380
|
+
"dependency-root",
|
|
5381
|
+
"diagnostic-context",
|
|
5382
|
+
"dry-run",
|
|
5383
|
+
"environment-root",
|
|
5384
|
+
"expected-head-sha",
|
|
5385
|
+
"expected-pr-number",
|
|
5386
|
+
"handoff-workflow-id",
|
|
5387
|
+
"initiative-root",
|
|
5388
|
+
"landing-mode",
|
|
5389
|
+
"legacy-active-owner-binding-json",
|
|
5390
|
+
"max-merges",
|
|
5391
|
+
"merge-method",
|
|
5392
|
+
"native-command",
|
|
5393
|
+
"native-command-root",
|
|
5394
|
+
"native-heartbeat-seconds",
|
|
5395
|
+
"native-proof-json",
|
|
5396
|
+
"plan-root",
|
|
5397
|
+
"project-cut-proof-json",
|
|
5398
|
+
"queue-admission-context",
|
|
5399
|
+
"ready-label",
|
|
5400
|
+
"release-blocker-priority-json",
|
|
5401
|
+
"require-approval",
|
|
5402
|
+
"required-status-checks",
|
|
5403
|
+
"same-repository-only",
|
|
5404
|
+
"shard-evidence-roots-json",
|
|
5405
|
+
"source-identity-root",
|
|
5406
|
+
"source-patch-root",
|
|
5407
|
+
"source-workflow-id",
|
|
5408
|
+
"source-workflow-run-id",
|
|
5409
|
+
"target-branch",
|
|
5410
|
+
"toolchain-root",
|
|
5411
|
+
"universal-request-json",
|
|
5412
|
+
"warrant-lease-seconds"
|
|
4414
5413
|
],
|
|
4415
5414
|
"reverseAuditSource": ".github/workflows"
|
|
4416
5415
|
},
|
|
4417
5416
|
{
|
|
4418
|
-
"id": "workflow
|
|
4419
|
-
"name": "workflow
|
|
5417
|
+
"id": "workflow:dev-qualification-patrol",
|
|
5418
|
+
"name": "workflow:dev-qualification-patrol",
|
|
4420
5419
|
"kind": "workflow",
|
|
4421
|
-
"sourcePath": ".github/workflows
|
|
4422
|
-
"evidencePath": ".github/workflows
|
|
5420
|
+
"sourcePath": ".github/workflows/dev-qualification-patrol.yml",
|
|
5421
|
+
"evidencePath": ".github/workflows/dev-qualification-patrol.yml",
|
|
4423
5422
|
"availability": "shipped",
|
|
4424
5423
|
"visibility": "public",
|
|
4425
5424
|
"participantFacing": true,
|
|
4426
5425
|
"public": true,
|
|
4427
|
-
"inputCount":
|
|
5426
|
+
"inputCount": 11,
|
|
4428
5427
|
"inputs": [
|
|
4429
|
-
"
|
|
4430
|
-
"
|
|
4431
|
-
"
|
|
4432
|
-
"
|
|
5428
|
+
"buildchain-ref",
|
|
5429
|
+
"buildchain-repository",
|
|
5430
|
+
"dev-workflow-path",
|
|
5431
|
+
"dispatch-inputs-json",
|
|
5432
|
+
"dry-run",
|
|
5433
|
+
"max-attempts",
|
|
5434
|
+
"mutation-authorized",
|
|
5435
|
+
"preflight-workflow-path",
|
|
5436
|
+
"priority-workflows-json",
|
|
5437
|
+
"source-branch",
|
|
5438
|
+
"universal-request-json"
|
|
4433
5439
|
],
|
|
4434
5440
|
"reverseAuditSource": ".github/workflows"
|
|
4435
5441
|
},
|
|
4436
5442
|
{
|
|
4437
|
-
"id": "workflow
|
|
4438
|
-
"name": "workflow
|
|
5443
|
+
"id": "workflow:engineering-housekeeper",
|
|
5444
|
+
"name": "workflow:engineering-housekeeper",
|
|
4439
5445
|
"kind": "workflow",
|
|
4440
|
-
"sourcePath": ".github/workflows
|
|
4441
|
-
"evidencePath": ".github/workflows
|
|
5446
|
+
"sourcePath": ".github/workflows/engineering-housekeeper.yml",
|
|
5447
|
+
"evidencePath": ".github/workflows/engineering-housekeeper.yml",
|
|
4442
5448
|
"availability": "shipped",
|
|
4443
5449
|
"visibility": "public",
|
|
4444
5450
|
"participantFacing": true,
|
|
4445
5451
|
"public": true,
|
|
4446
|
-
"inputCount":
|
|
5452
|
+
"inputCount": 15,
|
|
4447
5453
|
"inputs": [
|
|
4448
|
-
"
|
|
4449
|
-
"
|
|
4450
|
-
"
|
|
4451
|
-
"
|
|
5454
|
+
"apply-enabled",
|
|
5455
|
+
"artifact-prefix",
|
|
5456
|
+
"artifact-retention-days",
|
|
5457
|
+
"buildchain-ref",
|
|
5458
|
+
"buildchain-repository",
|
|
5459
|
+
"max-actions",
|
|
5460
|
+
"mode",
|
|
5461
|
+
"protected-patterns",
|
|
5462
|
+
"repository",
|
|
5463
|
+
"retained-patterns",
|
|
5464
|
+
"stale-days",
|
|
5465
|
+
"stale-pull-request-label",
|
|
5466
|
+
"target-branch",
|
|
5467
|
+
"temporary-branch-patterns",
|
|
5468
|
+
"universal-request-json"
|
|
4452
5469
|
],
|
|
4453
5470
|
"reverseAuditSource": ".github/workflows"
|
|
4454
5471
|
},
|
|
4455
5472
|
{
|
|
4456
|
-
"id": "workflow
|
|
4457
|
-
"name": "workflow
|
|
5473
|
+
"id": "workflow:github-artifact-attestation",
|
|
5474
|
+
"name": "workflow:github-artifact-attestation",
|
|
4458
5475
|
"kind": "workflow",
|
|
4459
|
-
"sourcePath": ".github/workflows
|
|
4460
|
-
"evidencePath": ".github/workflows
|
|
5476
|
+
"sourcePath": ".github/workflows/github-artifact-attestation.yml",
|
|
5477
|
+
"evidencePath": ".github/workflows/github-artifact-attestation.yml",
|
|
4461
5478
|
"availability": "shipped",
|
|
4462
5479
|
"visibility": "public",
|
|
4463
5480
|
"participantFacing": true,
|
|
4464
5481
|
"public": true,
|
|
4465
|
-
"inputCount":
|
|
5482
|
+
"inputCount": 14,
|
|
4466
5483
|
"inputs": [
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4470
|
-
"
|
|
4471
|
-
"
|
|
4472
|
-
"
|
|
4473
|
-
"
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4479
|
-
"
|
|
5484
|
+
"buildchain-ref",
|
|
5485
|
+
"environment",
|
|
5486
|
+
"evidence-artifact-name",
|
|
5487
|
+
"evidence-run-id",
|
|
5488
|
+
"platform-manifest-artifact-name",
|
|
5489
|
+
"platform-manifest-relative-path",
|
|
5490
|
+
"policy-json",
|
|
5491
|
+
"release-passport-artifact-name",
|
|
5492
|
+
"release-passport-relative-path",
|
|
5493
|
+
"retention-days",
|
|
5494
|
+
"source-sha",
|
|
5495
|
+
"subject-artifact-name",
|
|
5496
|
+
"subject-relative-path",
|
|
5497
|
+
"universal-request-json"
|
|
4480
5498
|
],
|
|
4481
5499
|
"reverseAuditSource": ".github/workflows"
|
|
4482
5500
|
},
|
|
4483
5501
|
{
|
|
4484
|
-
"id": "workflow
|
|
4485
|
-
"name": "workflow
|
|
5502
|
+
"id": "workflow:paper-release-sealed",
|
|
5503
|
+
"name": "workflow:paper-release-sealed",
|
|
4486
5504
|
"kind": "workflow",
|
|
4487
|
-
"sourcePath": ".github/workflows
|
|
4488
|
-
"evidencePath": ".github/workflows
|
|
5505
|
+
"sourcePath": ".github/workflows/paper-release-sealed.yml",
|
|
5506
|
+
"evidencePath": ".github/workflows/paper-release-sealed.yml",
|
|
4489
5507
|
"availability": "shipped",
|
|
4490
5508
|
"visibility": "public",
|
|
4491
5509
|
"participantFacing": true,
|
|
4492
5510
|
"public": true,
|
|
4493
|
-
"inputCount":
|
|
5511
|
+
"inputCount": 27,
|
|
4494
5512
|
"inputs": [
|
|
4495
|
-
"
|
|
4496
|
-
"
|
|
4497
|
-
"
|
|
4498
|
-
"
|
|
5513
|
+
"artifact-name",
|
|
5514
|
+
"artifact-paths",
|
|
5515
|
+
"artifact-retention-days",
|
|
5516
|
+
"branch-protection-bypass-apps",
|
|
5517
|
+
"branch-protection-bypass-teams",
|
|
5518
|
+
"branch-protection-bypass-users",
|
|
5519
|
+
"buildchain-contract-lock-path",
|
|
5520
|
+
"buildchain-ref",
|
|
5521
|
+
"buildchain-repository",
|
|
5522
|
+
"dry-run",
|
|
5523
|
+
"github-governance-receipt-json",
|
|
5524
|
+
"github-release",
|
|
5525
|
+
"github-release-notes",
|
|
5526
|
+
"github-release-title",
|
|
5527
|
+
"package-name",
|
|
5528
|
+
"publish-dist-tag",
|
|
5529
|
+
"publisher-workflow-path",
|
|
5530
|
+
"release-passport-impact-json",
|
|
5531
|
+
"release-passport-output-dir",
|
|
5532
|
+
"release-passport-product-name",
|
|
5533
|
+
"required-status-check",
|
|
5534
|
+
"target-ref",
|
|
5535
|
+
"target-sha",
|
|
5536
|
+
"toolchain-type",
|
|
5537
|
+
"universal-request-json",
|
|
5538
|
+
"verify-command",
|
|
5539
|
+
"working-directory"
|
|
4499
5540
|
],
|
|
4500
5541
|
"reverseAuditSource": ".github/workflows"
|
|
4501
5542
|
},
|
|
4502
5543
|
{
|
|
4503
|
-
"id": "workflow
|
|
4504
|
-
"name": "workflow
|
|
5544
|
+
"id": "workflow:paper-release",
|
|
5545
|
+
"name": "workflow:paper-release",
|
|
4505
5546
|
"kind": "workflow",
|
|
4506
|
-
"sourcePath": ".github/workflows
|
|
4507
|
-
"evidencePath": ".github/workflows
|
|
5547
|
+
"sourcePath": ".github/workflows/paper-release.yml",
|
|
5548
|
+
"evidencePath": ".github/workflows/paper-release.yml",
|
|
4508
5549
|
"availability": "shipped",
|
|
4509
5550
|
"visibility": "public",
|
|
4510
5551
|
"participantFacing": true,
|
|
4511
5552
|
"public": true,
|
|
4512
|
-
"inputCount":
|
|
5553
|
+
"inputCount": 39,
|
|
4513
5554
|
"inputs": [
|
|
4514
|
-
"artifact-
|
|
4515
|
-
"
|
|
5555
|
+
"artifact-name",
|
|
5556
|
+
"artifact-retention-days",
|
|
5557
|
+
"branch-protection-bypass-apps",
|
|
5558
|
+
"branch-protection-bypass-teams",
|
|
5559
|
+
"branch-protection-bypass-users",
|
|
4516
5560
|
"build-command",
|
|
4517
5561
|
"buildchain-contract-compatibility-policy",
|
|
4518
5562
|
"buildchain-contract-drift-issue-mode",
|
|
4519
|
-
"buildchain-contract-expected-channel",
|
|
4520
|
-
"buildchain-contract-expected-major",
|
|
4521
5563
|
"buildchain-contract-lock-path",
|
|
4522
5564
|
"buildchain-ref",
|
|
4523
5565
|
"buildchain-repository",
|
|
4524
|
-
"
|
|
5566
|
+
"dry-run",
|
|
4525
5567
|
"github-governance-receipt-json",
|
|
5568
|
+
"github-release",
|
|
5569
|
+
"github-release-notes",
|
|
5570
|
+
"github-release-title",
|
|
4526
5571
|
"node-version",
|
|
4527
|
-
"
|
|
4528
|
-
"preview-aws-role-arn",
|
|
4529
|
-
"preview-cleanup-apply",
|
|
4530
|
-
"preview-comment",
|
|
4531
|
-
"preview-environment",
|
|
4532
|
-
"production-apply",
|
|
4533
|
-
"production-approved",
|
|
4534
|
-
"production-aws-role-arn",
|
|
4535
|
-
"production-environment",
|
|
4536
|
-
"production-release-app-client-id",
|
|
4537
|
-
"production-release-app-id",
|
|
4538
|
-
"production-release-branch-channel",
|
|
4539
|
-
"production-release-head-prefix",
|
|
4540
|
-
"production-release-label",
|
|
4541
|
-
"production-release-on-main",
|
|
4542
|
-
"production-release-pr-mode",
|
|
4543
|
-
"production-release-pr-token",
|
|
4544
|
-
"production-source-sha",
|
|
5572
|
+
"package-name",
|
|
4545
5573
|
"publication-admission-json",
|
|
4546
5574
|
"publication-control-plane-audit-json",
|
|
4547
5575
|
"publication-expected-json",
|
|
4548
|
-
"publication-gate-aggregate-json",
|
|
4549
5576
|
"publication-runner-provenance-json",
|
|
4550
5577
|
"publication-used-nonces-json",
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4554
|
-
"
|
|
5578
|
+
"publish-dist-tag",
|
|
5579
|
+
"publish-package-set-order",
|
|
5580
|
+
"release-passport-impact-json",
|
|
5581
|
+
"release-passport-output-dir",
|
|
5582
|
+
"release-passport-product-name",
|
|
5583
|
+
"required-status-check",
|
|
5584
|
+
"setup-node",
|
|
5585
|
+
"target-ref",
|
|
5586
|
+
"target-sha",
|
|
5587
|
+
"toolchain-command",
|
|
5588
|
+
"toolchain-digest",
|
|
5589
|
+
"toolchain-image",
|
|
5590
|
+
"toolchain-type",
|
|
5591
|
+
"universal-request-json",
|
|
4555
5592
|
"verify-command",
|
|
4556
5593
|
"working-directory"
|
|
4557
5594
|
],
|
|
4558
5595
|
"reverseAuditSource": ".github/workflows"
|
|
4559
5596
|
},
|
|
4560
5597
|
{
|
|
4561
|
-
"id": "workflow
|
|
4562
|
-
"name": "workflow
|
|
5598
|
+
"id": "workflow:patrol-daily",
|
|
5599
|
+
"name": "workflow:patrol-daily",
|
|
4563
5600
|
"kind": "workflow",
|
|
4564
|
-
"sourcePath": ".github/workflows
|
|
4565
|
-
"evidencePath": ".github/workflows
|
|
5601
|
+
"sourcePath": ".github/workflows/patrol-daily.yml",
|
|
5602
|
+
"evidencePath": ".github/workflows/patrol-daily.yml",
|
|
4566
5603
|
"availability": "shipped",
|
|
4567
5604
|
"visibility": "public",
|
|
4568
5605
|
"participantFacing": true,
|
|
4569
5606
|
"public": true,
|
|
4570
|
-
"inputCount":
|
|
5607
|
+
"inputCount": 14,
|
|
4571
5608
|
"inputs": [
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4574
|
-
"
|
|
5609
|
+
"allowed-head-prefixes",
|
|
5610
|
+
"block-labels",
|
|
5611
|
+
"buildchain-ref",
|
|
5612
|
+
"buildchain-repository",
|
|
5613
|
+
"dry-run",
|
|
5614
|
+
"landing-mode",
|
|
5615
|
+
"max-actions",
|
|
5616
|
+
"merge-method",
|
|
5617
|
+
"ready-label",
|
|
5618
|
+
"require-approval",
|
|
5619
|
+
"required-status-checks",
|
|
5620
|
+
"same-repository-only",
|
|
5621
|
+
"target-branch",
|
|
5622
|
+
"universal-request-json"
|
|
4575
5623
|
],
|
|
4576
5624
|
"reverseAuditSource": ".github/workflows"
|
|
4577
5625
|
},
|
|
4578
5626
|
{
|
|
4579
|
-
"id": "workflow
|
|
4580
|
-
"name": "workflow
|
|
5627
|
+
"id": "workflow:patrol-monthly",
|
|
5628
|
+
"name": "workflow:patrol-monthly",
|
|
4581
5629
|
"kind": "workflow",
|
|
4582
|
-
"sourcePath": ".github/workflows
|
|
4583
|
-
"evidencePath": ".github/workflows
|
|
5630
|
+
"sourcePath": ".github/workflows/patrol-monthly.yml",
|
|
5631
|
+
"evidencePath": ".github/workflows/patrol-monthly.yml",
|
|
4584
5632
|
"availability": "shipped",
|
|
4585
5633
|
"visibility": "public",
|
|
4586
5634
|
"participantFacing": true,
|
|
4587
5635
|
"public": true,
|
|
4588
5636
|
"inputCount": 5,
|
|
4589
5637
|
"inputs": [
|
|
4590
|
-
"
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4593
|
-
"
|
|
4594
|
-
"
|
|
5638
|
+
"buildchain-ref",
|
|
5639
|
+
"buildchain-repository",
|
|
5640
|
+
"dry-run",
|
|
5641
|
+
"target-branch",
|
|
5642
|
+
"universal-request-json"
|
|
4595
5643
|
],
|
|
4596
5644
|
"reverseAuditSource": ".github/workflows"
|
|
4597
5645
|
},
|
|
4598
5646
|
{
|
|
4599
|
-
"id": "workflow:
|
|
4600
|
-
"name": "workflow:
|
|
4601
|
-
"kind": "workflow",
|
|
4602
|
-
"sourcePath": ".github/workflows/artifact-signing-authority.yml",
|
|
4603
|
-
"evidencePath": ".github/workflows/artifact-signing-authority.yml",
|
|
4604
|
-
"availability": "shipped",
|
|
4605
|
-
"visibility": "public",
|
|
4606
|
-
"participantFacing": true,
|
|
4607
|
-
"public": true,
|
|
4608
|
-
"inputCount": 0,
|
|
4609
|
-
"inputs": [],
|
|
4610
|
-
"reverseAuditSource": ".github/workflows"
|
|
4611
|
-
},
|
|
4612
|
-
{
|
|
4613
|
-
"id": "workflow:auditable-demo-media-profile-qualification",
|
|
4614
|
-
"name": "workflow:auditable-demo-media-profile-qualification",
|
|
4615
|
-
"kind": "workflow",
|
|
4616
|
-
"sourcePath": ".github/workflows/auditable-demo-media-profile-qualification.yml",
|
|
4617
|
-
"evidencePath": ".github/workflows/auditable-demo-media-profile-qualification.yml",
|
|
4618
|
-
"availability": "shipped",
|
|
4619
|
-
"visibility": "public",
|
|
4620
|
-
"participantFacing": true,
|
|
4621
|
-
"public": true,
|
|
4622
|
-
"inputCount": 0,
|
|
4623
|
-
"inputs": [],
|
|
4624
|
-
"reverseAuditSource": ".github/workflows"
|
|
4625
|
-
},
|
|
4626
|
-
{
|
|
4627
|
-
"id": "workflow:auditable-demo",
|
|
4628
|
-
"name": "workflow:auditable-demo",
|
|
4629
|
-
"kind": "workflow",
|
|
4630
|
-
"sourcePath": ".github/workflows/auditable-demo.yml",
|
|
4631
|
-
"evidencePath": ".github/workflows/auditable-demo.yml",
|
|
4632
|
-
"availability": "shipped",
|
|
4633
|
-
"visibility": "public",
|
|
4634
|
-
"participantFacing": true,
|
|
4635
|
-
"public": true,
|
|
4636
|
-
"inputCount": 0,
|
|
4637
|
-
"inputs": [],
|
|
4638
|
-
"reverseAuditSource": ".github/workflows"
|
|
4639
|
-
},
|
|
4640
|
-
{
|
|
4641
|
-
"id": "workflow:binary-distribution",
|
|
4642
|
-
"name": "workflow:binary-distribution",
|
|
5647
|
+
"id": "workflow:patrol-observed-evidence",
|
|
5648
|
+
"name": "workflow:patrol-observed-evidence",
|
|
4643
5649
|
"kind": "workflow",
|
|
4644
|
-
"sourcePath": ".github/workflows/
|
|
4645
|
-
"evidencePath": ".github/workflows/
|
|
5650
|
+
"sourcePath": ".github/workflows/patrol-observed-evidence.yml",
|
|
5651
|
+
"evidencePath": ".github/workflows/patrol-observed-evidence.yml",
|
|
4646
5652
|
"availability": "shipped",
|
|
4647
5653
|
"visibility": "public",
|
|
4648
5654
|
"participantFacing": true,
|
|
4649
5655
|
"public": true,
|
|
4650
|
-
"inputCount":
|
|
4651
|
-
"inputs": [
|
|
5656
|
+
"inputCount": 13,
|
|
5657
|
+
"inputs": [
|
|
5658
|
+
"artifact-path",
|
|
5659
|
+
"build-command",
|
|
5660
|
+
"buildchain-ref",
|
|
5661
|
+
"cloudfront-distribution",
|
|
5662
|
+
"evidence-source-path",
|
|
5663
|
+
"evidence-source-ref",
|
|
5664
|
+
"evidence-source-repository",
|
|
5665
|
+
"manifest-path",
|
|
5666
|
+
"production-aws-role-arn",
|
|
5667
|
+
"production-bucket",
|
|
5668
|
+
"production-environment",
|
|
5669
|
+
"universal-request-json",
|
|
5670
|
+
"verify-command"
|
|
5671
|
+
],
|
|
4652
5672
|
"reverseAuditSource": ".github/workflows"
|
|
4653
5673
|
},
|
|
4654
5674
|
{
|
|
4655
|
-
"id": "workflow:
|
|
4656
|
-
"name": "workflow:
|
|
5675
|
+
"id": "workflow:patrol-weekly",
|
|
5676
|
+
"name": "workflow:patrol-weekly",
|
|
4657
5677
|
"kind": "workflow",
|
|
4658
|
-
"sourcePath": ".github/workflows/
|
|
4659
|
-
"evidencePath": ".github/workflows/
|
|
5678
|
+
"sourcePath": ".github/workflows/patrol-weekly.yml",
|
|
5679
|
+
"evidencePath": ".github/workflows/patrol-weekly.yml",
|
|
4660
5680
|
"availability": "shipped",
|
|
4661
5681
|
"visibility": "public",
|
|
4662
5682
|
"participantFacing": true,
|
|
4663
5683
|
"public": true,
|
|
4664
|
-
"inputCount":
|
|
4665
|
-
"inputs": [
|
|
5684
|
+
"inputCount": 5,
|
|
5685
|
+
"inputs": [
|
|
5686
|
+
"buildchain-ref",
|
|
5687
|
+
"buildchain-repository",
|
|
5688
|
+
"dry-run",
|
|
5689
|
+
"target-branch",
|
|
5690
|
+
"universal-request-json"
|
|
5691
|
+
],
|
|
4666
5692
|
"reverseAuditSource": ".github/workflows"
|
|
4667
5693
|
},
|
|
4668
5694
|
{
|
|
4669
|
-
"id": "workflow:build-
|
|
4670
|
-
"name": "workflow:build-
|
|
5695
|
+
"id": "workflow:public-build-adopter-qualification",
|
|
5696
|
+
"name": "workflow:public-build-adopter-qualification",
|
|
4671
5697
|
"kind": "workflow",
|
|
4672
|
-
"sourcePath": ".github/workflows/build-
|
|
4673
|
-
"evidencePath": ".github/workflows/build-
|
|
5698
|
+
"sourcePath": ".github/workflows/public-build-adopter-qualification.yml",
|
|
5699
|
+
"evidencePath": ".github/workflows/public-build-adopter-qualification.yml",
|
|
4674
5700
|
"availability": "shipped",
|
|
4675
5701
|
"visibility": "public",
|
|
4676
5702
|
"participantFacing": true,
|
|
4677
5703
|
"public": true,
|
|
4678
|
-
"inputCount":
|
|
4679
|
-
"inputs": [
|
|
5704
|
+
"inputCount": 9,
|
|
5705
|
+
"inputs": [
|
|
5706
|
+
"archive-path",
|
|
5707
|
+
"bootstrap-path",
|
|
5708
|
+
"consumer",
|
|
5709
|
+
"consumer-ref",
|
|
5710
|
+
"consumer-repository",
|
|
5711
|
+
"input-path",
|
|
5712
|
+
"invocation-source-path",
|
|
5713
|
+
"node-version",
|
|
5714
|
+
"universal-request-json"
|
|
5715
|
+
],
|
|
4680
5716
|
"reverseAuditSource": ".github/workflows"
|
|
4681
5717
|
},
|
|
4682
5718
|
{
|
|
4683
|
-
"id": "workflow:build",
|
|
4684
|
-
"name": "workflow:build",
|
|
5719
|
+
"id": "workflow:public-build-candidate",
|
|
5720
|
+
"name": "workflow:public-build-candidate",
|
|
4685
5721
|
"kind": "workflow",
|
|
4686
|
-
"sourcePath": ".github/workflows/build.yml",
|
|
4687
|
-
"evidencePath": ".github/workflows/build.yml",
|
|
5722
|
+
"sourcePath": ".github/workflows/public-build-candidate.yml",
|
|
5723
|
+
"evidencePath": ".github/workflows/public-build-candidate.yml",
|
|
4688
5724
|
"availability": "shipped",
|
|
4689
5725
|
"visibility": "public",
|
|
4690
5726
|
"participantFacing": true,
|
|
4691
5727
|
"public": true,
|
|
4692
|
-
"inputCount":
|
|
5728
|
+
"inputCount": 97,
|
|
4693
5729
|
"inputs": [
|
|
4694
5730
|
"artifact-compression-level",
|
|
4695
5731
|
"artifact-finalization-command",
|
|
@@ -4783,6 +5819,7 @@
|
|
|
4783
5819
|
"setup-rust",
|
|
4784
5820
|
"shifu-cache-profile-digest",
|
|
4785
5821
|
"shifu-cache-profile-ref",
|
|
5822
|
+
"universal-request-json",
|
|
4786
5823
|
"untrusted-policy",
|
|
4787
5824
|
"verify-command",
|
|
4788
5825
|
"verify-substage-evidence-path",
|
|
@@ -4791,228 +5828,133 @@
|
|
|
4791
5828
|
"reverseAuditSource": ".github/workflows"
|
|
4792
5829
|
},
|
|
4793
5830
|
{
|
|
4794
|
-
"id": "workflow:
|
|
4795
|
-
"name": "workflow:
|
|
5831
|
+
"id": "workflow:public-build-check",
|
|
5832
|
+
"name": "workflow:public-build-check",
|
|
4796
5833
|
"kind": "workflow",
|
|
4797
|
-
"sourcePath": ".github/workflows/
|
|
4798
|
-
"evidencePath": ".github/workflows/
|
|
5834
|
+
"sourcePath": ".github/workflows/public-build-check.yml",
|
|
5835
|
+
"evidencePath": ".github/workflows/public-build-check.yml",
|
|
4799
5836
|
"availability": "shipped",
|
|
4800
5837
|
"visibility": "public",
|
|
4801
5838
|
"participantFacing": true,
|
|
4802
5839
|
"public": true,
|
|
4803
|
-
"inputCount":
|
|
4804
|
-
"inputs": [],
|
|
4805
|
-
"reverseAuditSource": ".github/workflows"
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"id": "workflow:buildchain-candidate-recovery-dogfood-failure",
|
|
4809
|
-
"name": "workflow:buildchain-candidate-recovery-dogfood-failure",
|
|
4810
|
-
"kind": "workflow",
|
|
4811
|
-
"sourcePath": ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml",
|
|
4812
|
-
"evidencePath": ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml",
|
|
4813
|
-
"availability": "shipped",
|
|
4814
|
-
"visibility": "public",
|
|
4815
|
-
"participantFacing": true,
|
|
4816
|
-
"public": true,
|
|
4817
|
-
"inputCount": 0,
|
|
4818
|
-
"inputs": [],
|
|
4819
|
-
"reverseAuditSource": ".github/workflows"
|
|
4820
|
-
},
|
|
4821
|
-
{
|
|
4822
|
-
"id": "workflow:buildchain-dev-delivery",
|
|
4823
|
-
"name": "workflow:buildchain-dev-delivery",
|
|
4824
|
-
"kind": "workflow",
|
|
4825
|
-
"sourcePath": ".github/workflows/buildchain-dev-delivery.yml",
|
|
4826
|
-
"evidencePath": ".github/workflows/buildchain-dev-delivery.yml",
|
|
4827
|
-
"availability": "shipped",
|
|
4828
|
-
"visibility": "public",
|
|
4829
|
-
"participantFacing": true,
|
|
4830
|
-
"public": true,
|
|
4831
|
-
"inputCount": 0,
|
|
4832
|
-
"inputs": [],
|
|
4833
|
-
"reverseAuditSource": ".github/workflows"
|
|
4834
|
-
},
|
|
4835
|
-
{
|
|
4836
|
-
"id": "workflow:buildchain-patrol-daily",
|
|
4837
|
-
"name": "workflow:buildchain-patrol-daily",
|
|
4838
|
-
"kind": "workflow",
|
|
4839
|
-
"sourcePath": ".github/workflows/buildchain-patrol-daily.yml",
|
|
4840
|
-
"evidencePath": ".github/workflows/buildchain-patrol-daily.yml",
|
|
4841
|
-
"availability": "shipped",
|
|
4842
|
-
"visibility": "public",
|
|
4843
|
-
"participantFacing": true,
|
|
4844
|
-
"public": true,
|
|
4845
|
-
"inputCount": 0,
|
|
4846
|
-
"inputs": [],
|
|
4847
|
-
"reverseAuditSource": ".github/workflows"
|
|
4848
|
-
},
|
|
4849
|
-
{
|
|
4850
|
-
"id": "workflow:buildchain-patrol-monthly",
|
|
4851
|
-
"name": "workflow:buildchain-patrol-monthly",
|
|
4852
|
-
"kind": "workflow",
|
|
4853
|
-
"sourcePath": ".github/workflows/buildchain-patrol-monthly.yml",
|
|
4854
|
-
"evidencePath": ".github/workflows/buildchain-patrol-monthly.yml",
|
|
4855
|
-
"availability": "shipped",
|
|
4856
|
-
"visibility": "public",
|
|
4857
|
-
"participantFacing": true,
|
|
4858
|
-
"public": true,
|
|
4859
|
-
"inputCount": 0,
|
|
4860
|
-
"inputs": [],
|
|
4861
|
-
"reverseAuditSource": ".github/workflows"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"id": "workflow:buildchain-patrol-weekly",
|
|
4865
|
-
"name": "workflow:buildchain-patrol-weekly",
|
|
4866
|
-
"kind": "workflow",
|
|
4867
|
-
"sourcePath": ".github/workflows/buildchain-patrol-weekly.yml",
|
|
4868
|
-
"evidencePath": ".github/workflows/buildchain-patrol-weekly.yml",
|
|
4869
|
-
"availability": "shipped",
|
|
4870
|
-
"visibility": "public",
|
|
4871
|
-
"participantFacing": true,
|
|
4872
|
-
"public": true,
|
|
4873
|
-
"inputCount": 0,
|
|
4874
|
-
"inputs": [],
|
|
4875
|
-
"reverseAuditSource": ".github/workflows"
|
|
4876
|
-
},
|
|
4877
|
-
{
|
|
4878
|
-
"id": "workflow:buildchain-patrol",
|
|
4879
|
-
"name": "workflow:buildchain-patrol",
|
|
4880
|
-
"kind": "workflow",
|
|
4881
|
-
"sourcePath": ".github/workflows/buildchain-patrol.yml",
|
|
4882
|
-
"evidencePath": ".github/workflows/buildchain-patrol.yml",
|
|
4883
|
-
"availability": "shipped",
|
|
4884
|
-
"visibility": "public",
|
|
4885
|
-
"participantFacing": true,
|
|
4886
|
-
"public": true,
|
|
4887
|
-
"inputCount": 16,
|
|
5840
|
+
"inputCount": 13,
|
|
4888
5841
|
"inputs": [
|
|
4889
|
-
"allowed-head-prefixes",
|
|
4890
|
-
"block-labels",
|
|
4891
5842
|
"buildchain-ref",
|
|
4892
5843
|
"buildchain-repository",
|
|
4893
|
-
"cadence",
|
|
4894
|
-
"capabilities",
|
|
4895
|
-
"dry-run",
|
|
4896
|
-
"landing-mode",
|
|
4897
|
-
"max-actions",
|
|
4898
|
-
"merge-method",
|
|
4899
5844
|
"mode",
|
|
4900
|
-
"
|
|
4901
|
-
"require-
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4904
|
-
"
|
|
5845
|
+
"node-version",
|
|
5846
|
+
"require-version-state",
|
|
5847
|
+
"source-proof-closure-paths-json",
|
|
5848
|
+
"source-proof-dependency-paths-json",
|
|
5849
|
+
"source-proof-policy-paths-json",
|
|
5850
|
+
"source-proof-required-contexts-json",
|
|
5851
|
+
"source-proof-reuse",
|
|
5852
|
+
"universal-request-json",
|
|
5853
|
+
"upload-artifacts",
|
|
5854
|
+
"working-directory"
|
|
4905
5855
|
],
|
|
4906
5856
|
"reverseAuditSource": ".github/workflows"
|
|
4907
5857
|
},
|
|
4908
5858
|
{
|
|
4909
|
-
"id": "workflow:
|
|
4910
|
-
"name": "workflow:
|
|
4911
|
-
"kind": "workflow",
|
|
4912
|
-
"sourcePath": ".github/workflows/buildchain-ref-promotion-recovery.yml",
|
|
4913
|
-
"evidencePath": ".github/workflows/buildchain-ref-promotion-recovery.yml",
|
|
4914
|
-
"availability": "shipped",
|
|
4915
|
-
"visibility": "public",
|
|
4916
|
-
"participantFacing": true,
|
|
4917
|
-
"public": true,
|
|
4918
|
-
"inputCount": 0,
|
|
4919
|
-
"inputs": [],
|
|
4920
|
-
"reverseAuditSource": ".github/workflows"
|
|
4921
|
-
},
|
|
4922
|
-
{
|
|
4923
|
-
"id": "workflow:buildchain-ref-promotion",
|
|
4924
|
-
"name": "workflow:buildchain-ref-promotion",
|
|
4925
|
-
"kind": "workflow",
|
|
4926
|
-
"sourcePath": ".github/workflows/buildchain-ref-promotion.yml",
|
|
4927
|
-
"evidencePath": ".github/workflows/buildchain-ref-promotion.yml",
|
|
4928
|
-
"availability": "shipped",
|
|
4929
|
-
"visibility": "public",
|
|
4930
|
-
"participantFacing": true,
|
|
4931
|
-
"public": true,
|
|
4932
|
-
"inputCount": 0,
|
|
4933
|
-
"inputs": [],
|
|
4934
|
-
"reverseAuditSource": ".github/workflows"
|
|
4935
|
-
},
|
|
4936
|
-
{
|
|
4937
|
-
"id": "workflow:buildchain-stable-candidate-patrol",
|
|
4938
|
-
"name": "workflow:buildchain-stable-candidate-patrol",
|
|
4939
|
-
"kind": "workflow",
|
|
4940
|
-
"sourcePath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
|
|
4941
|
-
"evidencePath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
|
|
4942
|
-
"availability": "shipped",
|
|
4943
|
-
"visibility": "public",
|
|
4944
|
-
"participantFacing": true,
|
|
4945
|
-
"public": true,
|
|
4946
|
-
"inputCount": 0,
|
|
4947
|
-
"inputs": [],
|
|
4948
|
-
"reverseAuditSource": ".github/workflows"
|
|
4949
|
-
},
|
|
4950
|
-
{
|
|
4951
|
-
"id": "workflow:buildchain-stable-candidate-qualification",
|
|
4952
|
-
"name": "workflow:buildchain-stable-candidate-qualification",
|
|
5859
|
+
"id": "workflow:public-build-demo",
|
|
5860
|
+
"name": "workflow:public-build-demo",
|
|
4953
5861
|
"kind": "workflow",
|
|
4954
|
-
"sourcePath": ".github/workflows/
|
|
4955
|
-
"evidencePath": ".github/workflows/
|
|
5862
|
+
"sourcePath": ".github/workflows/public-build-demo.yml",
|
|
5863
|
+
"evidencePath": ".github/workflows/public-build-demo.yml",
|
|
4956
5864
|
"availability": "shipped",
|
|
4957
5865
|
"visibility": "public",
|
|
4958
5866
|
"participantFacing": true,
|
|
4959
5867
|
"public": true,
|
|
4960
|
-
"inputCount":
|
|
4961
|
-
"inputs": [
|
|
5868
|
+
"inputCount": 13,
|
|
5869
|
+
"inputs": [
|
|
5870
|
+
"artifact-retention-days",
|
|
5871
|
+
"binary-artifact-digest",
|
|
5872
|
+
"binary-artifact-name",
|
|
5873
|
+
"buildchain-repository",
|
|
5874
|
+
"materialize",
|
|
5875
|
+
"materialize-base-ref",
|
|
5876
|
+
"media-profile",
|
|
5877
|
+
"render-failure-advisory",
|
|
5878
|
+
"render-media",
|
|
5879
|
+
"renderer-image",
|
|
5880
|
+
"scenario-path",
|
|
5881
|
+
"source-ref",
|
|
5882
|
+
"universal-request-json"
|
|
5883
|
+
],
|
|
4962
5884
|
"reverseAuditSource": ".github/workflows"
|
|
4963
5885
|
},
|
|
4964
5886
|
{
|
|
4965
|
-
"id": "workflow:
|
|
4966
|
-
"name": "workflow:
|
|
5887
|
+
"id": "workflow:public-build-publication",
|
|
5888
|
+
"name": "workflow:public-build-publication",
|
|
4967
5889
|
"kind": "workflow",
|
|
4968
|
-
"sourcePath": ".github/workflows/
|
|
4969
|
-
"evidencePath": ".github/workflows/
|
|
5890
|
+
"sourcePath": ".github/workflows/public-build-publication.yml",
|
|
5891
|
+
"evidencePath": ".github/workflows/public-build-publication.yml",
|
|
4970
5892
|
"availability": "shipped",
|
|
4971
5893
|
"visibility": "public",
|
|
4972
5894
|
"participantFacing": true,
|
|
4973
5895
|
"public": true,
|
|
4974
|
-
"inputCount":
|
|
4975
|
-
"inputs": [
|
|
5896
|
+
"inputCount": 24,
|
|
5897
|
+
"inputs": [
|
|
5898
|
+
"artifact-name",
|
|
5899
|
+
"artifact-paths",
|
|
5900
|
+
"artifact-retention-days",
|
|
5901
|
+
"build-command",
|
|
5902
|
+
"buildchain-alpha-contract-lock-path",
|
|
5903
|
+
"buildchain-contract-compatibility-policy",
|
|
5904
|
+
"buildchain-contract-drift-issue-mode",
|
|
5905
|
+
"buildchain-contract-lock-path",
|
|
5906
|
+
"buildchain-ref",
|
|
5907
|
+
"buildchain-repository",
|
|
5908
|
+
"buildchain-stable-contract-lock-path",
|
|
5909
|
+
"node-version",
|
|
5910
|
+
"package-name",
|
|
5911
|
+
"prepare-paper-package",
|
|
5912
|
+
"publish-dist-tag",
|
|
5913
|
+
"setup-node",
|
|
5914
|
+
"target-ref",
|
|
5915
|
+
"toolchain-command",
|
|
5916
|
+
"toolchain-digest",
|
|
5917
|
+
"toolchain-image",
|
|
5918
|
+
"toolchain-type",
|
|
5919
|
+
"universal-request-json",
|
|
5920
|
+
"verify-command",
|
|
5921
|
+
"working-directory"
|
|
5922
|
+
],
|
|
4976
5923
|
"reverseAuditSource": ".github/workflows"
|
|
4977
5924
|
},
|
|
4978
5925
|
{
|
|
4979
|
-
"id": "workflow:
|
|
4980
|
-
"name": "workflow:
|
|
5926
|
+
"id": "workflow:public-build-stage-capsule-canary",
|
|
5927
|
+
"name": "workflow:public-build-stage-capsule-canary",
|
|
4981
5928
|
"kind": "workflow",
|
|
4982
|
-
"sourcePath": ".github/workflows/
|
|
4983
|
-
"evidencePath": ".github/workflows/
|
|
5929
|
+
"sourcePath": ".github/workflows/public-build-stage-capsule-canary.yml",
|
|
5930
|
+
"evidencePath": ".github/workflows/public-build-stage-capsule-canary.yml",
|
|
4984
5931
|
"availability": "shipped",
|
|
4985
5932
|
"visibility": "public",
|
|
4986
5933
|
"participantFacing": true,
|
|
4987
5934
|
"public": true,
|
|
4988
|
-
"inputCount":
|
|
5935
|
+
"inputCount": 7,
|
|
4989
5936
|
"inputs": [
|
|
4990
|
-
"
|
|
4991
|
-
"
|
|
4992
|
-
"
|
|
5937
|
+
"build-artifact-path",
|
|
5938
|
+
"consumer",
|
|
5939
|
+
"go-version",
|
|
5940
|
+
"install-artifact-path",
|
|
4993
5941
|
"node-version",
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"source-proof-dependency-paths-json",
|
|
4997
|
-
"source-proof-policy-paths-json",
|
|
4998
|
-
"source-proof-required-contexts-json",
|
|
4999
|
-
"source-proof-reuse",
|
|
5000
|
-
"upload-artifacts",
|
|
5001
|
-
"working-directory"
|
|
5942
|
+
"universal-request-json",
|
|
5943
|
+
"verify-artifact-path"
|
|
5002
5944
|
],
|
|
5003
5945
|
"reverseAuditSource": ".github/workflows"
|
|
5004
5946
|
},
|
|
5005
5947
|
{
|
|
5006
|
-
"id": "workflow:
|
|
5007
|
-
"name": "workflow:
|
|
5948
|
+
"id": "workflow:public-ops-alpha-candidate-patrol",
|
|
5949
|
+
"name": "workflow:public-ops-alpha-candidate-patrol",
|
|
5008
5950
|
"kind": "workflow",
|
|
5009
|
-
"sourcePath": ".github/workflows/
|
|
5010
|
-
"evidencePath": ".github/workflows/
|
|
5951
|
+
"sourcePath": ".github/workflows/public-ops-alpha-candidate-patrol.yml",
|
|
5952
|
+
"evidencePath": ".github/workflows/public-ops-alpha-candidate-patrol.yml",
|
|
5011
5953
|
"availability": "shipped",
|
|
5012
5954
|
"visibility": "public",
|
|
5013
5955
|
"participantFacing": true,
|
|
5014
5956
|
"public": true,
|
|
5015
|
-
"inputCount":
|
|
5957
|
+
"inputCount": 16,
|
|
5016
5958
|
"inputs": [
|
|
5017
5959
|
"alpha-workflow-path",
|
|
5018
5960
|
"auto-merge",
|
|
@@ -5028,90 +5970,54 @@
|
|
|
5028
5970
|
"reactivation-authorized",
|
|
5029
5971
|
"settlement-authorized",
|
|
5030
5972
|
"source-branch",
|
|
5031
|
-
"target-branch"
|
|
5973
|
+
"target-branch",
|
|
5974
|
+
"universal-request-json"
|
|
5032
5975
|
],
|
|
5033
5976
|
"reverseAuditSource": ".github/workflows"
|
|
5034
5977
|
},
|
|
5035
5978
|
{
|
|
5036
|
-
"id": "workflow:
|
|
5037
|
-
"name": "workflow:
|
|
5979
|
+
"id": "workflow:public-ops-bootstrap-recovery",
|
|
5980
|
+
"name": "workflow:public-ops-bootstrap-recovery",
|
|
5038
5981
|
"kind": "workflow",
|
|
5039
|
-
"sourcePath": ".github/workflows/
|
|
5040
|
-
"evidencePath": ".github/workflows/
|
|
5982
|
+
"sourcePath": ".github/workflows/public-ops-bootstrap-recovery.yml",
|
|
5983
|
+
"evidencePath": ".github/workflows/public-ops-bootstrap-recovery.yml",
|
|
5041
5984
|
"availability": "shipped",
|
|
5042
5985
|
"visibility": "public",
|
|
5043
5986
|
"participantFacing": true,
|
|
5044
5987
|
"public": true,
|
|
5045
|
-
"inputCount":
|
|
5988
|
+
"inputCount": 1,
|
|
5046
5989
|
"inputs": [
|
|
5047
|
-
"
|
|
5048
|
-
"buildchain-repository",
|
|
5049
|
-
"event-action",
|
|
5050
|
-
"expected-candidate-id",
|
|
5051
|
-
"expected-old-state-root",
|
|
5052
|
-
"expected-pr-number",
|
|
5053
|
-
"expected-source-head-sha",
|
|
5054
|
-
"observed-source-head-sha",
|
|
5055
|
-
"outcome",
|
|
5056
|
-
"reason",
|
|
5057
|
-
"target-branch",
|
|
5058
|
-
"terminal-evidence-root"
|
|
5990
|
+
"request-json"
|
|
5059
5991
|
],
|
|
5060
5992
|
"reverseAuditSource": ".github/workflows"
|
|
5061
5993
|
},
|
|
5062
5994
|
{
|
|
5063
|
-
"id": "workflow:
|
|
5064
|
-
"name": "workflow:
|
|
5995
|
+
"id": "workflow:public-ops-bootstrap",
|
|
5996
|
+
"name": "workflow:public-ops-bootstrap",
|
|
5065
5997
|
"kind": "workflow",
|
|
5066
|
-
"sourcePath": ".github/workflows/
|
|
5067
|
-
"evidencePath": ".github/workflows/
|
|
5998
|
+
"sourcePath": ".github/workflows/public-ops-bootstrap.yml",
|
|
5999
|
+
"evidencePath": ".github/workflows/public-ops-bootstrap.yml",
|
|
5068
6000
|
"availability": "shipped",
|
|
5069
6001
|
"visibility": "public",
|
|
5070
6002
|
"participantFacing": true,
|
|
5071
6003
|
"public": true,
|
|
5072
|
-
"inputCount":
|
|
6004
|
+
"inputCount": 1,
|
|
5073
6005
|
"inputs": [
|
|
5074
|
-
"
|
|
5075
|
-
"buildchain-repository",
|
|
5076
|
-
"current-base-sha",
|
|
5077
|
-
"expected-head-sha",
|
|
5078
|
-
"expected-pr-number",
|
|
5079
|
-
"merge-group-head-sha",
|
|
5080
|
-
"merge-group-tree-sha",
|
|
5081
|
-
"outcome",
|
|
5082
|
-
"reason",
|
|
5083
|
-
"replay-tree-sha",
|
|
5084
|
-
"required-context-roots-json",
|
|
5085
|
-
"target-branch",
|
|
5086
|
-
"terminal-evidence-root"
|
|
6006
|
+
"request-json"
|
|
5087
6007
|
],
|
|
5088
6008
|
"reverseAuditSource": ".github/workflows"
|
|
5089
6009
|
},
|
|
5090
6010
|
{
|
|
5091
|
-
"id": "workflow:dev-merge
|
|
5092
|
-
"name": "workflow:dev-merge
|
|
5093
|
-
"kind": "workflow",
|
|
5094
|
-
"sourcePath": ".github/workflows/dev-merge-queue-governance.yml",
|
|
5095
|
-
"evidencePath": ".github/workflows/dev-merge-queue-governance.yml",
|
|
5096
|
-
"availability": "shipped",
|
|
5097
|
-
"visibility": "public",
|
|
5098
|
-
"participantFacing": true,
|
|
5099
|
-
"public": true,
|
|
5100
|
-
"inputCount": 0,
|
|
5101
|
-
"inputs": [],
|
|
5102
|
-
"reverseAuditSource": ".github/workflows"
|
|
5103
|
-
},
|
|
5104
|
-
{
|
|
5105
|
-
"id": "workflow:dev-pr-auto-merge",
|
|
5106
|
-
"name": "workflow:dev-pr-auto-merge",
|
|
6011
|
+
"id": "workflow:public-ops-dev-auto-merge",
|
|
6012
|
+
"name": "workflow:public-ops-dev-auto-merge",
|
|
5107
6013
|
"kind": "workflow",
|
|
5108
|
-
"sourcePath": ".github/workflows/dev-
|
|
5109
|
-
"evidencePath": ".github/workflows/dev-
|
|
6014
|
+
"sourcePath": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
6015
|
+
"evidencePath": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
5110
6016
|
"availability": "shipped",
|
|
5111
6017
|
"visibility": "public",
|
|
5112
6018
|
"participantFacing": true,
|
|
5113
6019
|
"public": true,
|
|
5114
|
-
"inputCount":
|
|
6020
|
+
"inputCount": 45,
|
|
5115
6021
|
"inputs": [
|
|
5116
6022
|
"active-lease-context",
|
|
5117
6023
|
"affected-paths-json",
|
|
@@ -5156,21 +6062,22 @@
|
|
|
5156
6062
|
"source-workflow-run-id",
|
|
5157
6063
|
"target-branch",
|
|
5158
6064
|
"toolchain-root",
|
|
6065
|
+
"universal-request-json",
|
|
5159
6066
|
"warrant-lease-seconds"
|
|
5160
6067
|
],
|
|
5161
6068
|
"reverseAuditSource": ".github/workflows"
|
|
5162
6069
|
},
|
|
5163
6070
|
{
|
|
5164
|
-
"id": "workflow:dev-qualification-patrol",
|
|
5165
|
-
"name": "workflow:dev-qualification-patrol",
|
|
6071
|
+
"id": "workflow:public-ops-dev-qualification-patrol",
|
|
6072
|
+
"name": "workflow:public-ops-dev-qualification-patrol",
|
|
5166
6073
|
"kind": "workflow",
|
|
5167
|
-
"sourcePath": ".github/workflows/dev-qualification-patrol.yml",
|
|
5168
|
-
"evidencePath": ".github/workflows/dev-qualification-patrol.yml",
|
|
6074
|
+
"sourcePath": ".github/workflows/public-ops-dev-qualification-patrol.yml",
|
|
6075
|
+
"evidencePath": ".github/workflows/public-ops-dev-qualification-patrol.yml",
|
|
5169
6076
|
"availability": "shipped",
|
|
5170
6077
|
"visibility": "public",
|
|
5171
6078
|
"participantFacing": true,
|
|
5172
6079
|
"public": true,
|
|
5173
|
-
"inputCount":
|
|
6080
|
+
"inputCount": 11,
|
|
5174
6081
|
"inputs": [
|
|
5175
6082
|
"buildchain-ref",
|
|
5176
6083
|
"buildchain-repository",
|
|
@@ -5181,92 +6088,310 @@
|
|
|
5181
6088
|
"mutation-authorized",
|
|
5182
6089
|
"preflight-workflow-path",
|
|
5183
6090
|
"priority-workflows-json",
|
|
5184
|
-
"source-branch"
|
|
6091
|
+
"source-branch",
|
|
6092
|
+
"universal-request-json"
|
|
6093
|
+
],
|
|
6094
|
+
"reverseAuditSource": ".github/workflows"
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"id": "workflow:public-ops-housekeeping",
|
|
6098
|
+
"name": "workflow:public-ops-housekeeping",
|
|
6099
|
+
"kind": "workflow",
|
|
6100
|
+
"sourcePath": ".github/workflows/public-ops-housekeeping.yml",
|
|
6101
|
+
"evidencePath": ".github/workflows/public-ops-housekeeping.yml",
|
|
6102
|
+
"availability": "shipped",
|
|
6103
|
+
"visibility": "public",
|
|
6104
|
+
"participantFacing": true,
|
|
6105
|
+
"public": true,
|
|
6106
|
+
"inputCount": 15,
|
|
6107
|
+
"inputs": [
|
|
6108
|
+
"apply-enabled",
|
|
6109
|
+
"artifact-prefix",
|
|
6110
|
+
"artifact-retention-days",
|
|
6111
|
+
"buildchain-ref",
|
|
6112
|
+
"buildchain-repository",
|
|
6113
|
+
"max-actions",
|
|
6114
|
+
"mode",
|
|
6115
|
+
"protected-patterns",
|
|
6116
|
+
"repository",
|
|
6117
|
+
"retained-patterns",
|
|
6118
|
+
"stale-days",
|
|
6119
|
+
"stale-pull-request-label",
|
|
6120
|
+
"target-branch",
|
|
6121
|
+
"temporary-branch-patterns",
|
|
6122
|
+
"universal-request-json"
|
|
6123
|
+
],
|
|
6124
|
+
"reverseAuditSource": ".github/workflows"
|
|
6125
|
+
},
|
|
6126
|
+
{
|
|
6127
|
+
"id": "workflow:public-ops-observed-evidence",
|
|
6128
|
+
"name": "workflow:public-ops-observed-evidence",
|
|
6129
|
+
"kind": "workflow",
|
|
6130
|
+
"sourcePath": ".github/workflows/public-ops-observed-evidence.yml",
|
|
6131
|
+
"evidencePath": ".github/workflows/public-ops-observed-evidence.yml",
|
|
6132
|
+
"availability": "shipped",
|
|
6133
|
+
"visibility": "public",
|
|
6134
|
+
"participantFacing": true,
|
|
6135
|
+
"public": true,
|
|
6136
|
+
"inputCount": 13,
|
|
6137
|
+
"inputs": [
|
|
6138
|
+
"artifact-path",
|
|
6139
|
+
"build-command",
|
|
6140
|
+
"buildchain-ref",
|
|
6141
|
+
"cloudfront-distribution",
|
|
6142
|
+
"evidence-source-path",
|
|
6143
|
+
"evidence-source-ref",
|
|
6144
|
+
"evidence-source-repository",
|
|
6145
|
+
"manifest-path",
|
|
6146
|
+
"production-aws-role-arn",
|
|
6147
|
+
"production-bucket",
|
|
6148
|
+
"production-environment",
|
|
6149
|
+
"universal-request-json",
|
|
6150
|
+
"verify-command"
|
|
6151
|
+
],
|
|
6152
|
+
"reverseAuditSource": ".github/workflows"
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"id": "workflow:public-ops-patrol-daily",
|
|
6156
|
+
"name": "workflow:public-ops-patrol-daily",
|
|
6157
|
+
"kind": "workflow",
|
|
6158
|
+
"sourcePath": ".github/workflows/public-ops-patrol-daily.yml",
|
|
6159
|
+
"evidencePath": ".github/workflows/public-ops-patrol-daily.yml",
|
|
6160
|
+
"availability": "shipped",
|
|
6161
|
+
"visibility": "public",
|
|
6162
|
+
"participantFacing": true,
|
|
6163
|
+
"public": true,
|
|
6164
|
+
"inputCount": 14,
|
|
6165
|
+
"inputs": [
|
|
6166
|
+
"allowed-head-prefixes",
|
|
6167
|
+
"block-labels",
|
|
6168
|
+
"buildchain-ref",
|
|
6169
|
+
"buildchain-repository",
|
|
6170
|
+
"dry-run",
|
|
6171
|
+
"landing-mode",
|
|
6172
|
+
"max-actions",
|
|
6173
|
+
"merge-method",
|
|
6174
|
+
"ready-label",
|
|
6175
|
+
"require-approval",
|
|
6176
|
+
"required-status-checks",
|
|
6177
|
+
"same-repository-only",
|
|
6178
|
+
"target-branch",
|
|
6179
|
+
"universal-request-json"
|
|
6180
|
+
],
|
|
6181
|
+
"reverseAuditSource": ".github/workflows"
|
|
6182
|
+
},
|
|
6183
|
+
{
|
|
6184
|
+
"id": "workflow:public-ops-patrol-monthly",
|
|
6185
|
+
"name": "workflow:public-ops-patrol-monthly",
|
|
6186
|
+
"kind": "workflow",
|
|
6187
|
+
"sourcePath": ".github/workflows/public-ops-patrol-monthly.yml",
|
|
6188
|
+
"evidencePath": ".github/workflows/public-ops-patrol-monthly.yml",
|
|
6189
|
+
"availability": "shipped",
|
|
6190
|
+
"visibility": "public",
|
|
6191
|
+
"participantFacing": true,
|
|
6192
|
+
"public": true,
|
|
6193
|
+
"inputCount": 5,
|
|
6194
|
+
"inputs": [
|
|
6195
|
+
"buildchain-ref",
|
|
6196
|
+
"buildchain-repository",
|
|
6197
|
+
"dry-run",
|
|
6198
|
+
"target-branch",
|
|
6199
|
+
"universal-request-json"
|
|
6200
|
+
],
|
|
6201
|
+
"reverseAuditSource": ".github/workflows"
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"id": "workflow:public-ops-patrol-weekly",
|
|
6205
|
+
"name": "workflow:public-ops-patrol-weekly",
|
|
6206
|
+
"kind": "workflow",
|
|
6207
|
+
"sourcePath": ".github/workflows/public-ops-patrol-weekly.yml",
|
|
6208
|
+
"evidencePath": ".github/workflows/public-ops-patrol-weekly.yml",
|
|
6209
|
+
"availability": "shipped",
|
|
6210
|
+
"visibility": "public",
|
|
6211
|
+
"participantFacing": true,
|
|
6212
|
+
"public": true,
|
|
6213
|
+
"inputCount": 5,
|
|
6214
|
+
"inputs": [
|
|
6215
|
+
"buildchain-ref",
|
|
6216
|
+
"buildchain-repository",
|
|
6217
|
+
"dry-run",
|
|
6218
|
+
"target-branch",
|
|
6219
|
+
"universal-request-json"
|
|
6220
|
+
],
|
|
6221
|
+
"reverseAuditSource": ".github/workflows"
|
|
6222
|
+
},
|
|
6223
|
+
{
|
|
6224
|
+
"id": "workflow:public-ops-patrol",
|
|
6225
|
+
"name": "workflow:public-ops-patrol",
|
|
6226
|
+
"kind": "workflow",
|
|
6227
|
+
"sourcePath": ".github/workflows/public-ops-patrol.yml",
|
|
6228
|
+
"evidencePath": ".github/workflows/public-ops-patrol.yml",
|
|
6229
|
+
"availability": "shipped",
|
|
6230
|
+
"visibility": "public",
|
|
6231
|
+
"participantFacing": true,
|
|
6232
|
+
"public": true,
|
|
6233
|
+
"inputCount": 17,
|
|
6234
|
+
"inputs": [
|
|
6235
|
+
"allowed-head-prefixes",
|
|
6236
|
+
"block-labels",
|
|
6237
|
+
"buildchain-ref",
|
|
6238
|
+
"buildchain-repository",
|
|
6239
|
+
"cadence",
|
|
6240
|
+
"capabilities",
|
|
6241
|
+
"dry-run",
|
|
6242
|
+
"landing-mode",
|
|
6243
|
+
"max-actions",
|
|
6244
|
+
"merge-method",
|
|
6245
|
+
"mode",
|
|
6246
|
+
"ready-label",
|
|
6247
|
+
"require-approval",
|
|
6248
|
+
"required-status-checks",
|
|
6249
|
+
"same-repository-only",
|
|
6250
|
+
"target-branch",
|
|
6251
|
+
"universal-request-json"
|
|
6252
|
+
],
|
|
6253
|
+
"reverseAuditSource": ".github/workflows"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"id": "workflow:public-ops-release-governance",
|
|
6257
|
+
"name": "workflow:public-ops-release-governance",
|
|
6258
|
+
"kind": "workflow",
|
|
6259
|
+
"sourcePath": ".github/workflows/public-ops-release-governance.yml",
|
|
6260
|
+
"evidencePath": ".github/workflows/public-ops-release-governance.yml",
|
|
6261
|
+
"availability": "shipped",
|
|
6262
|
+
"visibility": "public",
|
|
6263
|
+
"participantFacing": true,
|
|
6264
|
+
"public": true,
|
|
6265
|
+
"inputCount": 5,
|
|
6266
|
+
"inputs": [
|
|
6267
|
+
"apply",
|
|
6268
|
+
"branch",
|
|
6269
|
+
"buildchain-ref",
|
|
6270
|
+
"candidate-sha",
|
|
6271
|
+
"universal-request-json"
|
|
5185
6272
|
],
|
|
5186
6273
|
"reverseAuditSource": ".github/workflows"
|
|
5187
6274
|
},
|
|
5188
6275
|
{
|
|
5189
|
-
"id": "workflow:
|
|
5190
|
-
"name": "workflow:
|
|
6276
|
+
"id": "workflow:public-ops-stable-candidate-patrol",
|
|
6277
|
+
"name": "workflow:public-ops-stable-candidate-patrol",
|
|
5191
6278
|
"kind": "workflow",
|
|
5192
|
-
"sourcePath": ".github/workflows/
|
|
5193
|
-
"evidencePath": ".github/workflows/
|
|
6279
|
+
"sourcePath": ".github/workflows/public-ops-stable-candidate-patrol.yml",
|
|
6280
|
+
"evidencePath": ".github/workflows/public-ops-stable-candidate-patrol.yml",
|
|
5194
6281
|
"availability": "shipped",
|
|
5195
6282
|
"visibility": "public",
|
|
5196
6283
|
"participantFacing": true,
|
|
5197
6284
|
"public": true,
|
|
5198
|
-
"inputCount":
|
|
5199
|
-
"inputs": [
|
|
6285
|
+
"inputCount": 17,
|
|
6286
|
+
"inputs": [
|
|
6287
|
+
"auto-approve",
|
|
6288
|
+
"auto-merge",
|
|
6289
|
+
"auto-promote",
|
|
6290
|
+
"buildchain-ref",
|
|
6291
|
+
"buildchain-repository",
|
|
6292
|
+
"dry-run",
|
|
6293
|
+
"hold",
|
|
6294
|
+
"hold-reason",
|
|
6295
|
+
"ledger-ref",
|
|
6296
|
+
"merge-method",
|
|
6297
|
+
"minimum-soak-seconds",
|
|
6298
|
+
"release-now",
|
|
6299
|
+
"required-checks",
|
|
6300
|
+
"revoke-reason",
|
|
6301
|
+
"revoked-versions",
|
|
6302
|
+
"target-branch",
|
|
6303
|
+
"universal-request-json"
|
|
6304
|
+
],
|
|
5200
6305
|
"reverseAuditSource": ".github/workflows"
|
|
5201
6306
|
},
|
|
5202
6307
|
{
|
|
5203
|
-
"id": "workflow:
|
|
5204
|
-
"name": "workflow:
|
|
6308
|
+
"id": "workflow:public-ops-tail-reseal",
|
|
6309
|
+
"name": "workflow:public-ops-tail-reseal",
|
|
5205
6310
|
"kind": "workflow",
|
|
5206
|
-
"sourcePath": ".github/workflows/
|
|
5207
|
-
"evidencePath": ".github/workflows/
|
|
6311
|
+
"sourcePath": ".github/workflows/public-ops-tail-reseal.yml",
|
|
6312
|
+
"evidencePath": ".github/workflows/public-ops-tail-reseal.yml",
|
|
5208
6313
|
"availability": "shipped",
|
|
5209
6314
|
"visibility": "public",
|
|
5210
6315
|
"participantFacing": true,
|
|
5211
6316
|
"public": true,
|
|
5212
|
-
"inputCount":
|
|
5213
|
-
"inputs": [
|
|
6317
|
+
"inputCount": 5,
|
|
6318
|
+
"inputs": [
|
|
6319
|
+
"artifact-retention-days",
|
|
6320
|
+
"consumer-policy-receipt-json",
|
|
6321
|
+
"macos-finalization-command",
|
|
6322
|
+
"request-json",
|
|
6323
|
+
"universal-request-json"
|
|
6324
|
+
],
|
|
5214
6325
|
"reverseAuditSource": ".github/workflows"
|
|
5215
6326
|
},
|
|
5216
6327
|
{
|
|
5217
|
-
"id": "workflow:
|
|
5218
|
-
"name": "workflow:
|
|
6328
|
+
"id": "workflow:public-ops-warrant-cancel",
|
|
6329
|
+
"name": "workflow:public-ops-warrant-cancel",
|
|
5219
6330
|
"kind": "workflow",
|
|
5220
|
-
"sourcePath": ".github/workflows/
|
|
5221
|
-
"evidencePath": ".github/workflows/
|
|
6331
|
+
"sourcePath": ".github/workflows/public-ops-warrant-cancel.yml",
|
|
6332
|
+
"evidencePath": ".github/workflows/public-ops-warrant-cancel.yml",
|
|
5222
6333
|
"availability": "shipped",
|
|
5223
6334
|
"visibility": "public",
|
|
5224
6335
|
"participantFacing": true,
|
|
5225
6336
|
"public": true,
|
|
5226
|
-
"inputCount":
|
|
5227
|
-
"inputs": [
|
|
6337
|
+
"inputCount": 13,
|
|
6338
|
+
"inputs": [
|
|
6339
|
+
"buildchain-ref",
|
|
6340
|
+
"buildchain-repository",
|
|
6341
|
+
"event-action",
|
|
6342
|
+
"expected-candidate-id",
|
|
6343
|
+
"expected-old-state-root",
|
|
6344
|
+
"expected-pr-number",
|
|
6345
|
+
"expected-source-head-sha",
|
|
6346
|
+
"observed-source-head-sha",
|
|
6347
|
+
"outcome",
|
|
6348
|
+
"reason",
|
|
6349
|
+
"target-branch",
|
|
6350
|
+
"terminal-evidence-root",
|
|
6351
|
+
"universal-request-json"
|
|
6352
|
+
],
|
|
5228
6353
|
"reverseAuditSource": ".github/workflows"
|
|
5229
6354
|
},
|
|
5230
6355
|
{
|
|
5231
|
-
"id": "workflow:
|
|
5232
|
-
"name": "workflow:
|
|
6356
|
+
"id": "workflow:public-ops-warrant-close",
|
|
6357
|
+
"name": "workflow:public-ops-warrant-close",
|
|
5233
6358
|
"kind": "workflow",
|
|
5234
|
-
"sourcePath": ".github/workflows/
|
|
5235
|
-
"evidencePath": ".github/workflows/
|
|
6359
|
+
"sourcePath": ".github/workflows/public-ops-warrant-close.yml",
|
|
6360
|
+
"evidencePath": ".github/workflows/public-ops-warrant-close.yml",
|
|
5236
6361
|
"availability": "shipped",
|
|
5237
6362
|
"visibility": "public",
|
|
5238
6363
|
"participantFacing": true,
|
|
5239
6364
|
"public": true,
|
|
5240
6365
|
"inputCount": 14,
|
|
5241
6366
|
"inputs": [
|
|
5242
|
-
"apply-enabled",
|
|
5243
|
-
"artifact-prefix",
|
|
5244
|
-
"artifact-retention-days",
|
|
5245
6367
|
"buildchain-ref",
|
|
5246
6368
|
"buildchain-repository",
|
|
5247
|
-
"
|
|
5248
|
-
"
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
"
|
|
5252
|
-
"
|
|
5253
|
-
"
|
|
6369
|
+
"current-base-sha",
|
|
6370
|
+
"expected-head-sha",
|
|
6371
|
+
"expected-pr-number",
|
|
6372
|
+
"merge-group-head-sha",
|
|
6373
|
+
"merge-group-tree-sha",
|
|
6374
|
+
"outcome",
|
|
6375
|
+
"reason",
|
|
6376
|
+
"replay-tree-sha",
|
|
6377
|
+
"required-context-roots-json",
|
|
5254
6378
|
"target-branch",
|
|
5255
|
-
"
|
|
6379
|
+
"terminal-evidence-root",
|
|
6380
|
+
"universal-request-json"
|
|
5256
6381
|
],
|
|
5257
6382
|
"reverseAuditSource": ".github/workflows"
|
|
5258
6383
|
},
|
|
5259
6384
|
{
|
|
5260
|
-
"id": "workflow:
|
|
5261
|
-
"name": "workflow:
|
|
6385
|
+
"id": "workflow:public-release-artifact-attestation",
|
|
6386
|
+
"name": "workflow:public-release-artifact-attestation",
|
|
5262
6387
|
"kind": "workflow",
|
|
5263
|
-
"sourcePath": ".github/workflows/
|
|
5264
|
-
"evidencePath": ".github/workflows/
|
|
6388
|
+
"sourcePath": ".github/workflows/public-release-artifact-attestation.yml",
|
|
6389
|
+
"evidencePath": ".github/workflows/public-release-artifact-attestation.yml",
|
|
5265
6390
|
"availability": "shipped",
|
|
5266
6391
|
"visibility": "public",
|
|
5267
6392
|
"participantFacing": true,
|
|
5268
6393
|
"public": true,
|
|
5269
|
-
"inputCount":
|
|
6394
|
+
"inputCount": 14,
|
|
5270
6395
|
"inputs": [
|
|
5271
6396
|
"buildchain-ref",
|
|
5272
6397
|
"environment",
|
|
@@ -5280,49 +6405,22 @@
|
|
|
5280
6405
|
"retention-days",
|
|
5281
6406
|
"source-sha",
|
|
5282
6407
|
"subject-artifact-name",
|
|
5283
|
-
"subject-relative-path"
|
|
6408
|
+
"subject-relative-path",
|
|
6409
|
+
"universal-request-json"
|
|
5284
6410
|
],
|
|
5285
6411
|
"reverseAuditSource": ".github/workflows"
|
|
5286
6412
|
},
|
|
5287
6413
|
{
|
|
5288
|
-
"id": "workflow:
|
|
5289
|
-
"name": "workflow:
|
|
5290
|
-
"kind": "workflow",
|
|
5291
|
-
"sourcePath": ".github/workflows/github-governance-audit.yml",
|
|
5292
|
-
"evidencePath": ".github/workflows/github-governance-audit.yml",
|
|
5293
|
-
"availability": "shipped",
|
|
5294
|
-
"visibility": "public",
|
|
5295
|
-
"participantFacing": true,
|
|
5296
|
-
"public": true,
|
|
5297
|
-
"inputCount": 0,
|
|
5298
|
-
"inputs": [],
|
|
5299
|
-
"reverseAuditSource": ".github/workflows"
|
|
5300
|
-
},
|
|
5301
|
-
{
|
|
5302
|
-
"id": "workflow:npm-publish",
|
|
5303
|
-
"name": "workflow:npm-publish",
|
|
5304
|
-
"kind": "workflow",
|
|
5305
|
-
"sourcePath": ".github/workflows/npm-publish.yml",
|
|
5306
|
-
"evidencePath": ".github/workflows/npm-publish.yml",
|
|
5307
|
-
"availability": "shipped",
|
|
5308
|
-
"visibility": "public",
|
|
5309
|
-
"participantFacing": true,
|
|
5310
|
-
"public": true,
|
|
5311
|
-
"inputCount": 0,
|
|
5312
|
-
"inputs": [],
|
|
5313
|
-
"reverseAuditSource": ".github/workflows"
|
|
5314
|
-
},
|
|
5315
|
-
{
|
|
5316
|
-
"id": "workflow:paper-release-sealed",
|
|
5317
|
-
"name": "workflow:paper-release-sealed",
|
|
6414
|
+
"id": "workflow:public-release-paper-sealed",
|
|
6415
|
+
"name": "workflow:public-release-paper-sealed",
|
|
5318
6416
|
"kind": "workflow",
|
|
5319
|
-
"sourcePath": ".github/workflows/
|
|
5320
|
-
"evidencePath": ".github/workflows/
|
|
6417
|
+
"sourcePath": ".github/workflows/public-release-paper-sealed.yml",
|
|
6418
|
+
"evidencePath": ".github/workflows/public-release-paper-sealed.yml",
|
|
5321
6419
|
"availability": "shipped",
|
|
5322
6420
|
"visibility": "public",
|
|
5323
6421
|
"participantFacing": true,
|
|
5324
6422
|
"public": true,
|
|
5325
|
-
"inputCount":
|
|
6423
|
+
"inputCount": 27,
|
|
5326
6424
|
"inputs": [
|
|
5327
6425
|
"artifact-name",
|
|
5328
6426
|
"artifact-paths",
|
|
@@ -5348,22 +6446,23 @@
|
|
|
5348
6446
|
"target-ref",
|
|
5349
6447
|
"target-sha",
|
|
5350
6448
|
"toolchain-type",
|
|
6449
|
+
"universal-request-json",
|
|
5351
6450
|
"verify-command",
|
|
5352
6451
|
"working-directory"
|
|
5353
6452
|
],
|
|
5354
6453
|
"reverseAuditSource": ".github/workflows"
|
|
5355
6454
|
},
|
|
5356
6455
|
{
|
|
5357
|
-
"id": "workflow:
|
|
5358
|
-
"name": "workflow:
|
|
6456
|
+
"id": "workflow:public-release-paper",
|
|
6457
|
+
"name": "workflow:public-release-paper",
|
|
5359
6458
|
"kind": "workflow",
|
|
5360
|
-
"sourcePath": ".github/workflows/
|
|
5361
|
-
"evidencePath": ".github/workflows/
|
|
6459
|
+
"sourcePath": ".github/workflows/public-release-paper.yml",
|
|
6460
|
+
"evidencePath": ".github/workflows/public-release-paper.yml",
|
|
5362
6461
|
"availability": "shipped",
|
|
5363
6462
|
"visibility": "public",
|
|
5364
6463
|
"participantFacing": true,
|
|
5365
6464
|
"public": true,
|
|
5366
|
-
"inputCount":
|
|
6465
|
+
"inputCount": 39,
|
|
5367
6466
|
"inputs": [
|
|
5368
6467
|
"artifact-name",
|
|
5369
6468
|
"artifact-retention-days",
|
|
@@ -5401,101 +6500,269 @@
|
|
|
5401
6500
|
"toolchain-digest",
|
|
5402
6501
|
"toolchain-image",
|
|
5403
6502
|
"toolchain-type",
|
|
6503
|
+
"universal-request-json",
|
|
5404
6504
|
"verify-command",
|
|
5405
6505
|
"working-directory"
|
|
5406
6506
|
],
|
|
5407
6507
|
"reverseAuditSource": ".github/workflows"
|
|
5408
6508
|
},
|
|
5409
6509
|
{
|
|
5410
|
-
"id": "workflow:
|
|
5411
|
-
"name": "workflow:
|
|
6510
|
+
"id": "workflow:public-release-promote",
|
|
6511
|
+
"name": "workflow:public-release-promote",
|
|
5412
6512
|
"kind": "workflow",
|
|
5413
|
-
"sourcePath": ".github/workflows/
|
|
5414
|
-
"evidencePath": ".github/workflows/
|
|
6513
|
+
"sourcePath": ".github/workflows/public-release-promote.yml",
|
|
6514
|
+
"evidencePath": ".github/workflows/public-release-promote.yml",
|
|
5415
6515
|
"availability": "shipped",
|
|
5416
6516
|
"visibility": "public",
|
|
5417
6517
|
"participantFacing": true,
|
|
5418
6518
|
"public": true,
|
|
5419
|
-
"inputCount":
|
|
6519
|
+
"inputCount": 107,
|
|
5420
6520
|
"inputs": [
|
|
5421
|
-
"
|
|
5422
|
-
"
|
|
6521
|
+
"allow-repository",
|
|
6522
|
+
"artifact-name",
|
|
6523
|
+
"artifact-patterns",
|
|
6524
|
+
"branch-protection-bypass-apps",
|
|
6525
|
+
"branch-protection-bypass-teams",
|
|
6526
|
+
"branch-protection-bypass-users",
|
|
6527
|
+
"buildchain-alpha-contract-lock-path",
|
|
6528
|
+
"buildchain-channel",
|
|
6529
|
+
"buildchain-contract-compatibility-policy",
|
|
6530
|
+
"buildchain-contract-drift-issue-mode",
|
|
6531
|
+
"buildchain-contract-lock-path",
|
|
6532
|
+
"buildchain-ref",
|
|
6533
|
+
"buildchain-repository",
|
|
6534
|
+
"buildchain-stable-contract-lock-path",
|
|
6535
|
+
"channel",
|
|
6536
|
+
"declarative-release-tail",
|
|
6537
|
+
"dry-run",
|
|
6538
|
+
"github-artifact-attestation-environment",
|
|
6539
|
+
"github-artifact-attestation-policy-json",
|
|
6540
|
+
"github-artifact-attestation-retention-days",
|
|
6541
|
+
"github-governance-receipt-json",
|
|
6542
|
+
"github-release",
|
|
6543
|
+
"github-release-notes",
|
|
6544
|
+
"github-release-payload-patterns",
|
|
6545
|
+
"github-release-title",
|
|
6546
|
+
"package-manager",
|
|
6547
|
+
"provider-failure-after-capability",
|
|
6548
|
+
"publication-admission-json",
|
|
6549
|
+
"publication-auto-admission",
|
|
6550
|
+
"publication-auto-no-gate",
|
|
6551
|
+
"publication-commit-command",
|
|
6552
|
+
"publication-commit-evidence-path",
|
|
6553
|
+
"publication-consumer-predicate-id",
|
|
6554
|
+
"publication-consumer-qualification-command",
|
|
6555
|
+
"publication-consumer-qualification-controller-sha",
|
|
6556
|
+
"publication-control-plane-audit-json",
|
|
6557
|
+
"publication-expected-json",
|
|
6558
|
+
"publication-gate-aggregate-json",
|
|
6559
|
+
"publication-gate-command",
|
|
6560
|
+
"publication-gate-controller-sha",
|
|
6561
|
+
"publication-package-name",
|
|
6562
|
+
"publication-product",
|
|
6563
|
+
"publication-publisher-workflow-path",
|
|
6564
|
+
"publication-runner-provenance-json",
|
|
6565
|
+
"publication-target",
|
|
6566
|
+
"publication-used-nonces-json",
|
|
6567
|
+
"publication-used-qualification-nonces-json",
|
|
6568
|
+
"publish-artifact-kind",
|
|
6569
|
+
"publish-command",
|
|
6570
|
+
"publish-dist-tag",
|
|
6571
|
+
"publish-mode",
|
|
6572
|
+
"publish-package-main",
|
|
6573
|
+
"publish-package-set-order",
|
|
6574
|
+
"publish-rematerialize-on-resume",
|
|
6575
|
+
"publish-required-artifacts-json",
|
|
6576
|
+
"publish-target",
|
|
6577
|
+
"publish-transaction-override",
|
|
6578
|
+
"release-activation-command",
|
|
6579
|
+
"release-activation-receipt-set-path",
|
|
6580
|
+
"release-candidate-family-assignment-id",
|
|
6581
|
+
"release-candidate-family-evidence-required",
|
|
6582
|
+
"release-candidate-family-evidence-root",
|
|
6583
|
+
"release-candidate-family-initiative-id",
|
|
6584
|
+
"release-candidate-wait-seconds",
|
|
6585
|
+
"release-candidate-workflow-file",
|
|
6586
|
+
"release-candidate-workflow-name",
|
|
6587
|
+
"release-passport",
|
|
6588
|
+
"release-passport-adopter-delivery-json",
|
|
6589
|
+
"release-passport-attachment-command",
|
|
6590
|
+
"release-passport-buildchain-self-kfd",
|
|
6591
|
+
"release-passport-evidence-command",
|
|
6592
|
+
"release-passport-evidence-jsons",
|
|
6593
|
+
"release-passport-evidence-path",
|
|
6594
|
+
"release-passport-impact-json",
|
|
6595
|
+
"release-passport-invariant-passport-command",
|
|
6596
|
+
"release-passport-invariant-passport-jsons",
|
|
6597
|
+
"release-passport-kfd-1-witness-jsons",
|
|
6598
|
+
"release-passport-kfd-2-claim-jsons",
|
|
6599
|
+
"release-passport-kfd-3-artifact-verify-command",
|
|
6600
|
+
"release-passport-kfd-3-artifact-witness-jsons",
|
|
6601
|
+
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
6602
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
6603
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
6604
|
+
"release-passport-kfd-product-gate-jsons",
|
|
6605
|
+
"release-passport-kfd-support-matrix-json",
|
|
6606
|
+
"release-passport-output-dir",
|
|
6607
|
+
"release-passport-platform-manifest-paths",
|
|
6608
|
+
"release-passport-product-name",
|
|
6609
|
+
"release-passport-v4-runtime-resume-evidence-json",
|
|
6610
|
+
"release-propagation-config-path",
|
|
6611
|
+
"required-artifact-count",
|
|
6612
|
+
"required-status-check",
|
|
6613
|
+
"resume-buildchain-runtime-sha",
|
|
6614
|
+
"resume-candidate-repository",
|
|
6615
|
+
"resume-candidate-run-id",
|
|
6616
|
+
"resume-expected-candidate-root",
|
|
6617
|
+
"resume-expected-candidate-runtime-sha",
|
|
6618
|
+
"resume-expected-source-tree",
|
|
6619
|
+
"resume-expected-workflow-file",
|
|
6620
|
+
"resume-expected-workflow-name",
|
|
6621
|
+
"resume-transaction-id",
|
|
6622
|
+
"runner-preset",
|
|
6623
|
+
"standalone-binary-distribution",
|
|
6624
|
+
"target-ref",
|
|
6625
|
+
"target-sha",
|
|
6626
|
+
"trusted-publishing",
|
|
6627
|
+
"universal-request-json"
|
|
6628
|
+
],
|
|
6629
|
+
"reverseAuditSource": ".github/workflows"
|
|
6630
|
+
},
|
|
6631
|
+
{
|
|
6632
|
+
"id": "workflow:public-release-propagation",
|
|
6633
|
+
"name": "workflow:public-release-propagation",
|
|
6634
|
+
"kind": "workflow",
|
|
6635
|
+
"sourcePath": ".github/workflows/public-release-propagation.yml",
|
|
6636
|
+
"evidencePath": ".github/workflows/public-release-propagation.yml",
|
|
6637
|
+
"availability": "shipped",
|
|
6638
|
+
"visibility": "public",
|
|
6639
|
+
"participantFacing": true,
|
|
6640
|
+
"public": true,
|
|
6641
|
+
"inputCount": 20,
|
|
6642
|
+
"inputs": [
|
|
6643
|
+
"agent-work-context-json",
|
|
6644
|
+
"agent-work-mode",
|
|
5423
6645
|
"buildchain-ref",
|
|
5424
6646
|
"buildchain-repository",
|
|
6647
|
+
"downstream-base-ref",
|
|
6648
|
+
"downstream-branch",
|
|
6649
|
+
"downstream-prepare-command",
|
|
6650
|
+
"downstream-repository",
|
|
6651
|
+
"downstream-target",
|
|
6652
|
+
"downstream-update-command",
|
|
6653
|
+
"downstream-verify-command",
|
|
5425
6654
|
"dry-run",
|
|
5426
|
-
"
|
|
5427
|
-
"
|
|
5428
|
-
"
|
|
5429
|
-
"
|
|
5430
|
-
"
|
|
5431
|
-
"
|
|
5432
|
-
"
|
|
5433
|
-
"
|
|
6655
|
+
"graph-json",
|
|
6656
|
+
"lock-path",
|
|
6657
|
+
"pr-body",
|
|
6658
|
+
"pr-title",
|
|
6659
|
+
"refresh-managed-readme-badges",
|
|
6660
|
+
"source-node",
|
|
6661
|
+
"universal-request-json",
|
|
6662
|
+
"upstream-release-json"
|
|
5434
6663
|
],
|
|
5435
6664
|
"reverseAuditSource": ".github/workflows"
|
|
5436
6665
|
},
|
|
5437
6666
|
{
|
|
5438
|
-
"id": "workflow:
|
|
5439
|
-
"name": "workflow:
|
|
6667
|
+
"id": "workflow:public-release-signing-authority",
|
|
6668
|
+
"name": "workflow:public-release-signing-authority",
|
|
5440
6669
|
"kind": "workflow",
|
|
5441
|
-
"sourcePath": ".github/workflows/
|
|
5442
|
-
"evidencePath": ".github/workflows/
|
|
6670
|
+
"sourcePath": ".github/workflows/public-release-signing-authority.yml",
|
|
6671
|
+
"evidencePath": ".github/workflows/public-release-signing-authority.yml",
|
|
5443
6672
|
"availability": "shipped",
|
|
5444
6673
|
"visibility": "public",
|
|
5445
6674
|
"participantFacing": true,
|
|
5446
6675
|
"public": true,
|
|
5447
|
-
"inputCount":
|
|
5448
|
-
"inputs": [
|
|
5449
|
-
"buildchain-ref",
|
|
5450
|
-
"buildchain-repository",
|
|
5451
|
-
"dry-run",
|
|
5452
|
-
"target-branch"
|
|
5453
|
-
],
|
|
6676
|
+
"inputCount": 0,
|
|
6677
|
+
"inputs": [],
|
|
5454
6678
|
"reverseAuditSource": ".github/workflows"
|
|
5455
6679
|
},
|
|
5456
6680
|
{
|
|
5457
|
-
"id": "workflow:
|
|
5458
|
-
"name": "workflow:
|
|
6681
|
+
"id": "workflow:public-release-tail",
|
|
6682
|
+
"name": "workflow:public-release-tail",
|
|
5459
6683
|
"kind": "workflow",
|
|
5460
|
-
"sourcePath": ".github/workflows/
|
|
5461
|
-
"evidencePath": ".github/workflows/
|
|
6684
|
+
"sourcePath": ".github/workflows/public-release-tail.yml",
|
|
6685
|
+
"evidencePath": ".github/workflows/public-release-tail.yml",
|
|
5462
6686
|
"availability": "shipped",
|
|
5463
6687
|
"visibility": "public",
|
|
5464
6688
|
"participantFacing": true,
|
|
5465
6689
|
"public": true,
|
|
5466
|
-
"inputCount":
|
|
6690
|
+
"inputCount": 15,
|
|
5467
6691
|
"inputs": [
|
|
5468
|
-
"artifact-path",
|
|
5469
|
-
"build-command",
|
|
5470
6692
|
"buildchain-ref",
|
|
5471
|
-
"
|
|
5472
|
-
"
|
|
5473
|
-
"
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
5476
|
-
"
|
|
5477
|
-
"
|
|
5478
|
-
"
|
|
5479
|
-
"
|
|
6693
|
+
"candidate-root",
|
|
6694
|
+
"capsule-contract",
|
|
6695
|
+
"capsule-path",
|
|
6696
|
+
"capsule-root",
|
|
6697
|
+
"declaration-path",
|
|
6698
|
+
"evidence-path",
|
|
6699
|
+
"execute",
|
|
6700
|
+
"provider-bindings-path",
|
|
6701
|
+
"rehearsal-authority-path",
|
|
6702
|
+
"rehearsal-capsule-path",
|
|
6703
|
+
"rehearsal-evidence-path",
|
|
6704
|
+
"rehearsal-mode",
|
|
6705
|
+
"state-path",
|
|
6706
|
+
"universal-request-json"
|
|
5480
6707
|
],
|
|
5481
6708
|
"reverseAuditSource": ".github/workflows"
|
|
5482
6709
|
},
|
|
5483
6710
|
{
|
|
5484
|
-
"id": "workflow:
|
|
5485
|
-
"name": "workflow:
|
|
6711
|
+
"id": "workflow:public-release-web",
|
|
6712
|
+
"name": "workflow:public-release-web",
|
|
5486
6713
|
"kind": "workflow",
|
|
5487
|
-
"sourcePath": ".github/workflows/
|
|
5488
|
-
"evidencePath": ".github/workflows/
|
|
6714
|
+
"sourcePath": ".github/workflows/public-release-web.yml",
|
|
6715
|
+
"evidencePath": ".github/workflows/public-release-web.yml",
|
|
5489
6716
|
"availability": "shipped",
|
|
5490
6717
|
"visibility": "public",
|
|
5491
6718
|
"participantFacing": true,
|
|
5492
6719
|
"public": true,
|
|
5493
|
-
"inputCount":
|
|
6720
|
+
"inputCount": 44,
|
|
5494
6721
|
"inputs": [
|
|
6722
|
+
"artifact-path",
|
|
6723
|
+
"aws-region",
|
|
6724
|
+
"build-command",
|
|
6725
|
+
"buildchain-contract-compatibility-policy",
|
|
6726
|
+
"buildchain-contract-drift-issue-mode",
|
|
6727
|
+
"buildchain-contract-expected-channel",
|
|
6728
|
+
"buildchain-contract-expected-major",
|
|
6729
|
+
"buildchain-contract-lock-path",
|
|
5495
6730
|
"buildchain-ref",
|
|
5496
6731
|
"buildchain-repository",
|
|
5497
|
-
"
|
|
5498
|
-
"
|
|
6732
|
+
"fail-on-release-pr-error",
|
|
6733
|
+
"github-governance-receipt-json",
|
|
6734
|
+
"node-version",
|
|
6735
|
+
"preview-apply",
|
|
6736
|
+
"preview-aws-role-arn",
|
|
6737
|
+
"preview-cleanup-apply",
|
|
6738
|
+
"preview-comment",
|
|
6739
|
+
"preview-environment",
|
|
6740
|
+
"production-apply",
|
|
6741
|
+
"production-approved",
|
|
6742
|
+
"production-aws-role-arn",
|
|
6743
|
+
"production-environment",
|
|
6744
|
+
"production-release-app-client-id",
|
|
6745
|
+
"production-release-app-id",
|
|
6746
|
+
"production-release-branch-channel",
|
|
6747
|
+
"production-release-head-prefix",
|
|
6748
|
+
"production-release-label",
|
|
6749
|
+
"production-release-on-main",
|
|
6750
|
+
"production-release-pr-mode",
|
|
6751
|
+
"production-release-pr-token",
|
|
6752
|
+
"production-source-sha",
|
|
6753
|
+
"publication-admission-json",
|
|
6754
|
+
"publication-control-plane-audit-json",
|
|
6755
|
+
"publication-expected-json",
|
|
6756
|
+
"publication-gate-aggregate-json",
|
|
6757
|
+
"publication-runner-provenance-json",
|
|
6758
|
+
"publication-used-nonces-json",
|
|
6759
|
+
"release-feedback-actor-privacy",
|
|
6760
|
+
"staging-apply",
|
|
6761
|
+
"staging-aws-role-arn",
|
|
6762
|
+
"staging-environment",
|
|
6763
|
+
"universal-request-json",
|
|
6764
|
+
"verify-command",
|
|
6765
|
+
"working-directory"
|
|
5499
6766
|
],
|
|
5500
6767
|
"reverseAuditSource": ".github/workflows"
|
|
5501
6768
|
},
|
|
@@ -5509,7 +6776,7 @@
|
|
|
5509
6776
|
"visibility": "public",
|
|
5510
6777
|
"participantFacing": true,
|
|
5511
6778
|
"public": true,
|
|
5512
|
-
"inputCount":
|
|
6779
|
+
"inputCount": 24,
|
|
5513
6780
|
"inputs": [
|
|
5514
6781
|
"artifact-name",
|
|
5515
6782
|
"artifact-paths",
|
|
@@ -5532,6 +6799,7 @@
|
|
|
5532
6799
|
"toolchain-digest",
|
|
5533
6800
|
"toolchain-image",
|
|
5534
6801
|
"toolchain-type",
|
|
6802
|
+
"universal-request-json",
|
|
5535
6803
|
"verify-command",
|
|
5536
6804
|
"working-directory"
|
|
5537
6805
|
],
|
|
@@ -5547,7 +6815,7 @@
|
|
|
5547
6815
|
"visibility": "public",
|
|
5548
6816
|
"participantFacing": true,
|
|
5549
6817
|
"public": true,
|
|
5550
|
-
"inputCount":
|
|
6818
|
+
"inputCount": 107,
|
|
5551
6819
|
"inputs": [
|
|
5552
6820
|
"allow-repository",
|
|
5553
6821
|
"artifact-name",
|
|
@@ -5654,35 +6922,256 @@
|
|
|
5654
6922
|
"standalone-binary-distribution",
|
|
5655
6923
|
"target-ref",
|
|
5656
6924
|
"target-sha",
|
|
5657
|
-
"trusted-publishing"
|
|
6925
|
+
"trusted-publishing",
|
|
6926
|
+
"universal-request-json"
|
|
6927
|
+
],
|
|
6928
|
+
"reverseAuditSource": ".github/workflows"
|
|
6929
|
+
},
|
|
6930
|
+
{
|
|
6931
|
+
"id": "workflow:release-governance-reconcile",
|
|
6932
|
+
"name": "workflow:release-governance-reconcile",
|
|
6933
|
+
"kind": "workflow",
|
|
6934
|
+
"sourcePath": ".github/workflows/release-governance-reconcile.yml",
|
|
6935
|
+
"evidencePath": ".github/workflows/release-governance-reconcile.yml",
|
|
6936
|
+
"availability": "shipped",
|
|
6937
|
+
"visibility": "public",
|
|
6938
|
+
"participantFacing": true,
|
|
6939
|
+
"public": true,
|
|
6940
|
+
"inputCount": 5,
|
|
6941
|
+
"inputs": [
|
|
6942
|
+
"apply",
|
|
6943
|
+
"branch",
|
|
6944
|
+
"buildchain-ref",
|
|
6945
|
+
"candidate-sha",
|
|
6946
|
+
"universal-request-json"
|
|
6947
|
+
],
|
|
6948
|
+
"reverseAuditSource": ".github/workflows"
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
"id": "workflow:release-propagation",
|
|
6952
|
+
"name": "workflow:release-propagation",
|
|
6953
|
+
"kind": "workflow",
|
|
6954
|
+
"sourcePath": ".github/workflows/release-propagation.yml",
|
|
6955
|
+
"evidencePath": ".github/workflows/release-propagation.yml",
|
|
6956
|
+
"availability": "shipped",
|
|
6957
|
+
"visibility": "public",
|
|
6958
|
+
"participantFacing": true,
|
|
6959
|
+
"public": true,
|
|
6960
|
+
"inputCount": 20,
|
|
6961
|
+
"inputs": [
|
|
6962
|
+
"agent-work-context-json",
|
|
6963
|
+
"agent-work-mode",
|
|
6964
|
+
"buildchain-ref",
|
|
6965
|
+
"buildchain-repository",
|
|
6966
|
+
"downstream-base-ref",
|
|
6967
|
+
"downstream-branch",
|
|
6968
|
+
"downstream-prepare-command",
|
|
6969
|
+
"downstream-repository",
|
|
6970
|
+
"downstream-target",
|
|
6971
|
+
"downstream-update-command",
|
|
6972
|
+
"downstream-verify-command",
|
|
6973
|
+
"dry-run",
|
|
6974
|
+
"graph-json",
|
|
6975
|
+
"lock-path",
|
|
6976
|
+
"pr-body",
|
|
6977
|
+
"pr-title",
|
|
6978
|
+
"refresh-managed-readme-badges",
|
|
6979
|
+
"source-node",
|
|
6980
|
+
"universal-request-json",
|
|
6981
|
+
"upstream-release-json"
|
|
6982
|
+
],
|
|
6983
|
+
"reverseAuditSource": ".github/workflows"
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"id": "workflow:release-tail",
|
|
6987
|
+
"name": "workflow:release-tail",
|
|
6988
|
+
"kind": "workflow",
|
|
6989
|
+
"sourcePath": ".github/workflows/release-tail.yml",
|
|
6990
|
+
"evidencePath": ".github/workflows/release-tail.yml",
|
|
6991
|
+
"availability": "shipped",
|
|
6992
|
+
"visibility": "public",
|
|
6993
|
+
"participantFacing": true,
|
|
6994
|
+
"public": true,
|
|
6995
|
+
"inputCount": 15,
|
|
6996
|
+
"inputs": [
|
|
6997
|
+
"buildchain-ref",
|
|
6998
|
+
"candidate-root",
|
|
6999
|
+
"capsule-contract",
|
|
7000
|
+
"capsule-path",
|
|
7001
|
+
"capsule-root",
|
|
7002
|
+
"declaration-path",
|
|
7003
|
+
"evidence-path",
|
|
7004
|
+
"execute",
|
|
7005
|
+
"provider-bindings-path",
|
|
7006
|
+
"rehearsal-authority-path",
|
|
7007
|
+
"rehearsal-capsule-path",
|
|
7008
|
+
"rehearsal-evidence-path",
|
|
7009
|
+
"rehearsal-mode",
|
|
7010
|
+
"state-path",
|
|
7011
|
+
"universal-request-json"
|
|
5658
7012
|
],
|
|
5659
7013
|
"reverseAuditSource": ".github/workflows"
|
|
5660
7014
|
},
|
|
5661
7015
|
{
|
|
5662
|
-
"id": "workflow:
|
|
5663
|
-
"name": "workflow:
|
|
7016
|
+
"id": "workflow:self-build-adopter-dogfood",
|
|
7017
|
+
"name": "workflow:self-build-adopter-dogfood",
|
|
7018
|
+
"kind": "workflow",
|
|
7019
|
+
"sourcePath": ".github/workflows/self-build-adopter-dogfood.yml",
|
|
7020
|
+
"evidencePath": ".github/workflows/self-build-adopter-dogfood.yml",
|
|
7021
|
+
"availability": "shipped",
|
|
7022
|
+
"visibility": "public",
|
|
7023
|
+
"participantFacing": true,
|
|
7024
|
+
"public": true,
|
|
7025
|
+
"inputCount": 0,
|
|
7026
|
+
"inputs": [],
|
|
7027
|
+
"reverseAuditSource": ".github/workflows"
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
"id": "workflow:self-build-alpha-dogfood",
|
|
7031
|
+
"name": "workflow:self-build-alpha-dogfood",
|
|
7032
|
+
"kind": "workflow",
|
|
7033
|
+
"sourcePath": ".github/workflows/self-build-alpha-dogfood.yml",
|
|
7034
|
+
"evidencePath": ".github/workflows/self-build-alpha-dogfood.yml",
|
|
7035
|
+
"availability": "shipped",
|
|
7036
|
+
"visibility": "public",
|
|
7037
|
+
"participantFacing": true,
|
|
7038
|
+
"public": true,
|
|
7039
|
+
"inputCount": 0,
|
|
7040
|
+
"inputs": [],
|
|
7041
|
+
"reverseAuditSource": ".github/workflows"
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"id": "workflow:self-build-binary-distribution",
|
|
7045
|
+
"name": "workflow:self-build-binary-distribution",
|
|
7046
|
+
"kind": "workflow",
|
|
7047
|
+
"sourcePath": ".github/workflows/self-build-binary-distribution.yml",
|
|
7048
|
+
"evidencePath": ".github/workflows/self-build-binary-distribution.yml",
|
|
7049
|
+
"availability": "shipped",
|
|
7050
|
+
"visibility": "public",
|
|
7051
|
+
"participantFacing": true,
|
|
7052
|
+
"public": true,
|
|
7053
|
+
"inputCount": 0,
|
|
7054
|
+
"inputs": [],
|
|
7055
|
+
"reverseAuditSource": ".github/workflows"
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
"id": "workflow:self-build-candidate-lab",
|
|
7059
|
+
"name": "workflow:self-build-candidate-lab",
|
|
7060
|
+
"kind": "workflow",
|
|
7061
|
+
"sourcePath": ".github/workflows/self-build-candidate-lab.yml",
|
|
7062
|
+
"evidencePath": ".github/workflows/self-build-candidate-lab.yml",
|
|
7063
|
+
"availability": "shipped",
|
|
7064
|
+
"visibility": "public",
|
|
7065
|
+
"participantFacing": true,
|
|
7066
|
+
"public": true,
|
|
7067
|
+
"inputCount": 0,
|
|
7068
|
+
"inputs": [],
|
|
7069
|
+
"reverseAuditSource": ".github/workflows"
|
|
7070
|
+
},
|
|
7071
|
+
{
|
|
7072
|
+
"id": "workflow:self-build-demo-dogfood",
|
|
7073
|
+
"name": "workflow:self-build-demo-dogfood",
|
|
7074
|
+
"kind": "workflow",
|
|
7075
|
+
"sourcePath": ".github/workflows/self-build-demo-dogfood.yml",
|
|
7076
|
+
"evidencePath": ".github/workflows/self-build-demo-dogfood.yml",
|
|
7077
|
+
"availability": "shipped",
|
|
7078
|
+
"visibility": "public",
|
|
7079
|
+
"participantFacing": true,
|
|
7080
|
+
"public": true,
|
|
7081
|
+
"inputCount": 0,
|
|
7082
|
+
"inputs": [],
|
|
7083
|
+
"reverseAuditSource": ".github/workflows"
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"id": "workflow:self-build-demo-media-qualification",
|
|
7087
|
+
"name": "workflow:self-build-demo-media-qualification",
|
|
7088
|
+
"kind": "workflow",
|
|
7089
|
+
"sourcePath": ".github/workflows/self-build-demo-media-qualification.yml",
|
|
7090
|
+
"evidencePath": ".github/workflows/self-build-demo-media-qualification.yml",
|
|
7091
|
+
"availability": "shipped",
|
|
7092
|
+
"visibility": "public",
|
|
7093
|
+
"participantFacing": true,
|
|
7094
|
+
"public": true,
|
|
7095
|
+
"inputCount": 0,
|
|
7096
|
+
"inputs": [],
|
|
7097
|
+
"reverseAuditSource": ".github/workflows"
|
|
7098
|
+
},
|
|
7099
|
+
{
|
|
7100
|
+
"id": "workflow:self-build-fixture",
|
|
7101
|
+
"name": "workflow:self-build-fixture",
|
|
7102
|
+
"kind": "workflow",
|
|
7103
|
+
"sourcePath": ".github/workflows/self-build-fixture.yml",
|
|
7104
|
+
"evidencePath": ".github/workflows/self-build-fixture.yml",
|
|
7105
|
+
"availability": "shipped",
|
|
7106
|
+
"visibility": "public",
|
|
7107
|
+
"participantFacing": true,
|
|
7108
|
+
"public": true,
|
|
7109
|
+
"inputCount": 0,
|
|
7110
|
+
"inputs": [],
|
|
7111
|
+
"reverseAuditSource": ".github/workflows"
|
|
7112
|
+
},
|
|
7113
|
+
{
|
|
7114
|
+
"id": "workflow:self-build-public-consumer-dogfood",
|
|
7115
|
+
"name": "workflow:self-build-public-consumer-dogfood",
|
|
7116
|
+
"kind": "workflow",
|
|
7117
|
+
"sourcePath": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
7118
|
+
"evidencePath": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
7119
|
+
"availability": "shipped",
|
|
7120
|
+
"visibility": "public",
|
|
7121
|
+
"participantFacing": true,
|
|
7122
|
+
"public": true,
|
|
7123
|
+
"inputCount": 0,
|
|
7124
|
+
"inputs": [],
|
|
7125
|
+
"reverseAuditSource": ".github/workflows"
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
"id": "workflow:self-build-release-verify-compat",
|
|
7129
|
+
"name": "workflow:self-build-release-verify-compat",
|
|
7130
|
+
"kind": "workflow",
|
|
7131
|
+
"sourcePath": ".github/workflows/self-build-release-verify-compat.yml",
|
|
7132
|
+
"evidencePath": ".github/workflows/self-build-release-verify-compat.yml",
|
|
7133
|
+
"availability": "shipped",
|
|
7134
|
+
"visibility": "public",
|
|
7135
|
+
"participantFacing": true,
|
|
7136
|
+
"public": true,
|
|
7137
|
+
"inputCount": 0,
|
|
7138
|
+
"inputs": [],
|
|
7139
|
+
"reverseAuditSource": ".github/workflows"
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"id": "workflow:self-build-stable-candidate-qualification",
|
|
7143
|
+
"name": "workflow:self-build-stable-candidate-qualification",
|
|
7144
|
+
"kind": "workflow",
|
|
7145
|
+
"sourcePath": ".github/workflows/self-build-stable-candidate-qualification.yml",
|
|
7146
|
+
"evidencePath": ".github/workflows/self-build-stable-candidate-qualification.yml",
|
|
7147
|
+
"availability": "shipped",
|
|
7148
|
+
"visibility": "public",
|
|
7149
|
+
"participantFacing": true,
|
|
7150
|
+
"public": true,
|
|
7151
|
+
"inputCount": 0,
|
|
7152
|
+
"inputs": [],
|
|
7153
|
+
"reverseAuditSource": ".github/workflows"
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"id": "workflow:self-build-verify",
|
|
7157
|
+
"name": "workflow:self-build-verify",
|
|
5664
7158
|
"kind": "workflow",
|
|
5665
|
-
"sourcePath": ".github/workflows/
|
|
5666
|
-
"evidencePath": ".github/workflows/
|
|
7159
|
+
"sourcePath": ".github/workflows/self-build-verify.yml",
|
|
7160
|
+
"evidencePath": ".github/workflows/self-build-verify.yml",
|
|
5667
7161
|
"availability": "shipped",
|
|
5668
7162
|
"visibility": "public",
|
|
5669
7163
|
"participantFacing": true,
|
|
5670
7164
|
"public": true,
|
|
5671
|
-
"inputCount":
|
|
5672
|
-
"inputs": [
|
|
5673
|
-
"apply",
|
|
5674
|
-
"branch",
|
|
5675
|
-
"buildchain-ref",
|
|
5676
|
-
"candidate-sha"
|
|
5677
|
-
],
|
|
7165
|
+
"inputCount": 0,
|
|
7166
|
+
"inputs": [],
|
|
5678
7167
|
"reverseAuditSource": ".github/workflows"
|
|
5679
7168
|
},
|
|
5680
7169
|
{
|
|
5681
|
-
"id": "workflow:
|
|
5682
|
-
"name": "workflow:
|
|
7170
|
+
"id": "workflow:self-ops-bootstrap-dogfood",
|
|
7171
|
+
"name": "workflow:self-ops-bootstrap-dogfood",
|
|
5683
7172
|
"kind": "workflow",
|
|
5684
|
-
"sourcePath": ".github/workflows/
|
|
5685
|
-
"evidencePath": ".github/workflows/
|
|
7173
|
+
"sourcePath": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
7174
|
+
"evidencePath": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
5686
7175
|
"availability": "shipped",
|
|
5687
7176
|
"visibility": "public",
|
|
5688
7177
|
"participantFacing": true,
|
|
@@ -5692,11 +7181,11 @@
|
|
|
5692
7181
|
"reverseAuditSource": ".github/workflows"
|
|
5693
7182
|
},
|
|
5694
7183
|
{
|
|
5695
|
-
"id": "workflow:
|
|
5696
|
-
"name": "workflow:
|
|
7184
|
+
"id": "workflow:self-ops-dev-delivery",
|
|
7185
|
+
"name": "workflow:self-ops-dev-delivery",
|
|
5697
7186
|
"kind": "workflow",
|
|
5698
|
-
"sourcePath": ".github/workflows/
|
|
5699
|
-
"evidencePath": ".github/workflows/
|
|
7187
|
+
"sourcePath": ".github/workflows/self-ops-dev-delivery.yml",
|
|
7188
|
+
"evidencePath": ".github/workflows/self-ops-dev-delivery.yml",
|
|
5700
7189
|
"availability": "shipped",
|
|
5701
7190
|
"visibility": "public",
|
|
5702
7191
|
"participantFacing": true,
|
|
@@ -5706,74 +7195,39 @@
|
|
|
5706
7195
|
"reverseAuditSource": ".github/workflows"
|
|
5707
7196
|
},
|
|
5708
7197
|
{
|
|
5709
|
-
"id": "workflow:
|
|
5710
|
-
"name": "workflow:
|
|
7198
|
+
"id": "workflow:self-ops-governance-audit",
|
|
7199
|
+
"name": "workflow:self-ops-governance-audit",
|
|
5711
7200
|
"kind": "workflow",
|
|
5712
|
-
"sourcePath": ".github/workflows/
|
|
5713
|
-
"evidencePath": ".github/workflows/
|
|
7201
|
+
"sourcePath": ".github/workflows/self-ops-governance-audit.yml",
|
|
7202
|
+
"evidencePath": ".github/workflows/self-ops-governance-audit.yml",
|
|
5714
7203
|
"availability": "shipped",
|
|
5715
7204
|
"visibility": "public",
|
|
5716
7205
|
"participantFacing": true,
|
|
5717
7206
|
"public": true,
|
|
5718
|
-
"inputCount":
|
|
5719
|
-
"inputs": [
|
|
5720
|
-
"agent-work-context-json",
|
|
5721
|
-
"agent-work-mode",
|
|
5722
|
-
"buildchain-ref",
|
|
5723
|
-
"buildchain-repository",
|
|
5724
|
-
"downstream-base-ref",
|
|
5725
|
-
"downstream-branch",
|
|
5726
|
-
"downstream-prepare-command",
|
|
5727
|
-
"downstream-repository",
|
|
5728
|
-
"downstream-target",
|
|
5729
|
-
"downstream-update-command",
|
|
5730
|
-
"downstream-verify-command",
|
|
5731
|
-
"dry-run",
|
|
5732
|
-
"graph-json",
|
|
5733
|
-
"lock-path",
|
|
5734
|
-
"pr-body",
|
|
5735
|
-
"pr-title",
|
|
5736
|
-
"refresh-managed-readme-badges",
|
|
5737
|
-
"source-node",
|
|
5738
|
-
"upstream-release-json"
|
|
5739
|
-
],
|
|
7207
|
+
"inputCount": 0,
|
|
7208
|
+
"inputs": [],
|
|
5740
7209
|
"reverseAuditSource": ".github/workflows"
|
|
5741
7210
|
},
|
|
5742
7211
|
{
|
|
5743
|
-
"id": "workflow:
|
|
5744
|
-
"name": "workflow:
|
|
7212
|
+
"id": "workflow:self-ops-housekeeping-daily",
|
|
7213
|
+
"name": "workflow:self-ops-housekeeping-daily",
|
|
5745
7214
|
"kind": "workflow",
|
|
5746
|
-
"sourcePath": ".github/workflows/
|
|
5747
|
-
"evidencePath": ".github/workflows/
|
|
7215
|
+
"sourcePath": ".github/workflows/self-ops-housekeeping-daily.yml",
|
|
7216
|
+
"evidencePath": ".github/workflows/self-ops-housekeeping-daily.yml",
|
|
5748
7217
|
"availability": "shipped",
|
|
5749
7218
|
"visibility": "public",
|
|
5750
7219
|
"participantFacing": true,
|
|
5751
7220
|
"public": true,
|
|
5752
|
-
"inputCount":
|
|
5753
|
-
"inputs": [
|
|
5754
|
-
"buildchain-ref",
|
|
5755
|
-
"candidate-root",
|
|
5756
|
-
"capsule-contract",
|
|
5757
|
-
"capsule-path",
|
|
5758
|
-
"capsule-root",
|
|
5759
|
-
"declaration-path",
|
|
5760
|
-
"evidence-path",
|
|
5761
|
-
"execute",
|
|
5762
|
-
"provider-bindings-path",
|
|
5763
|
-
"rehearsal-authority-path",
|
|
5764
|
-
"rehearsal-capsule-path",
|
|
5765
|
-
"rehearsal-evidence-path",
|
|
5766
|
-
"rehearsal-mode",
|
|
5767
|
-
"state-path"
|
|
5768
|
-
],
|
|
7221
|
+
"inputCount": 0,
|
|
7222
|
+
"inputs": [],
|
|
5769
7223
|
"reverseAuditSource": ".github/workflows"
|
|
5770
7224
|
},
|
|
5771
7225
|
{
|
|
5772
|
-
"id": "workflow:
|
|
5773
|
-
"name": "workflow:
|
|
7226
|
+
"id": "workflow:self-ops-housekeeping-monthly",
|
|
7227
|
+
"name": "workflow:self-ops-housekeeping-monthly",
|
|
5774
7228
|
"kind": "workflow",
|
|
5775
|
-
"sourcePath": ".github/workflows/
|
|
5776
|
-
"evidencePath": ".github/workflows/
|
|
7229
|
+
"sourcePath": ".github/workflows/self-ops-housekeeping-monthly.yml",
|
|
7230
|
+
"evidencePath": ".github/workflows/self-ops-housekeeping-monthly.yml",
|
|
5777
7231
|
"availability": "shipped",
|
|
5778
7232
|
"visibility": "public",
|
|
5779
7233
|
"participantFacing": true,
|
|
@@ -5783,11 +7237,11 @@
|
|
|
5783
7237
|
"reverseAuditSource": ".github/workflows"
|
|
5784
7238
|
},
|
|
5785
7239
|
{
|
|
5786
|
-
"id": "workflow:
|
|
5787
|
-
"name": "workflow:
|
|
7240
|
+
"id": "workflow:self-ops-housekeeping-weekly",
|
|
7241
|
+
"name": "workflow:self-ops-housekeeping-weekly",
|
|
5788
7242
|
"kind": "workflow",
|
|
5789
|
-
"sourcePath": ".github/workflows/
|
|
5790
|
-
"evidencePath": ".github/workflows/
|
|
7243
|
+
"sourcePath": ".github/workflows/self-ops-housekeeping-weekly.yml",
|
|
7244
|
+
"evidencePath": ".github/workflows/self-ops-housekeeping-weekly.yml",
|
|
5791
7245
|
"availability": "shipped",
|
|
5792
7246
|
"visibility": "public",
|
|
5793
7247
|
"participantFacing": true,
|
|
@@ -5797,11 +7251,11 @@
|
|
|
5797
7251
|
"reverseAuditSource": ".github/workflows"
|
|
5798
7252
|
},
|
|
5799
7253
|
{
|
|
5800
|
-
"id": "workflow:self-
|
|
5801
|
-
"name": "workflow:self-
|
|
7254
|
+
"id": "workflow:self-ops-merge-queue",
|
|
7255
|
+
"name": "workflow:self-ops-merge-queue",
|
|
5802
7256
|
"kind": "workflow",
|
|
5803
|
-
"sourcePath": ".github/workflows/self-
|
|
5804
|
-
"evidencePath": ".github/workflows/self-
|
|
7257
|
+
"sourcePath": ".github/workflows/self-ops-merge-queue.yml",
|
|
7258
|
+
"evidencePath": ".github/workflows/self-ops-merge-queue.yml",
|
|
5805
7259
|
"availability": "shipped",
|
|
5806
7260
|
"visibility": "public",
|
|
5807
7261
|
"participantFacing": true,
|
|
@@ -5811,42 +7265,25 @@
|
|
|
5811
7265
|
"reverseAuditSource": ".github/workflows"
|
|
5812
7266
|
},
|
|
5813
7267
|
{
|
|
5814
|
-
"id": "workflow:
|
|
5815
|
-
"name": "workflow:
|
|
7268
|
+
"id": "workflow:self-ops-patrol-daily",
|
|
7269
|
+
"name": "workflow:self-ops-patrol-daily",
|
|
5816
7270
|
"kind": "workflow",
|
|
5817
|
-
"sourcePath": ".github/workflows/
|
|
5818
|
-
"evidencePath": ".github/workflows/
|
|
7271
|
+
"sourcePath": ".github/workflows/self-ops-patrol-daily.yml",
|
|
7272
|
+
"evidencePath": ".github/workflows/self-ops-patrol-daily.yml",
|
|
5819
7273
|
"availability": "shipped",
|
|
5820
7274
|
"visibility": "public",
|
|
5821
7275
|
"participantFacing": true,
|
|
5822
7276
|
"public": true,
|
|
5823
|
-
"inputCount":
|
|
5824
|
-
"inputs": [
|
|
5825
|
-
"auto-approve",
|
|
5826
|
-
"auto-merge",
|
|
5827
|
-
"auto-promote",
|
|
5828
|
-
"buildchain-ref",
|
|
5829
|
-
"buildchain-repository",
|
|
5830
|
-
"dry-run",
|
|
5831
|
-
"hold",
|
|
5832
|
-
"hold-reason",
|
|
5833
|
-
"ledger-ref",
|
|
5834
|
-
"merge-method",
|
|
5835
|
-
"minimum-soak-seconds",
|
|
5836
|
-
"release-now",
|
|
5837
|
-
"required-checks",
|
|
5838
|
-
"revoke-reason",
|
|
5839
|
-
"revoked-versions",
|
|
5840
|
-
"target-branch"
|
|
5841
|
-
],
|
|
7277
|
+
"inputCount": 0,
|
|
7278
|
+
"inputs": [],
|
|
5842
7279
|
"reverseAuditSource": ".github/workflows"
|
|
5843
7280
|
},
|
|
5844
7281
|
{
|
|
5845
|
-
"id": "workflow:
|
|
5846
|
-
"name": "workflow:
|
|
7282
|
+
"id": "workflow:self-ops-patrol-monthly",
|
|
7283
|
+
"name": "workflow:self-ops-patrol-monthly",
|
|
5847
7284
|
"kind": "workflow",
|
|
5848
|
-
"sourcePath": ".github/workflows/
|
|
5849
|
-
"evidencePath": ".github/workflows/
|
|
7285
|
+
"sourcePath": ".github/workflows/self-ops-patrol-monthly.yml",
|
|
7286
|
+
"evidencePath": ".github/workflows/self-ops-patrol-monthly.yml",
|
|
5850
7287
|
"availability": "shipped",
|
|
5851
7288
|
"visibility": "public",
|
|
5852
7289
|
"participantFacing": true,
|
|
@@ -5856,34 +7293,25 @@
|
|
|
5856
7293
|
"reverseAuditSource": ".github/workflows"
|
|
5857
7294
|
},
|
|
5858
7295
|
{
|
|
5859
|
-
"id": "workflow:
|
|
5860
|
-
"name": "workflow:
|
|
7296
|
+
"id": "workflow:self-ops-patrol-weekly",
|
|
7297
|
+
"name": "workflow:self-ops-patrol-weekly",
|
|
5861
7298
|
"kind": "workflow",
|
|
5862
|
-
"sourcePath": ".github/workflows/
|
|
5863
|
-
"evidencePath": ".github/workflows/
|
|
7299
|
+
"sourcePath": ".github/workflows/self-ops-patrol-weekly.yml",
|
|
7300
|
+
"evidencePath": ".github/workflows/self-ops-patrol-weekly.yml",
|
|
5864
7301
|
"availability": "shipped",
|
|
5865
7302
|
"visibility": "public",
|
|
5866
7303
|
"participantFacing": true,
|
|
5867
7304
|
"public": true,
|
|
5868
|
-
"inputCount":
|
|
5869
|
-
"inputs": [
|
|
5870
|
-
"archive-path",
|
|
5871
|
-
"bootstrap-path",
|
|
5872
|
-
"consumer",
|
|
5873
|
-
"consumer-ref",
|
|
5874
|
-
"consumer-repository",
|
|
5875
|
-
"input-path",
|
|
5876
|
-
"invocation-source-path",
|
|
5877
|
-
"node-version"
|
|
5878
|
-
],
|
|
7305
|
+
"inputCount": 0,
|
|
7306
|
+
"inputs": [],
|
|
5879
7307
|
"reverseAuditSource": ".github/workflows"
|
|
5880
7308
|
},
|
|
5881
7309
|
{
|
|
5882
|
-
"id": "workflow:
|
|
5883
|
-
"name": "workflow:
|
|
7310
|
+
"id": "workflow:self-ops-promotion-recovery",
|
|
7311
|
+
"name": "workflow:self-ops-promotion-recovery",
|
|
5884
7312
|
"kind": "workflow",
|
|
5885
|
-
"sourcePath": ".github/workflows/
|
|
5886
|
-
"evidencePath": ".github/workflows/
|
|
7313
|
+
"sourcePath": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
7314
|
+
"evidencePath": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
5887
7315
|
"availability": "shipped",
|
|
5888
7316
|
"visibility": "public",
|
|
5889
7317
|
"participantFacing": true,
|
|
@@ -5893,11 +7321,11 @@
|
|
|
5893
7321
|
"reverseAuditSource": ".github/workflows"
|
|
5894
7322
|
},
|
|
5895
7323
|
{
|
|
5896
|
-
"id": "workflow:
|
|
5897
|
-
"name": "workflow:
|
|
7324
|
+
"id": "workflow:self-ops-recovery-failure-dogfood",
|
|
7325
|
+
"name": "workflow:self-ops-recovery-failure-dogfood",
|
|
5898
7326
|
"kind": "workflow",
|
|
5899
|
-
"sourcePath": ".github/workflows/
|
|
5900
|
-
"evidencePath": ".github/workflows/
|
|
7327
|
+
"sourcePath": ".github/workflows/self-ops-recovery-failure-dogfood.yml",
|
|
7328
|
+
"evidencePath": ".github/workflows/self-ops-recovery-failure-dogfood.yml",
|
|
5901
7329
|
"availability": "shipped",
|
|
5902
7330
|
"visibility": "public",
|
|
5903
7331
|
"participantFacing": true,
|
|
@@ -5907,11 +7335,11 @@
|
|
|
5907
7335
|
"reverseAuditSource": ".github/workflows"
|
|
5908
7336
|
},
|
|
5909
7337
|
{
|
|
5910
|
-
"id": "workflow:
|
|
5911
|
-
"name": "workflow:
|
|
7338
|
+
"id": "workflow:self-ops-runner-smoke",
|
|
7339
|
+
"name": "workflow:self-ops-runner-smoke",
|
|
5912
7340
|
"kind": "workflow",
|
|
5913
|
-
"sourcePath": ".github/workflows/
|
|
5914
|
-
"evidencePath": ".github/workflows/
|
|
7341
|
+
"sourcePath": ".github/workflows/self-ops-runner-smoke.yml",
|
|
7342
|
+
"evidencePath": ".github/workflows/self-ops-runner-smoke.yml",
|
|
5915
7343
|
"availability": "shipped",
|
|
5916
7344
|
"visibility": "public",
|
|
5917
7345
|
"participantFacing": true,
|
|
@@ -5921,51 +7349,123 @@
|
|
|
5921
7349
|
"reverseAuditSource": ".github/workflows"
|
|
5922
7350
|
},
|
|
5923
7351
|
{
|
|
5924
|
-
"id": "workflow:
|
|
5925
|
-
"name": "workflow:
|
|
7352
|
+
"id": "workflow:self-ops-stable-candidate-patrol",
|
|
7353
|
+
"name": "workflow:self-ops-stable-candidate-patrol",
|
|
5926
7354
|
"kind": "workflow",
|
|
5927
|
-
"sourcePath": ".github/workflows/
|
|
5928
|
-
"evidencePath": ".github/workflows/
|
|
7355
|
+
"sourcePath": ".github/workflows/self-ops-stable-candidate-patrol.yml",
|
|
7356
|
+
"evidencePath": ".github/workflows/self-ops-stable-candidate-patrol.yml",
|
|
5929
7357
|
"availability": "shipped",
|
|
5930
7358
|
"visibility": "public",
|
|
5931
7359
|
"participantFacing": true,
|
|
5932
7360
|
"public": true,
|
|
5933
|
-
"inputCount":
|
|
5934
|
-
"inputs": [
|
|
5935
|
-
"build-artifact-path",
|
|
5936
|
-
"consumer",
|
|
5937
|
-
"go-version",
|
|
5938
|
-
"install-artifact-path",
|
|
5939
|
-
"node-version",
|
|
5940
|
-
"verify-artifact-path"
|
|
5941
|
-
],
|
|
7361
|
+
"inputCount": 0,
|
|
7362
|
+
"inputs": [],
|
|
5942
7363
|
"reverseAuditSource": ".github/workflows"
|
|
5943
7364
|
},
|
|
5944
7365
|
{
|
|
5945
|
-
"id": "workflow:
|
|
5946
|
-
"name": "workflow:
|
|
7366
|
+
"id": "workflow:self-release-binary-assets",
|
|
7367
|
+
"name": "workflow:self-release-binary-assets",
|
|
5947
7368
|
"kind": "workflow",
|
|
5948
|
-
"sourcePath": ".github/workflows/
|
|
5949
|
-
"evidencePath": ".github/workflows/
|
|
7369
|
+
"sourcePath": ".github/workflows/self-release-binary-assets.yml",
|
|
7370
|
+
"evidencePath": ".github/workflows/self-release-binary-assets.yml",
|
|
5950
7371
|
"availability": "shipped",
|
|
5951
7372
|
"visibility": "public",
|
|
5952
7373
|
"participantFacing": true,
|
|
5953
7374
|
"public": true,
|
|
5954
|
-
"inputCount":
|
|
5955
|
-
"inputs": [
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
7375
|
+
"inputCount": 0,
|
|
7376
|
+
"inputs": [],
|
|
7377
|
+
"reverseAuditSource": ".github/workflows"
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"id": "workflow:self-release-line-open",
|
|
7381
|
+
"name": "workflow:self-release-line-open",
|
|
7382
|
+
"kind": "workflow",
|
|
7383
|
+
"sourcePath": ".github/workflows/self-release-line-open.yml",
|
|
7384
|
+
"evidencePath": ".github/workflows/self-release-line-open.yml",
|
|
7385
|
+
"availability": "shipped",
|
|
7386
|
+
"visibility": "public",
|
|
7387
|
+
"participantFacing": true,
|
|
7388
|
+
"public": true,
|
|
7389
|
+
"inputCount": 0,
|
|
7390
|
+
"inputs": [],
|
|
7391
|
+
"reverseAuditSource": ".github/workflows"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"id": "workflow:self-release-new-version-compat",
|
|
7395
|
+
"name": "workflow:self-release-new-version-compat",
|
|
7396
|
+
"kind": "workflow",
|
|
7397
|
+
"sourcePath": ".github/workflows/self-release-new-version-compat.yml",
|
|
7398
|
+
"evidencePath": ".github/workflows/self-release-new-version-compat.yml",
|
|
7399
|
+
"availability": "shipped",
|
|
7400
|
+
"visibility": "public",
|
|
7401
|
+
"participantFacing": true,
|
|
7402
|
+
"public": true,
|
|
7403
|
+
"inputCount": 0,
|
|
7404
|
+
"inputs": [],
|
|
7405
|
+
"reverseAuditSource": ".github/workflows"
|
|
7406
|
+
},
|
|
7407
|
+
{
|
|
7408
|
+
"id": "workflow:self-release-next-development",
|
|
7409
|
+
"name": "workflow:self-release-next-development",
|
|
7410
|
+
"kind": "workflow",
|
|
7411
|
+
"sourcePath": ".github/workflows/self-release-next-development.yml",
|
|
7412
|
+
"evidencePath": ".github/workflows/self-release-next-development.yml",
|
|
7413
|
+
"availability": "shipped",
|
|
7414
|
+
"visibility": "public",
|
|
7415
|
+
"participantFacing": true,
|
|
7416
|
+
"public": true,
|
|
7417
|
+
"inputCount": 0,
|
|
7418
|
+
"inputs": [],
|
|
7419
|
+
"reverseAuditSource": ".github/workflows"
|
|
7420
|
+
},
|
|
7421
|
+
{
|
|
7422
|
+
"id": "workflow:self-release-npm-dry-run",
|
|
7423
|
+
"name": "workflow:self-release-npm-dry-run",
|
|
7424
|
+
"kind": "workflow",
|
|
7425
|
+
"sourcePath": ".github/workflows/self-release-npm-dry-run.yml",
|
|
7426
|
+
"evidencePath": ".github/workflows/self-release-npm-dry-run.yml",
|
|
7427
|
+
"availability": "shipped",
|
|
7428
|
+
"visibility": "public",
|
|
7429
|
+
"participantFacing": true,
|
|
7430
|
+
"public": true,
|
|
7431
|
+
"inputCount": 0,
|
|
7432
|
+
"inputs": [],
|
|
7433
|
+
"reverseAuditSource": ".github/workflows"
|
|
7434
|
+
},
|
|
7435
|
+
{
|
|
7436
|
+
"id": "workflow:self-release-promote",
|
|
7437
|
+
"name": "workflow:self-release-promote",
|
|
7438
|
+
"kind": "workflow",
|
|
7439
|
+
"sourcePath": ".github/workflows/self-release-promote.yml",
|
|
7440
|
+
"evidencePath": ".github/workflows/self-release-promote.yml",
|
|
7441
|
+
"availability": "shipped",
|
|
7442
|
+
"visibility": "public",
|
|
7443
|
+
"participantFacing": true,
|
|
7444
|
+
"public": true,
|
|
7445
|
+
"inputCount": 0,
|
|
7446
|
+
"inputs": [],
|
|
7447
|
+
"reverseAuditSource": ".github/workflows"
|
|
7448
|
+
},
|
|
7449
|
+
{
|
|
7450
|
+
"id": "workflow:self-release-rehearsal-dogfood",
|
|
7451
|
+
"name": "workflow:self-release-rehearsal-dogfood",
|
|
7452
|
+
"kind": "workflow",
|
|
7453
|
+
"sourcePath": ".github/workflows/self-release-rehearsal-dogfood.yml",
|
|
7454
|
+
"evidencePath": ".github/workflows/self-release-rehearsal-dogfood.yml",
|
|
7455
|
+
"availability": "shipped",
|
|
7456
|
+
"visibility": "public",
|
|
7457
|
+
"participantFacing": true,
|
|
7458
|
+
"public": true,
|
|
7459
|
+
"inputCount": 0,
|
|
7460
|
+
"inputs": [],
|
|
5961
7461
|
"reverseAuditSource": ".github/workflows"
|
|
5962
7462
|
},
|
|
5963
7463
|
{
|
|
5964
|
-
"id": "workflow:
|
|
5965
|
-
"name": "workflow:
|
|
7464
|
+
"id": "workflow:self-release-tail-dogfood",
|
|
7465
|
+
"name": "workflow:self-release-tail-dogfood",
|
|
5966
7466
|
"kind": "workflow",
|
|
5967
|
-
"sourcePath": ".github/workflows/
|
|
5968
|
-
"evidencePath": ".github/workflows/
|
|
7467
|
+
"sourcePath": ".github/workflows/self-release-tail-dogfood.yml",
|
|
7468
|
+
"evidencePath": ".github/workflows/self-release-tail-dogfood.yml",
|
|
5969
7469
|
"availability": "shipped",
|
|
5970
7470
|
"visibility": "public",
|
|
5971
7471
|
"participantFacing": true,
|
|
@@ -5974,6 +7474,54 @@
|
|
|
5974
7474
|
"inputs": [],
|
|
5975
7475
|
"reverseAuditSource": ".github/workflows"
|
|
5976
7476
|
},
|
|
7477
|
+
{
|
|
7478
|
+
"id": "workflow:stable-candidate-patrol",
|
|
7479
|
+
"name": "workflow:stable-candidate-patrol",
|
|
7480
|
+
"kind": "workflow",
|
|
7481
|
+
"sourcePath": ".github/workflows/stable-candidate-patrol.yml",
|
|
7482
|
+
"evidencePath": ".github/workflows/stable-candidate-patrol.yml",
|
|
7483
|
+
"availability": "shipped",
|
|
7484
|
+
"visibility": "public",
|
|
7485
|
+
"participantFacing": true,
|
|
7486
|
+
"public": true,
|
|
7487
|
+
"inputCount": 17,
|
|
7488
|
+
"inputs": [
|
|
7489
|
+
"auto-approve",
|
|
7490
|
+
"auto-merge",
|
|
7491
|
+
"auto-promote",
|
|
7492
|
+
"buildchain-ref",
|
|
7493
|
+
"buildchain-repository",
|
|
7494
|
+
"dry-run",
|
|
7495
|
+
"hold",
|
|
7496
|
+
"hold-reason",
|
|
7497
|
+
"ledger-ref",
|
|
7498
|
+
"merge-method",
|
|
7499
|
+
"minimum-soak-seconds",
|
|
7500
|
+
"release-now",
|
|
7501
|
+
"required-checks",
|
|
7502
|
+
"revoke-reason",
|
|
7503
|
+
"revoked-versions",
|
|
7504
|
+
"target-branch",
|
|
7505
|
+
"universal-request-json"
|
|
7506
|
+
],
|
|
7507
|
+
"reverseAuditSource": ".github/workflows"
|
|
7508
|
+
},
|
|
7509
|
+
{
|
|
7510
|
+
"id": "workflow:universal-bootstrap-recovery",
|
|
7511
|
+
"name": "workflow:universal-bootstrap-recovery",
|
|
7512
|
+
"kind": "workflow",
|
|
7513
|
+
"sourcePath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
7514
|
+
"evidencePath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
7515
|
+
"availability": "shipped",
|
|
7516
|
+
"visibility": "public",
|
|
7517
|
+
"participantFacing": true,
|
|
7518
|
+
"public": true,
|
|
7519
|
+
"inputCount": 1,
|
|
7520
|
+
"inputs": [
|
|
7521
|
+
"request-json"
|
|
7522
|
+
],
|
|
7523
|
+
"reverseAuditSource": ".github/workflows"
|
|
7524
|
+
},
|
|
5977
7525
|
{
|
|
5978
7526
|
"id": "action:github-artifact-attestation",
|
|
5979
7527
|
"name": "action:github-artifact-attestation",
|
|
@@ -6275,7 +7823,7 @@
|
|
|
6275
7823
|
"visibility": "public",
|
|
6276
7824
|
"participantFacing": true,
|
|
6277
7825
|
"public": true,
|
|
6278
|
-
"inputCount":
|
|
7826
|
+
"inputCount": 31,
|
|
6279
7827
|
"inputs": [
|
|
6280
7828
|
"artifact-paths",
|
|
6281
7829
|
"candidate-build-summary-path",
|
|
@@ -6284,6 +7832,7 @@
|
|
|
6284
7832
|
"mutation-token",
|
|
6285
7833
|
"product-publication-intent-path",
|
|
6286
7834
|
"publication-qualification-path",
|
|
7835
|
+
"publish-artifact-kind",
|
|
6287
7836
|
"publish-auth",
|
|
6288
7837
|
"publish-command",
|
|
6289
7838
|
"publish-dist-tag",
|
|
@@ -7276,6 +8825,18 @@
|
|
|
7276
8825
|
"public": true,
|
|
7277
8826
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
7278
8827
|
},
|
|
8828
|
+
{
|
|
8829
|
+
"id": "site-page:manual:v4-rust-wasm-production-authority",
|
|
8830
|
+
"name": "site-page:manual:v4-rust-wasm-production-authority",
|
|
8831
|
+
"kind": "site-page",
|
|
8832
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
8833
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
8834
|
+
"availability": "shipped",
|
|
8835
|
+
"visibility": "public",
|
|
8836
|
+
"participantFacing": true,
|
|
8837
|
+
"public": true,
|
|
8838
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
8839
|
+
},
|
|
7279
8840
|
{
|
|
7280
8841
|
"id": "site-page:manual:v4-stage-capsule",
|
|
7281
8842
|
"name": "site-page:manual:v4-stage-capsule",
|
|
@@ -7324,6 +8885,30 @@
|
|
|
7324
8885
|
"public": true,
|
|
7325
8886
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
7326
8887
|
},
|
|
8888
|
+
{
|
|
8889
|
+
"id": "site-page:manual:workflow-catalog",
|
|
8890
|
+
"name": "site-page:manual:workflow-catalog",
|
|
8891
|
+
"kind": "site-page",
|
|
8892
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
8893
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
8894
|
+
"availability": "shipped",
|
|
8895
|
+
"visibility": "public",
|
|
8896
|
+
"participantFacing": true,
|
|
8897
|
+
"public": true,
|
|
8898
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
"id": "site-page:manual:workflow-path-migration",
|
|
8902
|
+
"name": "site-page:manual:workflow-path-migration",
|
|
8903
|
+
"kind": "site-page",
|
|
8904
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
8905
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
8906
|
+
"availability": "shipped",
|
|
8907
|
+
"visibility": "public",
|
|
8908
|
+
"participantFacing": true,
|
|
8909
|
+
"public": true,
|
|
8910
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
8911
|
+
},
|
|
7327
8912
|
{
|
|
7328
8913
|
"id": "site-page:overview:home",
|
|
7329
8914
|
"name": "site-page:overview:home",
|
|
@@ -7373,11 +8958,11 @@
|
|
|
7373
8958
|
"public": true
|
|
7374
8959
|
},
|
|
7375
8960
|
{
|
|
7376
|
-
"id": "control:.github/workflows/
|
|
7377
|
-
"name": "control:.github/workflows/
|
|
8961
|
+
"id": "control:.github/workflows/self-release-promote.yml",
|
|
8962
|
+
"name": "control:.github/workflows/self-release-promote.yml",
|
|
7378
8963
|
"kind": "workflow",
|
|
7379
|
-
"sourcePath": ".github/workflows/
|
|
7380
|
-
"evidencePath": ".github/workflows/
|
|
8964
|
+
"sourcePath": ".github/workflows/self-release-promote.yml",
|
|
8965
|
+
"evidencePath": ".github/workflows/self-release-promote.yml",
|
|
7381
8966
|
"availability": "shipped",
|
|
7382
8967
|
"visibility": "public",
|
|
7383
8968
|
"participantFacing": true,
|
|
@@ -7476,7 +9061,7 @@
|
|
|
7476
9061
|
"name": "Buildchain standalone binary distribution",
|
|
7477
9062
|
"kind": "binary-distribution",
|
|
7478
9063
|
"sourcePath": "scripts/build-standalone-binary.mjs",
|
|
7479
|
-
"evidencePath": ".github/workflows/binary-distribution.yml",
|
|
9064
|
+
"evidencePath": ".github/workflows/self-build-binary-distribution.yml",
|
|
7480
9065
|
"availability": "shipped",
|
|
7481
9066
|
"visibility": "public",
|
|
7482
9067
|
"participantFacing": true,
|
|
@@ -7507,6 +9092,6 @@
|
|
|
7507
9092
|
}
|
|
7508
9093
|
}
|
|
7509
9094
|
],
|
|
7510
|
-
"publicSurfaceCount":
|
|
9095
|
+
"publicSurfaceCount": 521
|
|
7511
9096
|
}
|
|
7512
9097
|
}
|