Skip to content

Commit 7bfca04

Browse files
committed
fix: update CodeQL scanner settings for GitHub repository and language configuration
1 parent 16200ce commit 7bfca04

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.vscode/settings.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"codeql-scanner.github.owner": "",
3-
"codeql-scanner.github.repo": "",
4-
"codeql-scanner.searchPaths": [],
2+
"codeql-scanner.github.owner": "advanced-security",
3+
"codeql-scanner.github.repo": "codeql-scanner-vscode",
54
"codeql-scanner.suites": [
6-
"security-extended",
7-
"security-and-quality"
5+
"default"
86
],
97
"codeql-scanner.languages": [
10-
"javascript",
11-
"typescript"
8+
"javascript"
129
],
13-
"codeql-scanner.useLocalScan": true
10+
"codeql-scanner.threatModel": "Local"
1411
}

0 commit comments

Comments
 (0)