You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: apply org-level settings before loading repository configurations
* fix: enhance descriptions and add new properties for security features in settings.json
* fix: update description for deprecated squash-merge commit title property in settings.json
* fix issue with archived repos
---------
Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com>
Copy file name to clipboardExpand all lines: schema/dereferenced/settings.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,17 @@
50
50
}
51
51
}
52
52
},
53
+
"code_security": {
54
+
"type": "object",
55
+
"description": "Use the `status` property to enable or disable GitHub Code Security for this repository.",
56
+
"description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.",
57
+
"properties": {
58
+
"status": {
59
+
"type": "string",
60
+
"description": "Can be `enabled` or `disabled`."
61
+
}
62
+
}
63
+
},
53
64
"code_security": {
54
65
"type": "object",
55
66
"description": "Use the `status` property to enable or disable GitHub Code Security for this repository.",
@@ -90,6 +101,16 @@
90
101
}
91
102
}
92
103
},
104
+
"secret_scanning_ai_detection": {
105
+
"type": "object",
106
+
"description": "Use the `status` property to enable or disable secret scanning AI detection for this repository. For more information, see \"[Responsible detection of generic secrets with AI](https://docs.github.com/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/generic-secret-detection/responsible-ai-generic-secrets).\"",
107
+
"properties": {
108
+
"status": {
109
+
"type": "string",
110
+
"description": "Can be `enabled` or `disabled`."
111
+
}
112
+
}
113
+
},
93
114
"secret_scanning_non_provider_patterns": {
94
115
"type": "object",
95
116
"description": "Use the `status` property to enable or disable secret scanning non-provider patterns for this repository. For more information, see \"[Supported secret scanning patterns](/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"",
0 commit comments