@kungfu-tech/buildchain 4.0.2-alpha.8 → 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
|
@@ -32,522 +32,728 @@
|
|
|
32
32
|
"notes": ""
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"workflowPath": ".github/workflows/.build.yml",
|
|
35
|
+
"workflowPath": ".github/workflows/.build-demo-adapter.yml",
|
|
36
36
|
"authorityClass": "non-publication-oidc",
|
|
37
37
|
"publicationCapable": false,
|
|
38
38
|
"capabilityIds": [],
|
|
39
39
|
"credentialMode": "none",
|
|
40
40
|
"publisherWorkflowMode": "fixed",
|
|
41
|
-
"publisherWorkflowPath": ".github/workflows/.build.yml",
|
|
41
|
+
"publisherWorkflowPath": ".github/workflows/.build-demo-adapter.yml",
|
|
42
42
|
"environment": "",
|
|
43
43
|
"environmentMode": "fixed",
|
|
44
44
|
"runnerPolicy": "unqualified",
|
|
45
45
|
"notes": ""
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"workflowPath": ".github/workflows/.
|
|
49
|
-
"authorityClass": "
|
|
48
|
+
"workflowPath": ".github/workflows/.build-engine.yml",
|
|
49
|
+
"authorityClass": "non-publication-oidc",
|
|
50
50
|
"publicationCapable": false,
|
|
51
51
|
"capabilityIds": [],
|
|
52
52
|
"credentialMode": "none",
|
|
53
53
|
"publisherWorkflowMode": "fixed",
|
|
54
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
54
|
+
"publisherWorkflowPath": ".github/workflows/.build-engine.yml",
|
|
55
55
|
"environment": "",
|
|
56
56
|
"environmentMode": "fixed",
|
|
57
57
|
"runnerPolicy": "unqualified",
|
|
58
58
|
"notes": ""
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"workflowPath": ".github/workflows/.
|
|
62
|
-
"authorityClass": "
|
|
61
|
+
"workflowPath": ".github/workflows/.build-release-verify-compat.yml",
|
|
62
|
+
"authorityClass": "governance-write",
|
|
63
63
|
"publicationCapable": false,
|
|
64
64
|
"capabilityIds": [],
|
|
65
65
|
"credentialMode": "none",
|
|
66
66
|
"publisherWorkflowMode": "fixed",
|
|
67
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
67
|
+
"publisherWorkflowPath": ".github/workflows/.build-release-verify-compat.yml",
|
|
68
68
|
"environment": "",
|
|
69
69
|
"environmentMode": "fixed",
|
|
70
70
|
"runnerPolicy": "unqualified",
|
|
71
71
|
"notes": ""
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"workflowPath": ".github/workflows/.
|
|
75
|
-
"authorityClass": "
|
|
76
|
-
"publicationCapable": true,
|
|
77
|
-
"capabilityIds": [
|
|
78
|
-
"channel-ref",
|
|
79
|
-
"github-release",
|
|
80
|
-
"npm-publish"
|
|
81
|
-
],
|
|
82
|
-
"credentialMode": "trusted-publishing",
|
|
83
|
-
"publisherWorkflowMode": "caller-bound",
|
|
84
|
-
"publisherWorkflowPath": ".github/workflows/.release-candidate-promote.yml",
|
|
85
|
-
"environment": "none",
|
|
86
|
-
"environmentMode": "fixed",
|
|
87
|
-
"runnerPolicy": "qualified-measured",
|
|
88
|
-
"notes": ""
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"workflowPath": ".github/workflows/.release-verify.yml",
|
|
92
|
-
"authorityClass": "governance-write",
|
|
74
|
+
"workflowPath": ".github/workflows/.build-sam-verify-compat.yml",
|
|
75
|
+
"authorityClass": "retired-deny",
|
|
93
76
|
"publicationCapable": false,
|
|
94
77
|
"capabilityIds": [],
|
|
95
78
|
"credentialMode": "none",
|
|
96
79
|
"publisherWorkflowMode": "fixed",
|
|
97
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
80
|
+
"publisherWorkflowPath": ".github/workflows/.build-sam-verify-compat.yml",
|
|
98
81
|
"environment": "",
|
|
99
82
|
"environmentMode": "fixed",
|
|
100
83
|
"runnerPolicy": "unqualified",
|
|
101
84
|
"notes": ""
|
|
102
85
|
},
|
|
103
86
|
{
|
|
104
|
-
"workflowPath": ".github/workflows/.
|
|
87
|
+
"workflowPath": ".github/workflows/.build-wheel-verify-compat.yml",
|
|
105
88
|
"authorityClass": "retired-deny",
|
|
106
89
|
"publicationCapable": false,
|
|
107
90
|
"capabilityIds": [],
|
|
108
91
|
"credentialMode": "none",
|
|
109
92
|
"publisherWorkflowMode": "fixed",
|
|
110
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
93
|
+
"publisherWorkflowPath": ".github/workflows/.build-wheel-verify-compat.yml",
|
|
111
94
|
"environment": "",
|
|
112
95
|
"environmentMode": "fixed",
|
|
113
96
|
"runnerPolicy": "unqualified",
|
|
114
97
|
"notes": ""
|
|
115
98
|
},
|
|
116
99
|
{
|
|
117
|
-
"workflowPath": ".github/workflows/.
|
|
118
|
-
"authorityClass": "
|
|
100
|
+
"workflowPath": ".github/workflows/.build.yml",
|
|
101
|
+
"authorityClass": "non-publication-oidc",
|
|
119
102
|
"publicationCapable": false,
|
|
120
103
|
"capabilityIds": [],
|
|
121
104
|
"credentialMode": "none",
|
|
122
105
|
"publisherWorkflowMode": "fixed",
|
|
123
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
106
|
+
"publisherWorkflowPath": ".github/workflows/.build.yml",
|
|
124
107
|
"environment": "",
|
|
125
108
|
"environmentMode": "fixed",
|
|
126
109
|
"runnerPolicy": "unqualified",
|
|
127
110
|
"notes": ""
|
|
128
111
|
},
|
|
129
112
|
{
|
|
130
|
-
"workflowPath": ".github/workflows/.
|
|
113
|
+
"workflowPath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
131
114
|
"authorityClass": "governance-write",
|
|
132
115
|
"publicationCapable": false,
|
|
133
116
|
"capabilityIds": [],
|
|
134
117
|
"credentialMode": "none",
|
|
135
118
|
"publisherWorkflowMode": "fixed",
|
|
136
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
119
|
+
"publisherWorkflowPath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
137
120
|
"environment": "",
|
|
138
121
|
"environmentMode": "fixed",
|
|
139
122
|
"runnerPolicy": "unqualified",
|
|
140
123
|
"notes": ""
|
|
141
124
|
},
|
|
142
125
|
{
|
|
143
|
-
"workflowPath": ".github/workflows/.
|
|
144
|
-
"authorityClass": "
|
|
145
|
-
"publicationCapable": true,
|
|
146
|
-
"capabilityIds": [
|
|
147
|
-
"web-production"
|
|
148
|
-
],
|
|
149
|
-
"credentialMode": "oidc",
|
|
150
|
-
"publisherWorkflowMode": "caller-bound",
|
|
151
|
-
"publisherWorkflowPath": ".github/workflows/.web-surface.yml",
|
|
152
|
-
"environment": "consumer-defined",
|
|
153
|
-
"environmentMode": "caller-bound",
|
|
154
|
-
"runnerPolicy": "qualified-measured",
|
|
155
|
-
"notes": ""
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"workflowPath": ".github/workflows/.wheel-release.yml",
|
|
159
|
-
"authorityClass": "retired-deny",
|
|
126
|
+
"workflowPath": ".github/workflows/.ops-git-sync.yml",
|
|
127
|
+
"authorityClass": "governance-write",
|
|
160
128
|
"publicationCapable": false,
|
|
161
129
|
"capabilityIds": [],
|
|
162
130
|
"credentialMode": "none",
|
|
163
131
|
"publisherWorkflowMode": "fixed",
|
|
164
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
132
|
+
"publisherWorkflowPath": ".github/workflows/.ops-git-sync.yml",
|
|
165
133
|
"environment": "",
|
|
166
134
|
"environmentMode": "fixed",
|
|
167
135
|
"runnerPolicy": "unqualified",
|
|
168
136
|
"notes": ""
|
|
169
137
|
},
|
|
170
138
|
{
|
|
171
|
-
"workflowPath": ".github/workflows/.
|
|
172
|
-
"authorityClass": "
|
|
139
|
+
"workflowPath": ".github/workflows/.publication-authority.yml",
|
|
140
|
+
"authorityClass": "evidence-publication",
|
|
173
141
|
"publicationCapable": false,
|
|
174
142
|
"capabilityIds": [],
|
|
175
143
|
"credentialMode": "none",
|
|
176
144
|
"publisherWorkflowMode": "fixed",
|
|
177
|
-
"publisherWorkflowPath": ".github/workflows/.
|
|
145
|
+
"publisherWorkflowPath": ".github/workflows/.publication-authority.yml",
|
|
178
146
|
"environment": "",
|
|
179
147
|
"environmentMode": "fixed",
|
|
180
148
|
"runnerPolicy": "unqualified",
|
|
181
149
|
"notes": ""
|
|
182
150
|
},
|
|
183
151
|
{
|
|
184
|
-
"workflowPath": ".github/workflows
|
|
152
|
+
"workflowPath": ".github/workflows/.release-authority.yml",
|
|
185
153
|
"authorityClass": "evidence-publication",
|
|
186
154
|
"publicationCapable": false,
|
|
187
155
|
"capabilityIds": [],
|
|
188
156
|
"credentialMode": "none",
|
|
189
157
|
"publisherWorkflowMode": "fixed",
|
|
190
|
-
"publisherWorkflowPath": ".github/workflows
|
|
158
|
+
"publisherWorkflowPath": ".github/workflows/.release-authority.yml",
|
|
191
159
|
"environment": "",
|
|
192
160
|
"environmentMode": "fixed",
|
|
193
161
|
"runnerPolicy": "unqualified",
|
|
194
162
|
"notes": ""
|
|
195
163
|
},
|
|
196
164
|
{
|
|
197
|
-
"workflowPath": ".github/workflows
|
|
165
|
+
"workflowPath": ".github/workflows/.release-binary-assets.yml",
|
|
166
|
+
"authorityClass": "product-publication",
|
|
167
|
+
"publicationCapable": true,
|
|
168
|
+
"capabilityIds": [
|
|
169
|
+
"github-release"
|
|
170
|
+
],
|
|
171
|
+
"credentialMode": "github-token",
|
|
172
|
+
"publisherWorkflowMode": "fixed",
|
|
173
|
+
"publisherWorkflowPath": ".github/workflows/.release-binary-assets.yml",
|
|
174
|
+
"environment": "buildchain-release-assets",
|
|
175
|
+
"environmentMode": "fixed",
|
|
176
|
+
"runnerPolicy": "qualified-measured",
|
|
177
|
+
"notes": ""
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"workflowPath": ".github/workflows/.release-candidate-promote.yml",
|
|
181
|
+
"authorityClass": "product-publication",
|
|
182
|
+
"publicationCapable": true,
|
|
183
|
+
"capabilityIds": [
|
|
184
|
+
"channel-ref",
|
|
185
|
+
"github-release",
|
|
186
|
+
"npm-publish"
|
|
187
|
+
],
|
|
188
|
+
"credentialMode": "trusted-publishing",
|
|
189
|
+
"publisherWorkflowMode": "caller-bound",
|
|
190
|
+
"publisherWorkflowPath": ".github/workflows/.release-candidate-promote.yml",
|
|
191
|
+
"environment": "none",
|
|
192
|
+
"environmentMode": "fixed",
|
|
193
|
+
"runnerPolicy": "qualified-measured",
|
|
194
|
+
"notes": ""
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"workflowPath": ".github/workflows/.release-promote.yml",
|
|
198
|
+
"authorityClass": "product-publication",
|
|
199
|
+
"publicationCapable": true,
|
|
200
|
+
"capabilityIds": [
|
|
201
|
+
"channel-ref",
|
|
202
|
+
"github-release",
|
|
203
|
+
"npm-publish"
|
|
204
|
+
],
|
|
205
|
+
"credentialMode": "trusted-publishing",
|
|
206
|
+
"publisherWorkflowMode": "caller-bound",
|
|
207
|
+
"publisherWorkflowPath": ".github/workflows/.release-promote.yml",
|
|
208
|
+
"environment": "none",
|
|
209
|
+
"environmentMode": "fixed",
|
|
210
|
+
"runnerPolicy": "qualified-measured",
|
|
211
|
+
"notes": ""
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"workflowPath": ".github/workflows/.release-verify.yml",
|
|
198
215
|
"authorityClass": "governance-write",
|
|
199
216
|
"publicationCapable": false,
|
|
200
217
|
"capabilityIds": [],
|
|
201
218
|
"credentialMode": "none",
|
|
202
219
|
"publisherWorkflowMode": "fixed",
|
|
203
|
-
"publisherWorkflowPath": ".github/workflows
|
|
220
|
+
"publisherWorkflowPath": ".github/workflows/.release-verify.yml",
|
|
204
221
|
"environment": "",
|
|
205
222
|
"environmentMode": "fixed",
|
|
206
223
|
"runnerPolicy": "unqualified",
|
|
207
224
|
"notes": ""
|
|
208
225
|
},
|
|
209
226
|
{
|
|
210
|
-
"workflowPath": ".github/workflows
|
|
211
|
-
"authorityClass": "
|
|
227
|
+
"workflowPath": ".github/workflows/.sam-verify.yml",
|
|
228
|
+
"authorityClass": "retired-deny",
|
|
212
229
|
"publicationCapable": false,
|
|
213
230
|
"capabilityIds": [],
|
|
214
231
|
"credentialMode": "none",
|
|
215
232
|
"publisherWorkflowMode": "fixed",
|
|
216
|
-
"publisherWorkflowPath": ".github/workflows
|
|
233
|
+
"publisherWorkflowPath": ".github/workflows/.sam-verify.yml",
|
|
217
234
|
"environment": "",
|
|
218
235
|
"environmentMode": "fixed",
|
|
219
236
|
"runnerPolicy": "unqualified",
|
|
220
237
|
"notes": ""
|
|
221
238
|
},
|
|
222
239
|
{
|
|
223
|
-
"workflowPath": ".github/workflows
|
|
240
|
+
"workflowPath": ".github/workflows/.sync-remote-git.yml",
|
|
224
241
|
"authorityClass": "governance-write",
|
|
225
242
|
"publicationCapable": false,
|
|
226
243
|
"capabilityIds": [],
|
|
227
244
|
"credentialMode": "none",
|
|
228
245
|
"publisherWorkflowMode": "fixed",
|
|
229
|
-
"publisherWorkflowPath": ".github/workflows
|
|
246
|
+
"publisherWorkflowPath": ".github/workflows/.sync-remote-git.yml",
|
|
230
247
|
"environment": "",
|
|
231
248
|
"environmentMode": "fixed",
|
|
232
249
|
"runnerPolicy": "unqualified",
|
|
233
250
|
"notes": ""
|
|
234
251
|
},
|
|
235
252
|
{
|
|
236
|
-
"workflowPath": ".github/workflows
|
|
237
|
-
"authorityClass": "
|
|
253
|
+
"workflowPath": ".github/workflows/.web-surface.yml",
|
|
254
|
+
"authorityClass": "product-publication",
|
|
255
|
+
"publicationCapable": true,
|
|
256
|
+
"capabilityIds": [
|
|
257
|
+
"web-production"
|
|
258
|
+
],
|
|
259
|
+
"credentialMode": "oidc",
|
|
260
|
+
"publisherWorkflowMode": "caller-bound",
|
|
261
|
+
"publisherWorkflowPath": ".github/workflows/.web-surface.yml",
|
|
262
|
+
"environment": "consumer-defined",
|
|
263
|
+
"environmentMode": "caller-bound",
|
|
264
|
+
"runnerPolicy": "qualified-measured",
|
|
265
|
+
"notes": ""
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"workflowPath": ".github/workflows/.wheel-verify.yml",
|
|
269
|
+
"authorityClass": "retired-deny",
|
|
238
270
|
"publicationCapable": false,
|
|
239
271
|
"capabilityIds": [],
|
|
240
272
|
"credentialMode": "none",
|
|
241
273
|
"publisherWorkflowMode": "fixed",
|
|
242
|
-
"publisherWorkflowPath": ".github/workflows
|
|
274
|
+
"publisherWorkflowPath": ".github/workflows/.wheel-verify.yml",
|
|
243
275
|
"environment": "",
|
|
244
276
|
"environmentMode": "fixed",
|
|
245
277
|
"runnerPolicy": "unqualified",
|
|
246
278
|
"notes": ""
|
|
247
279
|
},
|
|
248
280
|
{
|
|
249
|
-
"workflowPath": ".github/workflows/
|
|
250
|
-
"authorityClass": "
|
|
281
|
+
"workflowPath": ".github/workflows/artifact-signing-authority.yml",
|
|
282
|
+
"authorityClass": "evidence-publication",
|
|
251
283
|
"publicationCapable": false,
|
|
252
284
|
"capabilityIds": [],
|
|
253
285
|
"credentialMode": "none",
|
|
254
286
|
"publisherWorkflowMode": "fixed",
|
|
255
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
287
|
+
"publisherWorkflowPath": ".github/workflows/artifact-signing-authority.yml",
|
|
256
288
|
"environment": "",
|
|
257
289
|
"environmentMode": "fixed",
|
|
258
290
|
"runnerPolicy": "unqualified",
|
|
259
291
|
"notes": ""
|
|
260
292
|
},
|
|
261
293
|
{
|
|
262
|
-
"workflowPath": ".github/workflows/
|
|
294
|
+
"workflowPath": ".github/workflows/bootstrap.yml",
|
|
295
|
+
"authorityClass": "product-publication",
|
|
296
|
+
"publicationCapable": true,
|
|
297
|
+
"capabilityIds": [
|
|
298
|
+
"universal-candidate-execution"
|
|
299
|
+
],
|
|
300
|
+
"credentialMode": "caller-secrets",
|
|
301
|
+
"publisherWorkflowMode": "caller-bound",
|
|
302
|
+
"publisherWorkflowPath": ".github/workflows/bootstrap.yml",
|
|
303
|
+
"environment": "none",
|
|
304
|
+
"environmentMode": "fixed",
|
|
305
|
+
"runnerPolicy": "qualified-measured",
|
|
306
|
+
"notes": ""
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"workflowPath": ".github/workflows/build.yml",
|
|
263
310
|
"authorityClass": "non-publication-oidc",
|
|
264
311
|
"publicationCapable": false,
|
|
265
312
|
"capabilityIds": [],
|
|
266
313
|
"credentialMode": "none",
|
|
267
314
|
"publisherWorkflowMode": "fixed",
|
|
268
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
315
|
+
"publisherWorkflowPath": ".github/workflows/build.yml",
|
|
269
316
|
"environment": "",
|
|
270
317
|
"environmentMode": "fixed",
|
|
271
318
|
"runnerPolicy": "unqualified",
|
|
272
319
|
"notes": ""
|
|
273
320
|
},
|
|
274
321
|
{
|
|
275
|
-
"workflowPath": ".github/workflows/buildchain-
|
|
322
|
+
"workflowPath": ".github/workflows/buildchain-patrol.yml",
|
|
276
323
|
"authorityClass": "governance-write",
|
|
277
324
|
"publicationCapable": false,
|
|
278
325
|
"capabilityIds": [],
|
|
279
326
|
"credentialMode": "none",
|
|
280
327
|
"publisherWorkflowMode": "fixed",
|
|
281
|
-
"publisherWorkflowPath": ".github/workflows/buildchain-
|
|
328
|
+
"publisherWorkflowPath": ".github/workflows/buildchain-patrol.yml",
|
|
282
329
|
"environment": "",
|
|
283
330
|
"environmentMode": "fixed",
|
|
284
331
|
"runnerPolicy": "unqualified",
|
|
285
332
|
"notes": ""
|
|
286
333
|
},
|
|
287
334
|
{
|
|
288
|
-
"workflowPath": ".github/workflows/
|
|
335
|
+
"workflowPath": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
289
336
|
"authorityClass": "governance-write",
|
|
290
337
|
"publicationCapable": false,
|
|
291
338
|
"capabilityIds": [],
|
|
292
339
|
"credentialMode": "none",
|
|
293
340
|
"publisherWorkflowMode": "fixed",
|
|
294
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
341
|
+
"publisherWorkflowPath": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
295
342
|
"environment": "",
|
|
296
343
|
"environmentMode": "fixed",
|
|
297
344
|
"runnerPolicy": "unqualified",
|
|
298
345
|
"notes": ""
|
|
299
346
|
},
|
|
300
347
|
{
|
|
301
|
-
"workflowPath": ".github/workflows/
|
|
348
|
+
"workflowPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
302
349
|
"authorityClass": "governance-write",
|
|
303
350
|
"publicationCapable": false,
|
|
304
351
|
"capabilityIds": [],
|
|
305
352
|
"credentialMode": "none",
|
|
306
353
|
"publisherWorkflowMode": "fixed",
|
|
307
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
354
|
+
"publisherWorkflowPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
308
355
|
"environment": "",
|
|
309
356
|
"environmentMode": "fixed",
|
|
310
357
|
"runnerPolicy": "unqualified",
|
|
311
358
|
"notes": ""
|
|
312
359
|
},
|
|
313
360
|
{
|
|
314
|
-
"workflowPath": ".github/workflows/
|
|
361
|
+
"workflowPath": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
315
362
|
"authorityClass": "governance-write",
|
|
316
363
|
"publicationCapable": false,
|
|
317
364
|
"capabilityIds": [],
|
|
318
365
|
"credentialMode": "none",
|
|
319
366
|
"publisherWorkflowMode": "fixed",
|
|
320
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
367
|
+
"publisherWorkflowPath": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
321
368
|
"environment": "",
|
|
322
369
|
"environmentMode": "fixed",
|
|
323
370
|
"runnerPolicy": "unqualified",
|
|
324
371
|
"notes": ""
|
|
325
372
|
},
|
|
326
373
|
{
|
|
327
|
-
"workflowPath": ".github/workflows/
|
|
374
|
+
"workflowPath": ".github/workflows/dev-pr-auto-merge.yml",
|
|
328
375
|
"authorityClass": "governance-write",
|
|
329
376
|
"publicationCapable": false,
|
|
330
377
|
"capabilityIds": [],
|
|
331
378
|
"credentialMode": "none",
|
|
332
379
|
"publisherWorkflowMode": "fixed",
|
|
333
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
380
|
+
"publisherWorkflowPath": ".github/workflows/dev-pr-auto-merge.yml",
|
|
334
381
|
"environment": "",
|
|
335
382
|
"environmentMode": "fixed",
|
|
336
383
|
"runnerPolicy": "unqualified",
|
|
337
384
|
"notes": ""
|
|
338
385
|
},
|
|
339
386
|
{
|
|
340
|
-
"workflowPath": ".github/workflows/
|
|
387
|
+
"workflowPath": ".github/workflows/dev-qualification-patrol.yml",
|
|
341
388
|
"authorityClass": "governance-write",
|
|
342
389
|
"publicationCapable": false,
|
|
343
390
|
"capabilityIds": [],
|
|
344
391
|
"credentialMode": "none",
|
|
345
392
|
"publisherWorkflowMode": "fixed",
|
|
346
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
393
|
+
"publisherWorkflowPath": ".github/workflows/dev-qualification-patrol.yml",
|
|
347
394
|
"environment": "",
|
|
348
395
|
"environmentMode": "fixed",
|
|
349
396
|
"runnerPolicy": "unqualified",
|
|
350
397
|
"notes": ""
|
|
351
398
|
},
|
|
352
399
|
{
|
|
353
|
-
"workflowPath": ".github/workflows/
|
|
400
|
+
"workflowPath": ".github/workflows/engineering-housekeeper.yml",
|
|
354
401
|
"authorityClass": "governance-write",
|
|
355
402
|
"publicationCapable": false,
|
|
356
403
|
"capabilityIds": [],
|
|
357
404
|
"credentialMode": "none",
|
|
358
405
|
"publisherWorkflowMode": "fixed",
|
|
359
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
406
|
+
"publisherWorkflowPath": ".github/workflows/engineering-housekeeper.yml",
|
|
360
407
|
"environment": "",
|
|
361
408
|
"environmentMode": "fixed",
|
|
362
409
|
"runnerPolicy": "unqualified",
|
|
363
410
|
"notes": ""
|
|
364
411
|
},
|
|
365
412
|
{
|
|
366
|
-
"workflowPath": ".github/workflows/
|
|
413
|
+
"workflowPath": ".github/workflows/github-artifact-attestation.yml",
|
|
414
|
+
"authorityClass": "evidence-publication",
|
|
415
|
+
"publicationCapable": true,
|
|
416
|
+
"capabilityIds": [
|
|
417
|
+
"github-artifact-attestation"
|
|
418
|
+
],
|
|
419
|
+
"credentialMode": "oidc",
|
|
420
|
+
"publisherWorkflowMode": "caller-bound",
|
|
421
|
+
"publisherWorkflowPath": ".github/workflows/github-artifact-attestation.yml",
|
|
422
|
+
"environment": "consumer-defined",
|
|
423
|
+
"environmentMode": "caller-bound",
|
|
424
|
+
"runnerPolicy": "qualified-measured",
|
|
425
|
+
"notes": ""
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"workflowPath": ".github/workflows/paper-release-sealed.yml",
|
|
429
|
+
"authorityClass": "product-publication",
|
|
430
|
+
"publicationCapable": true,
|
|
431
|
+
"capabilityIds": [
|
|
432
|
+
"github-release",
|
|
433
|
+
"npm-publish"
|
|
434
|
+
],
|
|
435
|
+
"credentialMode": "trusted-publishing",
|
|
436
|
+
"publisherWorkflowMode": "caller-bound",
|
|
437
|
+
"publisherWorkflowPath": ".github/workflows/paper-release-sealed.yml",
|
|
438
|
+
"environment": "none",
|
|
439
|
+
"environmentMode": "fixed",
|
|
440
|
+
"runnerPolicy": "qualified-measured",
|
|
441
|
+
"notes": ""
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"workflowPath": ".github/workflows/paper-release.yml",
|
|
445
|
+
"authorityClass": "product-publication",
|
|
446
|
+
"publicationCapable": true,
|
|
447
|
+
"capabilityIds": [
|
|
448
|
+
"github-release",
|
|
449
|
+
"npm-publish"
|
|
450
|
+
],
|
|
451
|
+
"credentialMode": "trusted-publishing",
|
|
452
|
+
"publisherWorkflowMode": "caller-bound",
|
|
453
|
+
"publisherWorkflowPath": ".github/workflows/paper-release.yml",
|
|
454
|
+
"environment": "none",
|
|
455
|
+
"environmentMode": "fixed",
|
|
456
|
+
"runnerPolicy": "qualified-measured",
|
|
457
|
+
"notes": ""
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"workflowPath": ".github/workflows/patrol-daily.yml",
|
|
367
461
|
"authorityClass": "governance-write",
|
|
368
462
|
"publicationCapable": false,
|
|
369
463
|
"capabilityIds": [],
|
|
370
464
|
"credentialMode": "none",
|
|
371
465
|
"publisherWorkflowMode": "fixed",
|
|
372
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
466
|
+
"publisherWorkflowPath": ".github/workflows/patrol-daily.yml",
|
|
373
467
|
"environment": "",
|
|
374
468
|
"environmentMode": "fixed",
|
|
375
469
|
"runnerPolicy": "unqualified",
|
|
376
470
|
"notes": ""
|
|
377
471
|
},
|
|
378
472
|
{
|
|
379
|
-
"workflowPath": ".github/workflows/
|
|
473
|
+
"workflowPath": ".github/workflows/patrol-monthly.yml",
|
|
380
474
|
"authorityClass": "governance-write",
|
|
381
475
|
"publicationCapable": false,
|
|
382
476
|
"capabilityIds": [],
|
|
383
477
|
"credentialMode": "none",
|
|
384
478
|
"publisherWorkflowMode": "fixed",
|
|
385
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
479
|
+
"publisherWorkflowPath": ".github/workflows/patrol-monthly.yml",
|
|
386
480
|
"environment": "",
|
|
387
481
|
"environmentMode": "fixed",
|
|
388
482
|
"runnerPolicy": "unqualified",
|
|
389
483
|
"notes": ""
|
|
390
484
|
},
|
|
391
485
|
{
|
|
392
|
-
"workflowPath": ".github/workflows/
|
|
486
|
+
"workflowPath": ".github/workflows/patrol-observed-evidence.yml",
|
|
487
|
+
"authorityClass": "product-publication",
|
|
488
|
+
"publicationCapable": true,
|
|
489
|
+
"capabilityIds": [
|
|
490
|
+
"observed-evidence-publication"
|
|
491
|
+
],
|
|
492
|
+
"credentialMode": "oidc",
|
|
493
|
+
"publisherWorkflowMode": "caller-bound",
|
|
494
|
+
"publisherWorkflowPath": ".github/workflows/patrol-observed-evidence.yml",
|
|
495
|
+
"environment": "consumer-defined",
|
|
496
|
+
"environmentMode": "caller-bound",
|
|
497
|
+
"runnerPolicy": "qualified-measured",
|
|
498
|
+
"notes": ""
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"workflowPath": ".github/workflows/patrol-weekly.yml",
|
|
393
502
|
"authorityClass": "governance-write",
|
|
394
503
|
"publicationCapable": false,
|
|
395
504
|
"capabilityIds": [],
|
|
396
505
|
"credentialMode": "none",
|
|
397
506
|
"publisherWorkflowMode": "fixed",
|
|
398
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
507
|
+
"publisherWorkflowPath": ".github/workflows/patrol-weekly.yml",
|
|
399
508
|
"environment": "",
|
|
400
509
|
"environmentMode": "fixed",
|
|
401
510
|
"runnerPolicy": "unqualified",
|
|
402
511
|
"notes": ""
|
|
403
512
|
},
|
|
404
513
|
{
|
|
405
|
-
"workflowPath": ".github/workflows/
|
|
406
|
-
"authorityClass": "
|
|
514
|
+
"workflowPath": ".github/workflows/public-build-candidate.yml",
|
|
515
|
+
"authorityClass": "non-publication-oidc",
|
|
407
516
|
"publicationCapable": false,
|
|
408
517
|
"capabilityIds": [],
|
|
409
518
|
"credentialMode": "none",
|
|
410
519
|
"publisherWorkflowMode": "fixed",
|
|
411
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
520
|
+
"publisherWorkflowPath": ".github/workflows/public-build-candidate.yml",
|
|
412
521
|
"environment": "",
|
|
413
522
|
"environmentMode": "fixed",
|
|
414
523
|
"runnerPolicy": "unqualified",
|
|
415
524
|
"notes": ""
|
|
416
525
|
},
|
|
417
526
|
{
|
|
418
|
-
"workflowPath": ".github/workflows/
|
|
527
|
+
"workflowPath": ".github/workflows/public-build-demo.yml",
|
|
419
528
|
"authorityClass": "governance-write",
|
|
420
529
|
"publicationCapable": false,
|
|
421
530
|
"capabilityIds": [],
|
|
422
531
|
"credentialMode": "none",
|
|
423
532
|
"publisherWorkflowMode": "fixed",
|
|
424
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
533
|
+
"publisherWorkflowPath": ".github/workflows/public-build-demo.yml",
|
|
425
534
|
"environment": "",
|
|
426
535
|
"environmentMode": "fixed",
|
|
427
536
|
"runnerPolicy": "unqualified",
|
|
428
537
|
"notes": ""
|
|
429
538
|
},
|
|
430
539
|
{
|
|
431
|
-
"workflowPath": ".github/workflows/
|
|
432
|
-
"authorityClass": "
|
|
540
|
+
"workflowPath": ".github/workflows/public-build-publication.yml",
|
|
541
|
+
"authorityClass": "evidence-publication",
|
|
433
542
|
"publicationCapable": false,
|
|
434
543
|
"capabilityIds": [],
|
|
435
544
|
"credentialMode": "none",
|
|
436
545
|
"publisherWorkflowMode": "fixed",
|
|
437
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
546
|
+
"publisherWorkflowPath": ".github/workflows/public-build-publication.yml",
|
|
438
547
|
"environment": "",
|
|
439
548
|
"environmentMode": "fixed",
|
|
440
549
|
"runnerPolicy": "unqualified",
|
|
441
550
|
"notes": ""
|
|
442
551
|
},
|
|
443
552
|
{
|
|
444
|
-
"workflowPath": ".github/workflows/
|
|
553
|
+
"workflowPath": ".github/workflows/public-ops-alpha-candidate-patrol.yml",
|
|
445
554
|
"authorityClass": "governance-write",
|
|
446
555
|
"publicationCapable": false,
|
|
447
556
|
"capabilityIds": [],
|
|
448
557
|
"credentialMode": "none",
|
|
449
558
|
"publisherWorkflowMode": "fixed",
|
|
450
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
559
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-alpha-candidate-patrol.yml",
|
|
451
560
|
"environment": "",
|
|
452
561
|
"environmentMode": "fixed",
|
|
453
562
|
"runnerPolicy": "unqualified",
|
|
454
563
|
"notes": ""
|
|
455
564
|
},
|
|
456
565
|
{
|
|
457
|
-
"workflowPath": ".github/workflows/
|
|
458
|
-
"authorityClass": "
|
|
459
|
-
"publicationCapable":
|
|
460
|
-
"capabilityIds": [
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
"
|
|
464
|
-
"
|
|
566
|
+
"workflowPath": ".github/workflows/public-ops-bootstrap-recovery.yml",
|
|
567
|
+
"authorityClass": "product-publication",
|
|
568
|
+
"publicationCapable": true,
|
|
569
|
+
"capabilityIds": [
|
|
570
|
+
"universal-candidate-execution"
|
|
571
|
+
],
|
|
572
|
+
"credentialMode": "caller-secrets",
|
|
573
|
+
"publisherWorkflowMode": "caller-bound",
|
|
574
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-bootstrap-recovery.yml",
|
|
575
|
+
"environment": "none",
|
|
465
576
|
"environmentMode": "fixed",
|
|
466
|
-
"runnerPolicy": "
|
|
577
|
+
"runnerPolicy": "qualified-measured",
|
|
578
|
+
"notes": ""
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"workflowPath": ".github/workflows/public-ops-bootstrap.yml",
|
|
582
|
+
"authorityClass": "product-publication",
|
|
583
|
+
"publicationCapable": true,
|
|
584
|
+
"capabilityIds": [
|
|
585
|
+
"universal-candidate-execution"
|
|
586
|
+
],
|
|
587
|
+
"credentialMode": "caller-secrets",
|
|
588
|
+
"publisherWorkflowMode": "caller-bound",
|
|
589
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-bootstrap.yml",
|
|
590
|
+
"environment": "none",
|
|
591
|
+
"environmentMode": "fixed",
|
|
592
|
+
"runnerPolicy": "qualified-measured",
|
|
467
593
|
"notes": ""
|
|
468
594
|
},
|
|
469
595
|
{
|
|
470
|
-
"workflowPath": ".github/workflows/
|
|
596
|
+
"workflowPath": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
471
597
|
"authorityClass": "governance-write",
|
|
472
598
|
"publicationCapable": false,
|
|
473
599
|
"capabilityIds": [],
|
|
474
600
|
"credentialMode": "none",
|
|
475
601
|
"publisherWorkflowMode": "fixed",
|
|
476
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
602
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
477
603
|
"environment": "",
|
|
478
604
|
"environmentMode": "fixed",
|
|
479
605
|
"runnerPolicy": "unqualified",
|
|
480
606
|
"notes": ""
|
|
481
607
|
},
|
|
482
608
|
{
|
|
483
|
-
"workflowPath": ".github/workflows/
|
|
609
|
+
"workflowPath": ".github/workflows/public-ops-dev-qualification-patrol.yml",
|
|
484
610
|
"authorityClass": "governance-write",
|
|
485
611
|
"publicationCapable": false,
|
|
486
612
|
"capabilityIds": [],
|
|
487
613
|
"credentialMode": "none",
|
|
488
614
|
"publisherWorkflowMode": "fixed",
|
|
489
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
615
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-dev-qualification-patrol.yml",
|
|
490
616
|
"environment": "",
|
|
491
617
|
"environmentMode": "fixed",
|
|
492
618
|
"runnerPolicy": "unqualified",
|
|
493
619
|
"notes": ""
|
|
494
620
|
},
|
|
495
621
|
{
|
|
496
|
-
"workflowPath": ".github/workflows/
|
|
622
|
+
"workflowPath": ".github/workflows/public-ops-housekeeping.yml",
|
|
497
623
|
"authorityClass": "governance-write",
|
|
498
624
|
"publicationCapable": false,
|
|
499
625
|
"capabilityIds": [],
|
|
500
626
|
"credentialMode": "none",
|
|
501
627
|
"publisherWorkflowMode": "fixed",
|
|
502
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
628
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-housekeeping.yml",
|
|
503
629
|
"environment": "",
|
|
504
630
|
"environmentMode": "fixed",
|
|
505
631
|
"runnerPolicy": "unqualified",
|
|
506
632
|
"notes": ""
|
|
507
633
|
},
|
|
508
634
|
{
|
|
509
|
-
"workflowPath": ".github/workflows/
|
|
510
|
-
"authorityClass": "
|
|
635
|
+
"workflowPath": ".github/workflows/public-ops-observed-evidence.yml",
|
|
636
|
+
"authorityClass": "product-publication",
|
|
511
637
|
"publicationCapable": true,
|
|
512
638
|
"capabilityIds": [
|
|
513
|
-
"
|
|
639
|
+
"observed-evidence-publication"
|
|
514
640
|
],
|
|
515
641
|
"credentialMode": "oidc",
|
|
516
642
|
"publisherWorkflowMode": "caller-bound",
|
|
517
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
643
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-observed-evidence.yml",
|
|
518
644
|
"environment": "consumer-defined",
|
|
519
645
|
"environmentMode": "caller-bound",
|
|
520
646
|
"runnerPolicy": "qualified-measured",
|
|
521
647
|
"notes": ""
|
|
522
648
|
},
|
|
523
649
|
{
|
|
524
|
-
"workflowPath": ".github/workflows/
|
|
650
|
+
"workflowPath": ".github/workflows/public-ops-patrol-daily.yml",
|
|
525
651
|
"authorityClass": "governance-write",
|
|
526
652
|
"publicationCapable": false,
|
|
527
653
|
"capabilityIds": [],
|
|
528
654
|
"credentialMode": "none",
|
|
529
655
|
"publisherWorkflowMode": "fixed",
|
|
530
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
656
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-patrol-daily.yml",
|
|
531
657
|
"environment": "",
|
|
532
658
|
"environmentMode": "fixed",
|
|
533
659
|
"runnerPolicy": "unqualified",
|
|
534
660
|
"notes": ""
|
|
535
661
|
},
|
|
536
662
|
{
|
|
537
|
-
"workflowPath": ".github/workflows/
|
|
538
|
-
"authorityClass": "
|
|
663
|
+
"workflowPath": ".github/workflows/public-ops-patrol-monthly.yml",
|
|
664
|
+
"authorityClass": "governance-write",
|
|
539
665
|
"publicationCapable": false,
|
|
540
666
|
"capabilityIds": [],
|
|
541
667
|
"credentialMode": "none",
|
|
542
668
|
"publisherWorkflowMode": "fixed",
|
|
543
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
669
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-patrol-monthly.yml",
|
|
544
670
|
"environment": "",
|
|
545
671
|
"environmentMode": "fixed",
|
|
546
672
|
"runnerPolicy": "unqualified",
|
|
547
673
|
"notes": ""
|
|
548
674
|
},
|
|
549
675
|
{
|
|
550
|
-
"workflowPath": ".github/workflows/
|
|
676
|
+
"workflowPath": ".github/workflows/public-ops-patrol-weekly.yml",
|
|
677
|
+
"authorityClass": "governance-write",
|
|
678
|
+
"publicationCapable": false,
|
|
679
|
+
"capabilityIds": [],
|
|
680
|
+
"credentialMode": "none",
|
|
681
|
+
"publisherWorkflowMode": "fixed",
|
|
682
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-patrol-weekly.yml",
|
|
683
|
+
"environment": "",
|
|
684
|
+
"environmentMode": "fixed",
|
|
685
|
+
"runnerPolicy": "unqualified",
|
|
686
|
+
"notes": ""
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"workflowPath": ".github/workflows/public-ops-patrol.yml",
|
|
690
|
+
"authorityClass": "governance-write",
|
|
691
|
+
"publicationCapable": false,
|
|
692
|
+
"capabilityIds": [],
|
|
693
|
+
"credentialMode": "none",
|
|
694
|
+
"publisherWorkflowMode": "fixed",
|
|
695
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-patrol.yml",
|
|
696
|
+
"environment": "",
|
|
697
|
+
"environmentMode": "fixed",
|
|
698
|
+
"runnerPolicy": "unqualified",
|
|
699
|
+
"notes": ""
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"workflowPath": ".github/workflows/public-ops-stable-candidate-patrol.yml",
|
|
703
|
+
"authorityClass": "governance-write",
|
|
704
|
+
"publicationCapable": false,
|
|
705
|
+
"capabilityIds": [],
|
|
706
|
+
"credentialMode": "none",
|
|
707
|
+
"publisherWorkflowMode": "fixed",
|
|
708
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-stable-candidate-patrol.yml",
|
|
709
|
+
"environment": "",
|
|
710
|
+
"environmentMode": "fixed",
|
|
711
|
+
"runnerPolicy": "unqualified",
|
|
712
|
+
"notes": ""
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"workflowPath": ".github/workflows/public-ops-warrant-cancel.yml",
|
|
716
|
+
"authorityClass": "governance-write",
|
|
717
|
+
"publicationCapable": false,
|
|
718
|
+
"capabilityIds": [],
|
|
719
|
+
"credentialMode": "none",
|
|
720
|
+
"publisherWorkflowMode": "fixed",
|
|
721
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-warrant-cancel.yml",
|
|
722
|
+
"environment": "",
|
|
723
|
+
"environmentMode": "fixed",
|
|
724
|
+
"runnerPolicy": "unqualified",
|
|
725
|
+
"notes": ""
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"workflowPath": ".github/workflows/public-ops-warrant-close.yml",
|
|
729
|
+
"authorityClass": "governance-write",
|
|
730
|
+
"publicationCapable": false,
|
|
731
|
+
"capabilityIds": [],
|
|
732
|
+
"credentialMode": "none",
|
|
733
|
+
"publisherWorkflowMode": "fixed",
|
|
734
|
+
"publisherWorkflowPath": ".github/workflows/public-ops-warrant-close.yml",
|
|
735
|
+
"environment": "",
|
|
736
|
+
"environmentMode": "fixed",
|
|
737
|
+
"runnerPolicy": "unqualified",
|
|
738
|
+
"notes": ""
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"workflowPath": ".github/workflows/public-release-artifact-attestation.yml",
|
|
742
|
+
"authorityClass": "evidence-publication",
|
|
743
|
+
"publicationCapable": true,
|
|
744
|
+
"capabilityIds": [
|
|
745
|
+
"github-artifact-attestation"
|
|
746
|
+
],
|
|
747
|
+
"credentialMode": "oidc",
|
|
748
|
+
"publisherWorkflowMode": "caller-bound",
|
|
749
|
+
"publisherWorkflowPath": ".github/workflows/public-release-artifact-attestation.yml",
|
|
750
|
+
"environment": "consumer-defined",
|
|
751
|
+
"environmentMode": "caller-bound",
|
|
752
|
+
"runnerPolicy": "qualified-measured",
|
|
753
|
+
"notes": ""
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"workflowPath": ".github/workflows/public-release-paper-sealed.yml",
|
|
551
757
|
"authorityClass": "product-publication",
|
|
552
758
|
"publicationCapable": true,
|
|
553
759
|
"capabilityIds": [
|
|
@@ -556,14 +762,14 @@
|
|
|
556
762
|
],
|
|
557
763
|
"credentialMode": "trusted-publishing",
|
|
558
764
|
"publisherWorkflowMode": "caller-bound",
|
|
559
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
765
|
+
"publisherWorkflowPath": ".github/workflows/public-release-paper-sealed.yml",
|
|
560
766
|
"environment": "none",
|
|
561
767
|
"environmentMode": "fixed",
|
|
562
768
|
"runnerPolicy": "qualified-measured",
|
|
563
769
|
"notes": ""
|
|
564
770
|
},
|
|
565
771
|
{
|
|
566
|
-
"workflowPath": ".github/workflows/
|
|
772
|
+
"workflowPath": ".github/workflows/public-release-paper.yml",
|
|
567
773
|
"authorityClass": "product-publication",
|
|
568
774
|
"publicationCapable": true,
|
|
569
775
|
"capabilityIds": [
|
|
@@ -572,64 +778,86 @@
|
|
|
572
778
|
],
|
|
573
779
|
"credentialMode": "trusted-publishing",
|
|
574
780
|
"publisherWorkflowMode": "caller-bound",
|
|
575
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
781
|
+
"publisherWorkflowPath": ".github/workflows/public-release-paper.yml",
|
|
576
782
|
"environment": "none",
|
|
577
783
|
"environmentMode": "fixed",
|
|
578
784
|
"runnerPolicy": "qualified-measured",
|
|
579
785
|
"notes": ""
|
|
580
786
|
},
|
|
581
787
|
{
|
|
582
|
-
"workflowPath": ".github/workflows/
|
|
788
|
+
"workflowPath": ".github/workflows/public-release-promote.yml",
|
|
789
|
+
"authorityClass": "product-publication",
|
|
790
|
+
"publicationCapable": true,
|
|
791
|
+
"capabilityIds": [
|
|
792
|
+
"channel-ref",
|
|
793
|
+
"github-release",
|
|
794
|
+
"npm-publish"
|
|
795
|
+
],
|
|
796
|
+
"credentialMode": "trusted-publishing",
|
|
797
|
+
"publisherWorkflowMode": "caller-bound",
|
|
798
|
+
"publisherWorkflowPath": ".github/workflows/public-release-promote.yml",
|
|
799
|
+
"environment": "none",
|
|
800
|
+
"environmentMode": "fixed",
|
|
801
|
+
"runnerPolicy": "qualified-measured",
|
|
802
|
+
"notes": ""
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"workflowPath": ".github/workflows/public-release-propagation.yml",
|
|
583
806
|
"authorityClass": "governance-write",
|
|
584
807
|
"publicationCapable": false,
|
|
585
808
|
"capabilityIds": [],
|
|
586
809
|
"credentialMode": "none",
|
|
587
810
|
"publisherWorkflowMode": "fixed",
|
|
588
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
811
|
+
"publisherWorkflowPath": ".github/workflows/public-release-propagation.yml",
|
|
589
812
|
"environment": "",
|
|
590
813
|
"environmentMode": "fixed",
|
|
591
814
|
"runnerPolicy": "unqualified",
|
|
592
815
|
"notes": ""
|
|
593
816
|
},
|
|
594
817
|
{
|
|
595
|
-
"workflowPath": ".github/workflows/
|
|
596
|
-
"authorityClass": "
|
|
818
|
+
"workflowPath": ".github/workflows/public-release-signing-authority.yml",
|
|
819
|
+
"authorityClass": "evidence-publication",
|
|
597
820
|
"publicationCapable": false,
|
|
598
821
|
"capabilityIds": [],
|
|
599
822
|
"credentialMode": "none",
|
|
600
823
|
"publisherWorkflowMode": "fixed",
|
|
601
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
824
|
+
"publisherWorkflowPath": ".github/workflows/public-release-signing-authority.yml",
|
|
602
825
|
"environment": "",
|
|
603
826
|
"environmentMode": "fixed",
|
|
604
827
|
"runnerPolicy": "unqualified",
|
|
605
828
|
"notes": ""
|
|
606
829
|
},
|
|
607
830
|
{
|
|
608
|
-
"workflowPath": ".github/workflows/
|
|
831
|
+
"workflowPath": ".github/workflows/public-release-tail.yml",
|
|
609
832
|
"authorityClass": "product-publication",
|
|
610
833
|
"publicationCapable": true,
|
|
611
834
|
"capabilityIds": [
|
|
612
|
-
"
|
|
835
|
+
"artifact.publish",
|
|
836
|
+
"release.activate",
|
|
837
|
+
"released-evidence.synthesize",
|
|
838
|
+
"signed-channel.commit"
|
|
613
839
|
],
|
|
614
|
-
"credentialMode": "
|
|
615
|
-
"publisherWorkflowMode": "
|
|
616
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
617
|
-
"environment": "
|
|
840
|
+
"credentialMode": "caller-secrets",
|
|
841
|
+
"publisherWorkflowMode": "fixed",
|
|
842
|
+
"publisherWorkflowPath": ".github/workflows/public-release-tail.yml",
|
|
843
|
+
"environment": "caller-bound",
|
|
618
844
|
"environmentMode": "caller-bound",
|
|
619
845
|
"runnerPolicy": "qualified-measured",
|
|
620
846
|
"notes": ""
|
|
621
847
|
},
|
|
622
848
|
{
|
|
623
|
-
"workflowPath": ".github/workflows/
|
|
624
|
-
"authorityClass": "
|
|
625
|
-
"publicationCapable":
|
|
626
|
-
"capabilityIds": [
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"
|
|
849
|
+
"workflowPath": ".github/workflows/public-release-web.yml",
|
|
850
|
+
"authorityClass": "product-publication",
|
|
851
|
+
"publicationCapable": true,
|
|
852
|
+
"capabilityIds": [
|
|
853
|
+
"web-production"
|
|
854
|
+
],
|
|
855
|
+
"credentialMode": "oidc",
|
|
856
|
+
"publisherWorkflowMode": "caller-bound",
|
|
857
|
+
"publisherWorkflowPath": ".github/workflows/public-release-web.yml",
|
|
858
|
+
"environment": "consumer-defined",
|
|
859
|
+
"environmentMode": "caller-bound",
|
|
860
|
+
"runnerPolicy": "qualified-measured",
|
|
633
861
|
"notes": ""
|
|
634
862
|
},
|
|
635
863
|
{
|
|
@@ -662,19 +890,6 @@
|
|
|
662
890
|
"runnerPolicy": "qualified-measured",
|
|
663
891
|
"notes": ""
|
|
664
892
|
},
|
|
665
|
-
{
|
|
666
|
-
"workflowPath": ".github/workflows/release-line-bootstrap.yml",
|
|
667
|
-
"authorityClass": "governance-write",
|
|
668
|
-
"publicationCapable": false,
|
|
669
|
-
"capabilityIds": [],
|
|
670
|
-
"credentialMode": "none",
|
|
671
|
-
"publisherWorkflowMode": "fixed",
|
|
672
|
-
"publisherWorkflowPath": ".github/workflows/release-line-bootstrap.yml",
|
|
673
|
-
"environment": "",
|
|
674
|
-
"environmentMode": "fixed",
|
|
675
|
-
"runnerPolicy": "unqualified",
|
|
676
|
-
"notes": ""
|
|
677
|
-
},
|
|
678
893
|
{
|
|
679
894
|
"workflowPath": ".github/workflows/release-propagation.yml",
|
|
680
895
|
"authorityClass": "governance-write",
|
|
@@ -707,69 +922,622 @@
|
|
|
707
922
|
"notes": ""
|
|
708
923
|
},
|
|
709
924
|
{
|
|
710
|
-
"workflowPath": ".github/workflows/
|
|
925
|
+
"workflowPath": ".github/workflows/self-build-alpha-dogfood.yml",
|
|
926
|
+
"authorityClass": "non-publication-oidc",
|
|
927
|
+
"publicationCapable": false,
|
|
928
|
+
"capabilityIds": [],
|
|
929
|
+
"credentialMode": "none",
|
|
930
|
+
"publisherWorkflowMode": "fixed",
|
|
931
|
+
"publisherWorkflowPath": ".github/workflows/self-build-alpha-dogfood.yml",
|
|
932
|
+
"environment": "",
|
|
933
|
+
"environmentMode": "fixed",
|
|
934
|
+
"runnerPolicy": "unqualified",
|
|
935
|
+
"notes": ""
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"workflowPath": ".github/workflows/self-build-binary-distribution.yml",
|
|
939
|
+
"authorityClass": "evidence-publication",
|
|
940
|
+
"publicationCapable": false,
|
|
941
|
+
"capabilityIds": [],
|
|
942
|
+
"credentialMode": "none",
|
|
943
|
+
"publisherWorkflowMode": "fixed",
|
|
944
|
+
"publisherWorkflowPath": ".github/workflows/self-build-binary-distribution.yml",
|
|
945
|
+
"environment": "",
|
|
946
|
+
"environmentMode": "fixed",
|
|
947
|
+
"runnerPolicy": "unqualified",
|
|
948
|
+
"notes": ""
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"workflowPath": ".github/workflows/self-build-demo-dogfood.yml",
|
|
711
952
|
"authorityClass": "governance-write",
|
|
712
953
|
"publicationCapable": false,
|
|
713
954
|
"capabilityIds": [],
|
|
714
955
|
"credentialMode": "none",
|
|
715
956
|
"publisherWorkflowMode": "fixed",
|
|
716
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
957
|
+
"publisherWorkflowPath": ".github/workflows/self-build-demo-dogfood.yml",
|
|
717
958
|
"environment": "",
|
|
718
959
|
"environmentMode": "fixed",
|
|
719
960
|
"runnerPolicy": "unqualified",
|
|
720
961
|
"notes": ""
|
|
721
962
|
},
|
|
722
963
|
{
|
|
723
|
-
"workflowPath": ".github/workflows/
|
|
964
|
+
"workflowPath": ".github/workflows/self-build-fixture.yml",
|
|
965
|
+
"authorityClass": "non-publication-oidc",
|
|
966
|
+
"publicationCapable": false,
|
|
967
|
+
"capabilityIds": [],
|
|
968
|
+
"credentialMode": "none",
|
|
969
|
+
"publisherWorkflowMode": "fixed",
|
|
970
|
+
"publisherWorkflowPath": ".github/workflows/self-build-fixture.yml",
|
|
971
|
+
"environment": "",
|
|
972
|
+
"environmentMode": "fixed",
|
|
973
|
+
"runnerPolicy": "unqualified",
|
|
974
|
+
"notes": ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"workflowPath": ".github/workflows/self-build-release-verify-compat.yml",
|
|
724
978
|
"authorityClass": "governance-write",
|
|
725
979
|
"publicationCapable": false,
|
|
726
980
|
"capabilityIds": [],
|
|
727
981
|
"credentialMode": "none",
|
|
728
982
|
"publisherWorkflowMode": "fixed",
|
|
729
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
983
|
+
"publisherWorkflowPath": ".github/workflows/self-build-release-verify-compat.yml",
|
|
730
984
|
"environment": "",
|
|
731
985
|
"environmentMode": "fixed",
|
|
732
986
|
"runnerPolicy": "unqualified",
|
|
733
987
|
"notes": ""
|
|
734
988
|
},
|
|
735
989
|
{
|
|
736
|
-
"workflowPath": ".github/workflows/
|
|
990
|
+
"workflowPath": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
737
991
|
"authorityClass": "product-publication",
|
|
738
992
|
"publicationCapable": true,
|
|
739
993
|
"capabilityIds": [
|
|
740
|
-
"
|
|
741
|
-
"release.activate",
|
|
742
|
-
"released-evidence.synthesize",
|
|
743
|
-
"signed-channel.commit"
|
|
994
|
+
"universal-candidate-execution"
|
|
744
995
|
],
|
|
745
996
|
"credentialMode": "caller-secrets",
|
|
746
|
-
"publisherWorkflowMode": "
|
|
747
|
-
"publisherWorkflowPath": ".github/workflows/
|
|
997
|
+
"publisherWorkflowMode": "caller-bound",
|
|
998
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
748
999
|
"environment": "none",
|
|
749
1000
|
"environmentMode": "fixed",
|
|
750
1001
|
"runnerPolicy": "qualified-measured",
|
|
751
1002
|
"notes": ""
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"workflowPath": ".github/workflows/self-ops-dev-delivery.yml",
|
|
1006
|
+
"authorityClass": "governance-write",
|
|
1007
|
+
"publicationCapable": false,
|
|
1008
|
+
"capabilityIds": [],
|
|
1009
|
+
"credentialMode": "none",
|
|
1010
|
+
"publisherWorkflowMode": "fixed",
|
|
1011
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-dev-delivery.yml",
|
|
1012
|
+
"environment": "",
|
|
1013
|
+
"environmentMode": "fixed",
|
|
1014
|
+
"runnerPolicy": "unqualified",
|
|
1015
|
+
"notes": ""
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"workflowPath": ".github/workflows/self-ops-governance-audit.yml",
|
|
1019
|
+
"authorityClass": "governance-write",
|
|
1020
|
+
"publicationCapable": false,
|
|
1021
|
+
"capabilityIds": [],
|
|
1022
|
+
"credentialMode": "none",
|
|
1023
|
+
"publisherWorkflowMode": "fixed",
|
|
1024
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-governance-audit.yml",
|
|
1025
|
+
"environment": "",
|
|
1026
|
+
"environmentMode": "fixed",
|
|
1027
|
+
"runnerPolicy": "unqualified",
|
|
1028
|
+
"notes": ""
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"workflowPath": ".github/workflows/self-ops-housekeeping-daily.yml",
|
|
1032
|
+
"authorityClass": "governance-write",
|
|
1033
|
+
"publicationCapable": false,
|
|
1034
|
+
"capabilityIds": [],
|
|
1035
|
+
"credentialMode": "none",
|
|
1036
|
+
"publisherWorkflowMode": "fixed",
|
|
1037
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-housekeeping-daily.yml",
|
|
1038
|
+
"environment": "",
|
|
1039
|
+
"environmentMode": "fixed",
|
|
1040
|
+
"runnerPolicy": "unqualified",
|
|
1041
|
+
"notes": ""
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"workflowPath": ".github/workflows/self-ops-housekeeping-monthly.yml",
|
|
1045
|
+
"authorityClass": "governance-write",
|
|
1046
|
+
"publicationCapable": false,
|
|
1047
|
+
"capabilityIds": [],
|
|
1048
|
+
"credentialMode": "none",
|
|
1049
|
+
"publisherWorkflowMode": "fixed",
|
|
1050
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-housekeeping-monthly.yml",
|
|
1051
|
+
"environment": "",
|
|
1052
|
+
"environmentMode": "fixed",
|
|
1053
|
+
"runnerPolicy": "unqualified",
|
|
1054
|
+
"notes": ""
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"workflowPath": ".github/workflows/self-ops-housekeeping-weekly.yml",
|
|
1058
|
+
"authorityClass": "governance-write",
|
|
1059
|
+
"publicationCapable": false,
|
|
1060
|
+
"capabilityIds": [],
|
|
1061
|
+
"credentialMode": "none",
|
|
1062
|
+
"publisherWorkflowMode": "fixed",
|
|
1063
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-housekeeping-weekly.yml",
|
|
1064
|
+
"environment": "",
|
|
1065
|
+
"environmentMode": "fixed",
|
|
1066
|
+
"runnerPolicy": "unqualified",
|
|
1067
|
+
"notes": ""
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"workflowPath": ".github/workflows/self-ops-merge-queue.yml",
|
|
1071
|
+
"authorityClass": "governance-write",
|
|
1072
|
+
"publicationCapable": false,
|
|
1073
|
+
"capabilityIds": [],
|
|
1074
|
+
"credentialMode": "none",
|
|
1075
|
+
"publisherWorkflowMode": "fixed",
|
|
1076
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-merge-queue.yml",
|
|
1077
|
+
"environment": "",
|
|
1078
|
+
"environmentMode": "fixed",
|
|
1079
|
+
"runnerPolicy": "unqualified",
|
|
1080
|
+
"notes": ""
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"workflowPath": ".github/workflows/self-ops-patrol-daily.yml",
|
|
1084
|
+
"authorityClass": "governance-write",
|
|
1085
|
+
"publicationCapable": false,
|
|
1086
|
+
"capabilityIds": [],
|
|
1087
|
+
"credentialMode": "none",
|
|
1088
|
+
"publisherWorkflowMode": "fixed",
|
|
1089
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-patrol-daily.yml",
|
|
1090
|
+
"environment": "",
|
|
1091
|
+
"environmentMode": "fixed",
|
|
1092
|
+
"runnerPolicy": "unqualified",
|
|
1093
|
+
"notes": ""
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"workflowPath": ".github/workflows/self-ops-patrol-monthly.yml",
|
|
1097
|
+
"authorityClass": "governance-write",
|
|
1098
|
+
"publicationCapable": false,
|
|
1099
|
+
"capabilityIds": [],
|
|
1100
|
+
"credentialMode": "none",
|
|
1101
|
+
"publisherWorkflowMode": "fixed",
|
|
1102
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-patrol-monthly.yml",
|
|
1103
|
+
"environment": "",
|
|
1104
|
+
"environmentMode": "fixed",
|
|
1105
|
+
"runnerPolicy": "unqualified",
|
|
1106
|
+
"notes": ""
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"workflowPath": ".github/workflows/self-ops-patrol-weekly.yml",
|
|
1110
|
+
"authorityClass": "governance-write",
|
|
1111
|
+
"publicationCapable": false,
|
|
1112
|
+
"capabilityIds": [],
|
|
1113
|
+
"credentialMode": "none",
|
|
1114
|
+
"publisherWorkflowMode": "fixed",
|
|
1115
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-patrol-weekly.yml",
|
|
1116
|
+
"environment": "",
|
|
1117
|
+
"environmentMode": "fixed",
|
|
1118
|
+
"runnerPolicy": "unqualified",
|
|
1119
|
+
"notes": ""
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"workflowPath": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
1123
|
+
"authorityClass": "governance-write",
|
|
1124
|
+
"publicationCapable": false,
|
|
1125
|
+
"capabilityIds": [],
|
|
1126
|
+
"credentialMode": "none",
|
|
1127
|
+
"publisherWorkflowMode": "fixed",
|
|
1128
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
1129
|
+
"environment": "",
|
|
1130
|
+
"environmentMode": "fixed",
|
|
1131
|
+
"runnerPolicy": "unqualified",
|
|
1132
|
+
"notes": ""
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"workflowPath": ".github/workflows/self-ops-stable-candidate-patrol.yml",
|
|
1136
|
+
"authorityClass": "governance-write",
|
|
1137
|
+
"publicationCapable": false,
|
|
1138
|
+
"capabilityIds": [],
|
|
1139
|
+
"credentialMode": "none",
|
|
1140
|
+
"publisherWorkflowMode": "fixed",
|
|
1141
|
+
"publisherWorkflowPath": ".github/workflows/self-ops-stable-candidate-patrol.yml",
|
|
1142
|
+
"environment": "",
|
|
1143
|
+
"environmentMode": "fixed",
|
|
1144
|
+
"runnerPolicy": "unqualified",
|
|
1145
|
+
"notes": ""
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"workflowPath": ".github/workflows/self-release-binary-assets.yml",
|
|
1149
|
+
"authorityClass": "governance-write",
|
|
1150
|
+
"publicationCapable": false,
|
|
1151
|
+
"capabilityIds": [],
|
|
1152
|
+
"credentialMode": "none",
|
|
1153
|
+
"publisherWorkflowMode": "fixed",
|
|
1154
|
+
"publisherWorkflowPath": ".github/workflows/self-release-binary-assets.yml",
|
|
1155
|
+
"environment": "",
|
|
1156
|
+
"environmentMode": "fixed",
|
|
1157
|
+
"runnerPolicy": "unqualified",
|
|
1158
|
+
"notes": ""
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"workflowPath": ".github/workflows/self-release-line-open.yml",
|
|
1162
|
+
"authorityClass": "governance-write",
|
|
1163
|
+
"publicationCapable": false,
|
|
1164
|
+
"capabilityIds": [],
|
|
1165
|
+
"credentialMode": "none",
|
|
1166
|
+
"publisherWorkflowMode": "fixed",
|
|
1167
|
+
"publisherWorkflowPath": ".github/workflows/self-release-line-open.yml",
|
|
1168
|
+
"environment": "",
|
|
1169
|
+
"environmentMode": "fixed",
|
|
1170
|
+
"runnerPolicy": "unqualified",
|
|
1171
|
+
"notes": ""
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"workflowPath": ".github/workflows/self-release-npm-dry-run.yml",
|
|
1175
|
+
"authorityClass": "dry-run-only",
|
|
1176
|
+
"publicationCapable": false,
|
|
1177
|
+
"capabilityIds": [],
|
|
1178
|
+
"credentialMode": "none",
|
|
1179
|
+
"publisherWorkflowMode": "fixed",
|
|
1180
|
+
"publisherWorkflowPath": ".github/workflows/self-release-npm-dry-run.yml",
|
|
1181
|
+
"environment": "",
|
|
1182
|
+
"environmentMode": "fixed",
|
|
1183
|
+
"runnerPolicy": "unqualified",
|
|
1184
|
+
"notes": ""
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"workflowPath": ".github/workflows/self-release-promote.yml",
|
|
1188
|
+
"authorityClass": "governance-write",
|
|
1189
|
+
"publicationCapable": false,
|
|
1190
|
+
"capabilityIds": [],
|
|
1191
|
+
"credentialMode": "none",
|
|
1192
|
+
"publisherWorkflowMode": "fixed",
|
|
1193
|
+
"publisherWorkflowPath": ".github/workflows/self-release-promote.yml",
|
|
1194
|
+
"environment": "",
|
|
1195
|
+
"environmentMode": "fixed",
|
|
1196
|
+
"runnerPolicy": "unqualified",
|
|
1197
|
+
"notes": ""
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"workflowPath": ".github/workflows/self-release-tail-dogfood.yml",
|
|
1201
|
+
"authorityClass": "product-publication",
|
|
1202
|
+
"publicationCapable": true,
|
|
1203
|
+
"capabilityIds": [
|
|
1204
|
+
"artifact.publish",
|
|
1205
|
+
"release.activate",
|
|
1206
|
+
"released-evidence.synthesize",
|
|
1207
|
+
"signed-channel.commit"
|
|
1208
|
+
],
|
|
1209
|
+
"credentialMode": "caller-secrets",
|
|
1210
|
+
"publisherWorkflowMode": "fixed",
|
|
1211
|
+
"publisherWorkflowPath": ".github/workflows/self-release-tail-dogfood.yml",
|
|
1212
|
+
"environment": "none",
|
|
1213
|
+
"environmentMode": "fixed",
|
|
1214
|
+
"runnerPolicy": "qualified-measured",
|
|
1215
|
+
"notes": ""
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"workflowPath": ".github/workflows/stable-candidate-patrol.yml",
|
|
1219
|
+
"authorityClass": "governance-write",
|
|
1220
|
+
"publicationCapable": false,
|
|
1221
|
+
"capabilityIds": [],
|
|
1222
|
+
"credentialMode": "none",
|
|
1223
|
+
"publisherWorkflowMode": "fixed",
|
|
1224
|
+
"publisherWorkflowPath": ".github/workflows/stable-candidate-patrol.yml",
|
|
1225
|
+
"environment": "",
|
|
1226
|
+
"environmentMode": "fixed",
|
|
1227
|
+
"runnerPolicy": "unqualified",
|
|
1228
|
+
"notes": ""
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"workflowPath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
1232
|
+
"authorityClass": "product-publication",
|
|
1233
|
+
"publicationCapable": true,
|
|
1234
|
+
"capabilityIds": [
|
|
1235
|
+
"universal-candidate-execution"
|
|
1236
|
+
],
|
|
1237
|
+
"credentialMode": "caller-secrets",
|
|
1238
|
+
"publisherWorkflowMode": "caller-bound",
|
|
1239
|
+
"publisherWorkflowPath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
1240
|
+
"environment": "none",
|
|
1241
|
+
"environmentMode": "fixed",
|
|
1242
|
+
"runnerPolicy": "qualified-measured",
|
|
1243
|
+
"notes": ""
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"workflowFacts": [
|
|
1247
|
+
{
|
|
1248
|
+
"path": ".github/workflows/.auditable-demo.yml",
|
|
1249
|
+
"signals": [],
|
|
1250
|
+
"classified": true
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"path": ".github/workflows/.binary-release-assets.yml",
|
|
1254
|
+
"signals": [
|
|
1255
|
+
"write-permission",
|
|
1256
|
+
"environment",
|
|
1257
|
+
"github-release"
|
|
1258
|
+
],
|
|
1259
|
+
"classified": true
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"path": ".github/workflows/.build-demo-adapter.yml",
|
|
1263
|
+
"signals": [],
|
|
1264
|
+
"classified": true
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"path": ".github/workflows/.build-engine.yml",
|
|
1268
|
+
"signals": [
|
|
1269
|
+
"write-permission",
|
|
1270
|
+
"oidc",
|
|
1271
|
+
"environment",
|
|
1272
|
+
"cloud-credential"
|
|
1273
|
+
],
|
|
1274
|
+
"classified": true
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"path": ".github/workflows/.build-gate-profile.yml",
|
|
1278
|
+
"signals": [],
|
|
1279
|
+
"classified": false
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"path": ".github/workflows/.build-release-verify-compat.yml",
|
|
1283
|
+
"signals": [
|
|
1284
|
+
"write-permission",
|
|
1285
|
+
"cloud-credential"
|
|
1286
|
+
],
|
|
1287
|
+
"classified": true
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"path": ".github/workflows/.build-sam-verify-compat.yml",
|
|
1291
|
+
"signals": [
|
|
1292
|
+
"cloud-credential"
|
|
1293
|
+
],
|
|
1294
|
+
"classified": true
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": ".github/workflows/.build-wheel-verify-compat.yml",
|
|
1298
|
+
"signals": [
|
|
1299
|
+
"cloud-credential"
|
|
1300
|
+
],
|
|
1301
|
+
"classified": true
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"path": ".github/workflows/.build.yml",
|
|
1305
|
+
"signals": [
|
|
1306
|
+
"write-permission",
|
|
1307
|
+
"oidc",
|
|
1308
|
+
"environment",
|
|
1309
|
+
"cloud-credential"
|
|
1310
|
+
],
|
|
1311
|
+
"classified": true
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"path": ".github/workflows/.bump-minor-version.yml",
|
|
1315
|
+
"signals": [],
|
|
1316
|
+
"classified": false
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"path": ".github/workflows/.declarative-auditable-demo.yml",
|
|
1320
|
+
"signals": [
|
|
1321
|
+
"write-permission",
|
|
1322
|
+
"git-push"
|
|
1323
|
+
],
|
|
1324
|
+
"classified": true
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"path": ".github/workflows/.gate-profile.yml",
|
|
1328
|
+
"signals": [],
|
|
1329
|
+
"classified": false
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"path": ".github/workflows/.ops-git-sync.yml",
|
|
1333
|
+
"signals": [
|
|
1334
|
+
"git-push"
|
|
1335
|
+
],
|
|
1336
|
+
"classified": true
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"path": ".github/workflows/.publication-authority.yml",
|
|
1340
|
+
"signals": [],
|
|
1341
|
+
"classified": true
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"path": ".github/workflows/.release-authority.yml",
|
|
1345
|
+
"signals": [],
|
|
1346
|
+
"classified": true
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"path": ".github/workflows/.release-binary-assets.yml",
|
|
1350
|
+
"signals": [
|
|
1351
|
+
"write-permission",
|
|
1352
|
+
"environment",
|
|
1353
|
+
"github-release"
|
|
1354
|
+
],
|
|
1355
|
+
"classified": true
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
1359
|
+
"signals": [
|
|
1360
|
+
"write-permission",
|
|
1361
|
+
"oidc"
|
|
1362
|
+
],
|
|
1363
|
+
"classified": true
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"path": ".github/workflows/.release-minor-bump-compat.yml",
|
|
1367
|
+
"signals": [],
|
|
1368
|
+
"classified": false
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": ".github/workflows/.release-page-sync-retired.yml",
|
|
1372
|
+
"signals": [],
|
|
1373
|
+
"classified": false
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": ".github/workflows/.release-promote.yml",
|
|
1377
|
+
"signals": [
|
|
1378
|
+
"write-permission",
|
|
1379
|
+
"oidc"
|
|
1380
|
+
],
|
|
1381
|
+
"classified": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"path": ".github/workflows/.release-verify.yml",
|
|
1385
|
+
"signals": [
|
|
1386
|
+
"write-permission",
|
|
1387
|
+
"cloud-credential"
|
|
1388
|
+
],
|
|
1389
|
+
"classified": true
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"path": ".github/workflows/.sam-verify.yml",
|
|
1393
|
+
"signals": [
|
|
1394
|
+
"cloud-credential"
|
|
1395
|
+
],
|
|
1396
|
+
"classified": true
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"path": ".github/workflows/.sync-release-page.yml",
|
|
1400
|
+
"signals": [],
|
|
1401
|
+
"classified": false
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"path": ".github/workflows/.sync-remote-git.yml",
|
|
1405
|
+
"signals": [
|
|
1406
|
+
"git-push"
|
|
1407
|
+
],
|
|
1408
|
+
"classified": true
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"path": ".github/workflows/.web-surface.yml",
|
|
1412
|
+
"signals": [
|
|
1413
|
+
"write-permission",
|
|
1414
|
+
"oidc",
|
|
1415
|
+
"environment",
|
|
1416
|
+
"cloud-credential"
|
|
1417
|
+
],
|
|
1418
|
+
"classified": true
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"path": ".github/workflows/.wheel-verify.yml",
|
|
1422
|
+
"signals": [
|
|
1423
|
+
"cloud-credential"
|
|
1424
|
+
],
|
|
1425
|
+
"classified": true
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"path": ".github/workflows/artifact-signing-authority.yml",
|
|
1429
|
+
"signals": [
|
|
1430
|
+
"environment"
|
|
1431
|
+
],
|
|
1432
|
+
"classified": true
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"path": ".github/workflows/bootstrap.yml",
|
|
1436
|
+
"signals": [],
|
|
1437
|
+
"classified": true
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"path": ".github/workflows/build.yml",
|
|
1441
|
+
"signals": [
|
|
1442
|
+
"write-permission",
|
|
1443
|
+
"oidc"
|
|
1444
|
+
],
|
|
1445
|
+
"classified": true
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"path": ".github/workflows/buildchain-patrol.yml",
|
|
1449
|
+
"signals": [
|
|
1450
|
+
"write-permission"
|
|
1451
|
+
],
|
|
1452
|
+
"classified": true
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"path": ".github/workflows/check.yml",
|
|
1456
|
+
"signals": [],
|
|
1457
|
+
"classified": false
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"path": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
1461
|
+
"signals": [
|
|
1462
|
+
"write-permission"
|
|
1463
|
+
],
|
|
1464
|
+
"classified": true
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"path": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
1468
|
+
"signals": [
|
|
1469
|
+
"write-permission"
|
|
1470
|
+
],
|
|
1471
|
+
"classified": true
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"path": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
1475
|
+
"signals": [
|
|
1476
|
+
"write-permission"
|
|
1477
|
+
],
|
|
1478
|
+
"classified": true
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"path": ".github/workflows/dev-pr-auto-merge.yml",
|
|
1482
|
+
"signals": [
|
|
1483
|
+
"write-permission"
|
|
1484
|
+
],
|
|
1485
|
+
"classified": true
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"path": ".github/workflows/dev-qualification-patrol.yml",
|
|
1489
|
+
"signals": [
|
|
1490
|
+
"write-permission"
|
|
1491
|
+
],
|
|
1492
|
+
"classified": true
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"path": ".github/workflows/engineering-housekeeper.yml",
|
|
1496
|
+
"signals": [],
|
|
1497
|
+
"classified": true
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"path": ".github/workflows/github-artifact-attestation.yml",
|
|
1501
|
+
"signals": [
|
|
1502
|
+
"write-permission",
|
|
1503
|
+
"oidc",
|
|
1504
|
+
"environment"
|
|
1505
|
+
],
|
|
1506
|
+
"classified": true
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"path": ".github/workflows/paper-release-sealed.yml",
|
|
1510
|
+
"signals": [
|
|
1511
|
+
"write-permission",
|
|
1512
|
+
"oidc"
|
|
1513
|
+
],
|
|
1514
|
+
"classified": true
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"path": ".github/workflows/paper-release.yml",
|
|
1518
|
+
"signals": [
|
|
1519
|
+
"write-permission",
|
|
1520
|
+
"oidc"
|
|
1521
|
+
],
|
|
1522
|
+
"classified": true
|
|
1523
|
+
},
|
|
755
1524
|
{
|
|
756
|
-
"path": ".github/workflows
|
|
757
|
-
"signals": [
|
|
1525
|
+
"path": ".github/workflows/patrol-daily.yml",
|
|
1526
|
+
"signals": [
|
|
1527
|
+
"write-permission"
|
|
1528
|
+
],
|
|
758
1529
|
"classified": true
|
|
759
1530
|
},
|
|
760
1531
|
{
|
|
761
|
-
"path": ".github/workflows
|
|
1532
|
+
"path": ".github/workflows/patrol-monthly.yml",
|
|
762
1533
|
"signals": [
|
|
763
|
-
"write-permission"
|
|
764
|
-
"environment",
|
|
765
|
-
"github-release"
|
|
1534
|
+
"write-permission"
|
|
766
1535
|
],
|
|
767
1536
|
"classified": true
|
|
768
1537
|
},
|
|
769
1538
|
{
|
|
770
|
-
"path": ".github/workflows
|
|
1539
|
+
"path": ".github/workflows/patrol-observed-evidence.yml",
|
|
771
1540
|
"signals": [
|
|
772
|
-
"write-permission",
|
|
773
1541
|
"oidc",
|
|
774
1542
|
"environment",
|
|
775
1543
|
"cloud-credential"
|
|
@@ -777,30 +1545,19 @@
|
|
|
777
1545
|
"classified": true
|
|
778
1546
|
},
|
|
779
1547
|
{
|
|
780
|
-
"path": ".github/workflows
|
|
781
|
-
"signals": [],
|
|
782
|
-
"classified": false
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"path": ".github/workflows/.declarative-auditable-demo.yml",
|
|
1548
|
+
"path": ".github/workflows/patrol-weekly.yml",
|
|
786
1549
|
"signals": [
|
|
787
|
-
"write-permission"
|
|
788
|
-
"git-push"
|
|
1550
|
+
"write-permission"
|
|
789
1551
|
],
|
|
790
1552
|
"classified": true
|
|
791
1553
|
},
|
|
792
1554
|
{
|
|
793
|
-
"path": ".github/workflows
|
|
1555
|
+
"path": ".github/workflows/public-build-adopter-qualification.yml",
|
|
794
1556
|
"signals": [],
|
|
795
1557
|
"classified": false
|
|
796
1558
|
},
|
|
797
1559
|
{
|
|
798
|
-
"path": ".github/workflows
|
|
799
|
-
"signals": [],
|
|
800
|
-
"classified": true
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
1560
|
+
"path": ".github/workflows/public-build-candidate.yml",
|
|
804
1561
|
"signals": [
|
|
805
1562
|
"write-permission",
|
|
806
1563
|
"oidc"
|
|
@@ -808,171 +1565,156 @@
|
|
|
808
1565
|
"classified": true
|
|
809
1566
|
},
|
|
810
1567
|
{
|
|
811
|
-
"path": ".github/workflows
|
|
812
|
-
"signals": [],
|
|
813
|
-
"classified": false
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"path": ".github/workflows/.release-elastic-beanstalk.yml",
|
|
817
|
-
"signals": [],
|
|
818
|
-
"classified": false
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"path": ".github/workflows/.release-new-version.yml",
|
|
1568
|
+
"path": ".github/workflows/public-build-check.yml",
|
|
822
1569
|
"signals": [],
|
|
823
1570
|
"classified": false
|
|
824
1571
|
},
|
|
825
1572
|
{
|
|
826
|
-
"path": ".github/workflows
|
|
1573
|
+
"path": ".github/workflows/public-build-demo.yml",
|
|
827
1574
|
"signals": [
|
|
828
1575
|
"write-permission",
|
|
829
|
-
"
|
|
1576
|
+
"git-push"
|
|
830
1577
|
],
|
|
831
1578
|
"classified": true
|
|
832
1579
|
},
|
|
833
1580
|
{
|
|
834
|
-
"path": ".github/workflows
|
|
835
|
-
"signals": [],
|
|
836
|
-
"classified": true
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"path": ".github/workflows/.sam-verify.yml",
|
|
1581
|
+
"path": ".github/workflows/public-build-publication.yml",
|
|
840
1582
|
"signals": [
|
|
841
|
-
"
|
|
1583
|
+
"write-permission"
|
|
842
1584
|
],
|
|
843
1585
|
"classified": true
|
|
844
1586
|
},
|
|
845
1587
|
{
|
|
846
|
-
"path": ".github/workflows
|
|
1588
|
+
"path": ".github/workflows/public-build-stage-capsule-canary.yml",
|
|
847
1589
|
"signals": [],
|
|
848
1590
|
"classified": false
|
|
849
1591
|
},
|
|
850
1592
|
{
|
|
851
|
-
"path": ".github/workflows
|
|
1593
|
+
"path": ".github/workflows/public-ops-alpha-candidate-patrol.yml",
|
|
852
1594
|
"signals": [
|
|
853
|
-
"
|
|
1595
|
+
"write-permission"
|
|
854
1596
|
],
|
|
855
1597
|
"classified": true
|
|
856
1598
|
},
|
|
857
1599
|
{
|
|
858
|
-
"path": ".github/workflows
|
|
1600
|
+
"path": ".github/workflows/public-ops-bootstrap-recovery.yml",
|
|
859
1601
|
"signals": [
|
|
860
1602
|
"write-permission",
|
|
861
|
-
"oidc"
|
|
862
|
-
"environment",
|
|
863
|
-
"cloud-credential"
|
|
1603
|
+
"oidc"
|
|
864
1604
|
],
|
|
865
1605
|
"classified": true
|
|
866
1606
|
},
|
|
867
1607
|
{
|
|
868
|
-
"path": ".github/workflows
|
|
1608
|
+
"path": ".github/workflows/public-ops-bootstrap.yml",
|
|
869
1609
|
"signals": [],
|
|
870
1610
|
"classified": true
|
|
871
1611
|
},
|
|
872
1612
|
{
|
|
873
|
-
"path": ".github/workflows
|
|
1613
|
+
"path": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
874
1614
|
"signals": [
|
|
875
|
-
"
|
|
1615
|
+
"write-permission"
|
|
876
1616
|
],
|
|
877
1617
|
"classified": true
|
|
878
1618
|
},
|
|
879
1619
|
{
|
|
880
|
-
"path": ".github/workflows/
|
|
1620
|
+
"path": ".github/workflows/public-ops-dev-qualification-patrol.yml",
|
|
881
1621
|
"signals": [
|
|
882
|
-
"
|
|
1622
|
+
"write-permission"
|
|
883
1623
|
],
|
|
884
1624
|
"classified": true
|
|
885
1625
|
},
|
|
886
1626
|
{
|
|
887
|
-
"path": ".github/workflows/
|
|
1627
|
+
"path": ".github/workflows/public-ops-housekeeping.yml",
|
|
888
1628
|
"signals": [],
|
|
889
|
-
"classified":
|
|
1629
|
+
"classified": true
|
|
890
1630
|
},
|
|
891
1631
|
{
|
|
892
|
-
"path": ".github/workflows/
|
|
1632
|
+
"path": ".github/workflows/public-ops-observed-evidence.yml",
|
|
893
1633
|
"signals": [
|
|
894
|
-
"
|
|
1634
|
+
"oidc",
|
|
1635
|
+
"environment",
|
|
1636
|
+
"cloud-credential"
|
|
895
1637
|
],
|
|
896
1638
|
"classified": true
|
|
897
1639
|
},
|
|
898
1640
|
{
|
|
899
|
-
"path": ".github/workflows/
|
|
1641
|
+
"path": ".github/workflows/public-ops-patrol-daily.yml",
|
|
900
1642
|
"signals": [
|
|
901
1643
|
"write-permission"
|
|
902
1644
|
],
|
|
903
1645
|
"classified": true
|
|
904
1646
|
},
|
|
905
1647
|
{
|
|
906
|
-
"path": ".github/workflows/
|
|
1648
|
+
"path": ".github/workflows/public-ops-patrol-monthly.yml",
|
|
907
1649
|
"signals": [
|
|
908
|
-
"write-permission"
|
|
909
|
-
"github-release"
|
|
1650
|
+
"write-permission"
|
|
910
1651
|
],
|
|
911
1652
|
"classified": true
|
|
912
1653
|
},
|
|
913
1654
|
{
|
|
914
|
-
"path": ".github/workflows/
|
|
915
|
-
"signals": [],
|
|
916
|
-
"classified": true
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"path": ".github/workflows/build.yml",
|
|
1655
|
+
"path": ".github/workflows/public-ops-patrol-weekly.yml",
|
|
920
1656
|
"signals": [
|
|
921
|
-
"write-permission"
|
|
922
|
-
"oidc"
|
|
1657
|
+
"write-permission"
|
|
923
1658
|
],
|
|
924
1659
|
"classified": true
|
|
925
1660
|
},
|
|
926
1661
|
{
|
|
927
|
-
"path": ".github/workflows/
|
|
1662
|
+
"path": ".github/workflows/public-ops-patrol.yml",
|
|
928
1663
|
"signals": [
|
|
929
|
-
"write-permission"
|
|
930
|
-
"oidc"
|
|
1664
|
+
"write-permission"
|
|
931
1665
|
],
|
|
932
1666
|
"classified": true
|
|
933
1667
|
},
|
|
934
1668
|
{
|
|
935
|
-
"path": ".github/workflows/
|
|
1669
|
+
"path": ".github/workflows/public-ops-release-governance.yml",
|
|
936
1670
|
"signals": [],
|
|
937
1671
|
"classified": false
|
|
938
1672
|
},
|
|
939
1673
|
{
|
|
940
|
-
"path": ".github/workflows/
|
|
1674
|
+
"path": ".github/workflows/public-ops-stable-candidate-patrol.yml",
|
|
941
1675
|
"signals": [
|
|
942
1676
|
"write-permission"
|
|
943
1677
|
],
|
|
944
1678
|
"classified": true
|
|
945
1679
|
},
|
|
946
1680
|
{
|
|
947
|
-
"path": ".github/workflows/
|
|
1681
|
+
"path": ".github/workflows/public-ops-tail-reseal.yml",
|
|
1682
|
+
"signals": [],
|
|
1683
|
+
"classified": false
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"path": ".github/workflows/public-ops-warrant-cancel.yml",
|
|
948
1687
|
"signals": [
|
|
949
1688
|
"write-permission"
|
|
950
1689
|
],
|
|
951
1690
|
"classified": true
|
|
952
1691
|
},
|
|
953
1692
|
{
|
|
954
|
-
"path": ".github/workflows/
|
|
1693
|
+
"path": ".github/workflows/public-ops-warrant-close.yml",
|
|
955
1694
|
"signals": [
|
|
956
1695
|
"write-permission"
|
|
957
1696
|
],
|
|
958
1697
|
"classified": true
|
|
959
1698
|
},
|
|
960
1699
|
{
|
|
961
|
-
"path": ".github/workflows/
|
|
1700
|
+
"path": ".github/workflows/public-release-artifact-attestation.yml",
|
|
962
1701
|
"signals": [
|
|
963
|
-
"write-permission"
|
|
1702
|
+
"write-permission",
|
|
1703
|
+
"oidc",
|
|
1704
|
+
"environment"
|
|
964
1705
|
],
|
|
965
1706
|
"classified": true
|
|
966
1707
|
},
|
|
967
1708
|
{
|
|
968
|
-
"path": ".github/workflows/
|
|
1709
|
+
"path": ".github/workflows/public-release-paper-sealed.yml",
|
|
969
1710
|
"signals": [
|
|
970
|
-
"write-permission"
|
|
1711
|
+
"write-permission",
|
|
1712
|
+
"oidc"
|
|
971
1713
|
],
|
|
972
1714
|
"classified": true
|
|
973
1715
|
},
|
|
974
1716
|
{
|
|
975
|
-
"path": ".github/workflows/
|
|
1717
|
+
"path": ".github/workflows/public-release-paper.yml",
|
|
976
1718
|
"signals": [
|
|
977
1719
|
"write-permission",
|
|
978
1720
|
"oidc"
|
|
@@ -980,7 +1722,7 @@
|
|
|
980
1722
|
"classified": true
|
|
981
1723
|
},
|
|
982
1724
|
{
|
|
983
|
-
"path": ".github/workflows/
|
|
1725
|
+
"path": ".github/workflows/public-release-promote.yml",
|
|
984
1726
|
"signals": [
|
|
985
1727
|
"write-permission",
|
|
986
1728
|
"oidc"
|
|
@@ -988,171 +1730,203 @@
|
|
|
988
1730
|
"classified": true
|
|
989
1731
|
},
|
|
990
1732
|
{
|
|
991
|
-
"path": ".github/workflows/
|
|
1733
|
+
"path": ".github/workflows/public-release-propagation.yml",
|
|
992
1734
|
"signals": [
|
|
993
|
-
"write-permission"
|
|
1735
|
+
"write-permission",
|
|
1736
|
+
"git-push"
|
|
994
1737
|
],
|
|
995
1738
|
"classified": true
|
|
996
1739
|
},
|
|
997
1740
|
{
|
|
998
|
-
"path": ".github/workflows/
|
|
999
|
-
"signals": [
|
|
1000
|
-
|
|
1741
|
+
"path": ".github/workflows/public-release-signing-authority.yml",
|
|
1742
|
+
"signals": [
|
|
1743
|
+
"environment"
|
|
1744
|
+
],
|
|
1745
|
+
"classified": true
|
|
1001
1746
|
},
|
|
1002
1747
|
{
|
|
1003
|
-
"path": ".github/workflows/
|
|
1748
|
+
"path": ".github/workflows/public-release-tail.yml",
|
|
1004
1749
|
"signals": [],
|
|
1005
|
-
"classified":
|
|
1750
|
+
"classified": true
|
|
1006
1751
|
},
|
|
1007
1752
|
{
|
|
1008
|
-
"path": ".github/workflows/
|
|
1009
|
-
"signals": [
|
|
1010
|
-
|
|
1753
|
+
"path": ".github/workflows/public-release-web.yml",
|
|
1754
|
+
"signals": [
|
|
1755
|
+
"write-permission",
|
|
1756
|
+
"oidc",
|
|
1757
|
+
"environment",
|
|
1758
|
+
"cloud-credential"
|
|
1759
|
+
],
|
|
1760
|
+
"classified": true
|
|
1011
1761
|
},
|
|
1012
1762
|
{
|
|
1013
|
-
"path": ".github/workflows/
|
|
1763
|
+
"path": ".github/workflows/publication-artifact.yml",
|
|
1014
1764
|
"signals": [
|
|
1015
1765
|
"write-permission"
|
|
1016
1766
|
],
|
|
1017
1767
|
"classified": true
|
|
1018
1768
|
},
|
|
1019
1769
|
{
|
|
1020
|
-
"path": ".github/workflows/
|
|
1770
|
+
"path": ".github/workflows/release-candidate-promote.yml",
|
|
1021
1771
|
"signals": [
|
|
1022
|
-
"write-permission"
|
|
1772
|
+
"write-permission",
|
|
1773
|
+
"oidc"
|
|
1023
1774
|
],
|
|
1024
1775
|
"classified": true
|
|
1025
1776
|
},
|
|
1026
1777
|
{
|
|
1027
|
-
"path": ".github/workflows/
|
|
1778
|
+
"path": ".github/workflows/release-governance-reconcile.yml",
|
|
1779
|
+
"signals": [],
|
|
1780
|
+
"classified": false
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"path": ".github/workflows/release-propagation.yml",
|
|
1028
1784
|
"signals": [
|
|
1029
|
-
"write-permission"
|
|
1785
|
+
"write-permission",
|
|
1786
|
+
"git-push"
|
|
1030
1787
|
],
|
|
1031
1788
|
"classified": true
|
|
1032
1789
|
},
|
|
1033
1790
|
{
|
|
1034
|
-
"path": ".github/workflows/
|
|
1791
|
+
"path": ".github/workflows/release-tail.yml",
|
|
1035
1792
|
"signals": [],
|
|
1036
1793
|
"classified": true
|
|
1037
1794
|
},
|
|
1038
1795
|
{
|
|
1039
|
-
"path": ".github/workflows/
|
|
1796
|
+
"path": ".github/workflows/self-build-adopter-dogfood.yml",
|
|
1797
|
+
"signals": [],
|
|
1798
|
+
"classified": false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"path": ".github/workflows/self-build-alpha-dogfood.yml",
|
|
1040
1802
|
"signals": [
|
|
1041
|
-
"write-permission"
|
|
1803
|
+
"write-permission",
|
|
1804
|
+
"oidc"
|
|
1042
1805
|
],
|
|
1043
1806
|
"classified": true
|
|
1044
1807
|
},
|
|
1045
1808
|
{
|
|
1046
|
-
"path": ".github/workflows/
|
|
1809
|
+
"path": ".github/workflows/self-build-binary-distribution.yml",
|
|
1047
1810
|
"signals": [
|
|
1048
1811
|
"write-permission"
|
|
1049
1812
|
],
|
|
1050
1813
|
"classified": true
|
|
1051
1814
|
},
|
|
1052
1815
|
{
|
|
1053
|
-
"path": ".github/workflows/
|
|
1816
|
+
"path": ".github/workflows/self-build-candidate-lab.yml",
|
|
1817
|
+
"signals": [],
|
|
1818
|
+
"classified": false
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"path": ".github/workflows/self-build-demo-dogfood.yml",
|
|
1054
1822
|
"signals": [
|
|
1055
1823
|
"write-permission"
|
|
1056
1824
|
],
|
|
1057
1825
|
"classified": true
|
|
1058
1826
|
},
|
|
1059
1827
|
{
|
|
1060
|
-
"path": ".github/workflows/
|
|
1061
|
-
"signals": [
|
|
1062
|
-
|
|
1063
|
-
|
|
1828
|
+
"path": ".github/workflows/self-build-demo-media-qualification.yml",
|
|
1829
|
+
"signals": [],
|
|
1830
|
+
"classified": false
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"path": ".github/workflows/self-build-fixture.yml",
|
|
1834
|
+
"signals": [],
|
|
1064
1835
|
"classified": true
|
|
1065
1836
|
},
|
|
1066
1837
|
{
|
|
1067
|
-
"path": ".github/workflows/
|
|
1838
|
+
"path": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
1839
|
+
"signals": [],
|
|
1840
|
+
"classified": false
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"path": ".github/workflows/self-build-release-verify-compat.yml",
|
|
1068
1844
|
"signals": [
|
|
1069
1845
|
"write-permission"
|
|
1070
1846
|
],
|
|
1071
1847
|
"classified": true
|
|
1072
1848
|
},
|
|
1073
1849
|
{
|
|
1074
|
-
"path": ".github/workflows/
|
|
1850
|
+
"path": ".github/workflows/self-build-stable-candidate-qualification.yml",
|
|
1075
1851
|
"signals": [],
|
|
1076
|
-
"classified":
|
|
1852
|
+
"classified": false
|
|
1077
1853
|
},
|
|
1078
1854
|
{
|
|
1079
|
-
"path": ".github/workflows/
|
|
1855
|
+
"path": ".github/workflows/self-build-verify.yml",
|
|
1856
|
+
"signals": [],
|
|
1857
|
+
"classified": false
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"path": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
1080
1861
|
"signals": [
|
|
1081
1862
|
"write-permission",
|
|
1082
|
-
"oidc"
|
|
1083
|
-
"environment"
|
|
1863
|
+
"oidc"
|
|
1084
1864
|
],
|
|
1085
1865
|
"classified": true
|
|
1086
1866
|
},
|
|
1087
1867
|
{
|
|
1088
|
-
"path": ".github/workflows/
|
|
1868
|
+
"path": ".github/workflows/self-ops-dev-delivery.yml",
|
|
1089
1869
|
"signals": [
|
|
1090
1870
|
"write-permission"
|
|
1091
1871
|
],
|
|
1092
1872
|
"classified": true
|
|
1093
1873
|
},
|
|
1094
1874
|
{
|
|
1095
|
-
"path": ".github/workflows/
|
|
1875
|
+
"path": ".github/workflows/self-ops-governance-audit.yml",
|
|
1096
1876
|
"signals": [
|
|
1097
|
-
"
|
|
1877
|
+
"write-permission"
|
|
1098
1878
|
],
|
|
1099
1879
|
"classified": true
|
|
1100
1880
|
},
|
|
1101
1881
|
{
|
|
1102
|
-
"path": ".github/workflows/
|
|
1882
|
+
"path": ".github/workflows/self-ops-housekeeping-daily.yml",
|
|
1103
1883
|
"signals": [
|
|
1104
|
-
"write-permission"
|
|
1105
|
-
"oidc"
|
|
1884
|
+
"write-permission"
|
|
1106
1885
|
],
|
|
1107
1886
|
"classified": true
|
|
1108
1887
|
},
|
|
1109
1888
|
{
|
|
1110
|
-
"path": ".github/workflows/
|
|
1889
|
+
"path": ".github/workflows/self-ops-housekeeping-monthly.yml",
|
|
1111
1890
|
"signals": [
|
|
1112
|
-
"write-permission"
|
|
1113
|
-
"oidc"
|
|
1891
|
+
"write-permission"
|
|
1114
1892
|
],
|
|
1115
1893
|
"classified": true
|
|
1116
1894
|
},
|
|
1117
1895
|
{
|
|
1118
|
-
"path": ".github/workflows/
|
|
1896
|
+
"path": ".github/workflows/self-ops-housekeeping-weekly.yml",
|
|
1119
1897
|
"signals": [
|
|
1120
1898
|
"write-permission"
|
|
1121
1899
|
],
|
|
1122
1900
|
"classified": true
|
|
1123
1901
|
},
|
|
1124
1902
|
{
|
|
1125
|
-
"path": ".github/workflows/
|
|
1126
|
-
"signals": [
|
|
1127
|
-
"write-permission"
|
|
1128
|
-
],
|
|
1903
|
+
"path": ".github/workflows/self-ops-merge-queue.yml",
|
|
1904
|
+
"signals": [],
|
|
1129
1905
|
"classified": true
|
|
1130
1906
|
},
|
|
1131
1907
|
{
|
|
1132
|
-
"path": ".github/workflows/patrol-
|
|
1908
|
+
"path": ".github/workflows/self-ops-patrol-daily.yml",
|
|
1133
1909
|
"signals": [
|
|
1134
|
-
"
|
|
1135
|
-
"environment",
|
|
1136
|
-
"cloud-credential"
|
|
1910
|
+
"write-permission"
|
|
1137
1911
|
],
|
|
1138
1912
|
"classified": true
|
|
1139
1913
|
},
|
|
1140
1914
|
{
|
|
1141
|
-
"path": ".github/workflows/patrol-
|
|
1915
|
+
"path": ".github/workflows/self-ops-patrol-monthly.yml",
|
|
1142
1916
|
"signals": [
|
|
1143
1917
|
"write-permission"
|
|
1144
1918
|
],
|
|
1145
1919
|
"classified": true
|
|
1146
1920
|
},
|
|
1147
1921
|
{
|
|
1148
|
-
"path": ".github/workflows/
|
|
1922
|
+
"path": ".github/workflows/self-ops-patrol-weekly.yml",
|
|
1149
1923
|
"signals": [
|
|
1150
1924
|
"write-permission"
|
|
1151
1925
|
],
|
|
1152
1926
|
"classified": true
|
|
1153
1927
|
},
|
|
1154
1928
|
{
|
|
1155
|
-
"path": ".github/workflows/
|
|
1929
|
+
"path": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
1156
1930
|
"signals": [
|
|
1157
1931
|
"write-permission",
|
|
1158
1932
|
"oidc"
|
|
@@ -1160,72 +1934,70 @@
|
|
|
1160
1934
|
"classified": true
|
|
1161
1935
|
},
|
|
1162
1936
|
{
|
|
1163
|
-
"path": ".github/workflows/
|
|
1937
|
+
"path": ".github/workflows/self-ops-recovery-failure-dogfood.yml",
|
|
1164
1938
|
"signals": [],
|
|
1165
1939
|
"classified": false
|
|
1166
1940
|
},
|
|
1167
1941
|
{
|
|
1168
|
-
"path": ".github/workflows/
|
|
1169
|
-
"signals": [
|
|
1170
|
-
"write-permission",
|
|
1171
|
-
"git-push"
|
|
1172
|
-
],
|
|
1173
|
-
"classified": true
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"path": ".github/workflows/release-new-version.yml",
|
|
1942
|
+
"path": ".github/workflows/self-ops-runner-smoke.yml",
|
|
1177
1943
|
"signals": [],
|
|
1178
1944
|
"classified": false
|
|
1179
1945
|
},
|
|
1180
1946
|
{
|
|
1181
|
-
"path": ".github/workflows/
|
|
1947
|
+
"path": ".github/workflows/self-ops-stable-candidate-patrol.yml",
|
|
1182
1948
|
"signals": [
|
|
1183
|
-
"write-permission"
|
|
1184
|
-
"git-push"
|
|
1949
|
+
"write-permission"
|
|
1185
1950
|
],
|
|
1186
1951
|
"classified": true
|
|
1187
1952
|
},
|
|
1188
1953
|
{
|
|
1189
|
-
"path": ".github/workflows/release-
|
|
1190
|
-
"signals": [
|
|
1954
|
+
"path": ".github/workflows/self-release-binary-assets.yml",
|
|
1955
|
+
"signals": [
|
|
1956
|
+
"write-permission",
|
|
1957
|
+
"github-release"
|
|
1958
|
+
],
|
|
1191
1959
|
"classified": true
|
|
1192
1960
|
},
|
|
1193
1961
|
{
|
|
1194
|
-
"path": ".github/workflows/release-
|
|
1962
|
+
"path": ".github/workflows/self-release-line-open.yml",
|
|
1195
1963
|
"signals": [
|
|
1196
|
-
"write-permission"
|
|
1964
|
+
"write-permission",
|
|
1965
|
+
"git-push"
|
|
1197
1966
|
],
|
|
1198
1967
|
"classified": true
|
|
1199
1968
|
},
|
|
1200
1969
|
{
|
|
1201
|
-
"path": ".github/workflows/
|
|
1970
|
+
"path": ".github/workflows/self-release-new-version-compat.yml",
|
|
1202
1971
|
"signals": [],
|
|
1203
1972
|
"classified": false
|
|
1204
1973
|
},
|
|
1205
1974
|
{
|
|
1206
|
-
"path": ".github/workflows/self-
|
|
1975
|
+
"path": ".github/workflows/self-release-next-development.yml",
|
|
1207
1976
|
"signals": [],
|
|
1208
1977
|
"classified": false
|
|
1209
1978
|
},
|
|
1210
1979
|
{
|
|
1211
|
-
"path": ".github/workflows/
|
|
1980
|
+
"path": ".github/workflows/self-release-npm-dry-run.yml",
|
|
1212
1981
|
"signals": [
|
|
1213
|
-
"
|
|
1982
|
+
"npm-publish"
|
|
1214
1983
|
],
|
|
1215
1984
|
"classified": true
|
|
1216
1985
|
},
|
|
1217
1986
|
{
|
|
1218
|
-
"path": ".github/workflows/
|
|
1219
|
-
"signals": [
|
|
1220
|
-
|
|
1987
|
+
"path": ".github/workflows/self-release-promote.yml",
|
|
1988
|
+
"signals": [
|
|
1989
|
+
"write-permission",
|
|
1990
|
+
"oidc"
|
|
1991
|
+
],
|
|
1992
|
+
"classified": true
|
|
1221
1993
|
},
|
|
1222
1994
|
{
|
|
1223
|
-
"path": ".github/workflows/
|
|
1995
|
+
"path": ".github/workflows/self-release-rehearsal-dogfood.yml",
|
|
1224
1996
|
"signals": [],
|
|
1225
1997
|
"classified": false
|
|
1226
1998
|
},
|
|
1227
1999
|
{
|
|
1228
|
-
"path": ".github/workflows/
|
|
2000
|
+
"path": ".github/workflows/self-release-tail-dogfood.yml",
|
|
1229
2001
|
"signals": [
|
|
1230
2002
|
"write-permission",
|
|
1231
2003
|
"oidc",
|
|
@@ -1234,30 +2006,20 @@
|
|
|
1234
2006
|
"classified": true
|
|
1235
2007
|
},
|
|
1236
2008
|
{
|
|
1237
|
-
"path": ".github/workflows/
|
|
1238
|
-
"signals": [
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
"path": ".github/workflows/v4-publication-rehearsal-dogfood.yml",
|
|
1243
|
-
"signals": [],
|
|
1244
|
-
"classified": false
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"path": ".github/workflows/v4-stage-capsule-canary.yml",
|
|
1248
|
-
"signals": [],
|
|
1249
|
-
"classified": false
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"path": ".github/workflows/v4-tail-reseal.yml",
|
|
1253
|
-
"signals": [],
|
|
1254
|
-
"classified": false
|
|
2009
|
+
"path": ".github/workflows/stable-candidate-patrol.yml",
|
|
2010
|
+
"signals": [
|
|
2011
|
+
"write-permission"
|
|
2012
|
+
],
|
|
2013
|
+
"classified": true
|
|
1255
2014
|
},
|
|
1256
2015
|
{
|
|
1257
|
-
"path": ".github/workflows/
|
|
1258
|
-
"signals": [
|
|
1259
|
-
|
|
2016
|
+
"path": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
2017
|
+
"signals": [
|
|
2018
|
+
"write-permission",
|
|
2019
|
+
"oidc"
|
|
2020
|
+
],
|
|
2021
|
+
"classified": true
|
|
1260
2022
|
}
|
|
1261
2023
|
],
|
|
1262
|
-
"registryDigest": "
|
|
2024
|
+
"registryDigest": "894cce314366698d41a3ab20172a0b7a05f03f2167667eae51793537b832c811"
|
|
1263
2025
|
}
|