Skip to content

Commit

Permalink
Merge pull request #165 from smlx/update-rules
Browse files Browse the repository at this point in the history
feat: update rules to the new format
  • Loading branch information
smlx authored May 23, 2024
2 parents 75cfab8 + 55c2a99 commit 3b53b39
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions protect-default-branch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"parameters": {
"strict_required_status_checks_policy": true,
"required_status_checks": [
{
"context": "CodeQL",
"integration_id": 57789
},
{
"context": "lint-actions",
"integration_id": 15368
Expand All @@ -64,6 +60,18 @@
}
]
}
},
{
"type": "code_scanning",
"parameters": {
"code_scanning_tools": [
{
"tool": "CodeQL",
"security_alerts_threshold": "medium_or_higher",
"alerts_threshold": "errors_and_warnings"
}
]
}
}
],
"bypass_actors": [
Expand Down

0 comments on commit 3b53b39

Please sign in to comment.