-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathdiagnostics.expected
42 lines (42 loc) · 1.49 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"markdownMessage": "1 `go.work` file was found:\n\n`workspace/go.work`",
"severity": "note",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-work-found",
"name": "`go.work` file found"
},
"visibility": {
"cliSummaryTable": false,
"statusPage": false,
"telemetry": true
}
}
{
"markdownMessage": "CodeQL was unable to extract any Go files in <test-root-directory>/src/no-packages. 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
}
}
{
"markdownMessage": "Go files were found outside of the Go modules corresponding to these `go.mod` files.\n\n`workspace/subdir/go.mod`, `module/go.mod`, `no-packages/go.mod`",
"severity": "note",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-files-outside-go-modules",
"name": "Go files were found outside Go modules"
},
"visibility": {
"cliSummaryTable": false,
"statusPage": false,
"telemetry": true
}
}