-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-controls-policy.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathgithub-controls-policy.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"schemaVersion": 1,
"apiVersion": "2026-03-10",
"repository": "helbertm/hSQLite-Editor",
"defaultBranch": "master",
"pagesEnvironment": "github-pages",
"requiredChecks": [
"Quality Gate",
"Linux Package",
"Browser Quality",
"CodeQL Analysis",
"CodeQL",
"Commit Convention",
"Dependency Review"
],
"actions": {
"enabled": true,
"shaPinningRequired": true,
"defaultWorkflowPermissions": "read",
"canCreateOrApprovePullRequests": true
},
"release": {
"repositoryImmutabilityEnabled": true,
"tagTemplate": "hsqlite-editor-v{version}",
"subjectAssetTemplate": "hSQLite-Editor-v{version}.html",
"assetTemplates": [
"hSQLite-Editor-v{version}.html",
"sbom.spdx.json",
"SHA256SUMS"
],
"immutable": true,
"attestationPredicates": [
{
"name": "provenance",
"query": "provenance",
"predicateType": "https://slsa.dev/provenance/v1"
},
{
"name": "sbom",
"query": "sbom",
"predicateType": "https://spdx.dev/Document/v2.3"
}
]
}
}