Skip to content

Commit 8748166

Browse files
committed
chore: update ruleset for main branch
1 parent 88c657f commit 8748166

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/rules/ruleset-main_.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,23 @@
4949
"do_not_enforce_on_create": false,
5050
"required_status_checks": [
5151
{
52-
"context": "Lint (push)",
52+
"context": "Lint / Lint (push)",
5353
"integration_id": 15368
5454
}
5555
]
5656
}
57+
},
58+
{
59+
"type": "code_scanning",
60+
"parameters": {
61+
"code_scanning_tools": [
62+
{
63+
"tool": "CodeQL",
64+
"security_alerts_threshold": "high_or_higher",
65+
"alerts_threshold": "errors"
66+
}
67+
]
68+
}
5769
}
5870
],
5971
"bypass_actors": [

0 commit comments

Comments
 (0)