-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathdiagnostics.expected
28 lines (28 loc) · 1.1 KB
/
diagnostics.expected
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"markdownMessage": "2 `go.mod` files were found:\n\n`go.mod`, `subdir/go.mod`",
"severity": "note",
"source": {
"extractorName": "go",
"id": "go/autobuilder/multiple-go-mod-found-nested",
"name": "Multiple `go.mod` files were found, all nested under one root `go.mod` file"
},
"visibility": {
"cliSummaryTable": false,
"statusPage": false,
"telemetry": true
}
}
{
"markdownMessage": "CodeQL was unable to extract any Go files in <test-root-directory>/work. If this is unexpected, [specify a custom build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
"severity": "warning",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-files-found-but-not-processed-for-directory",
"name": "Go files were found but not processed for a directory"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}