Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesPull RequestsActionsSecurityInsightsSettings
✨ AI
More
Blame · Line-by-line history

.gatetest.json

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

.gatetest.jsonBlame43 lines · 1 contributor
2d2ea2cClaude1{
2 "protected": true,
3 "gatetest_source": "https://github.com/ccantynz-alt/gatetest",
4 "do_not_remove": "This repo is protected by GateTest. See .github/workflows/gatetest-gate.yml and .husky/pre-push. Removing either breaks the quality gate. Requires Craig authorization.",
404b398Claude5 "integration_version": 1,
6 "suites": {
7 "quick": [
8 "memory",
9 "syntax",
10 "lint",
11 "secrets",
12 "dependencies",
13 "sqlMigrations",
14 "terraform",
15 "kubernetes",
16 "promptSafety",
17 "deadCode",
18 "secretRotation",
19 "webHeaders",
20 "typescriptStrictness",
21 "flakyTests",
22 "retryHygiene",
23 "ssrf",
24 "hardcodedUrl",
25 "envVars",
26 "asyncIteration",
27 "homoglyph",
28 "openapiDrift",
29 "prSize",
30 "prQuality",
31 "redos",
32 "cronExpression",
33 "datetimeBug",
34 "importCycle",
35 "moneyFloat",
36 "logPii",
37 "featureFlag",
38 "tlsSecurity",
39 "cookieSecurity",
40 "fakeFixDetector"
41 ]
42 }
2d2ea2cClaude43}