mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
29 lines
1002 B
Plaintext
29 lines
1002 B
Plaintext
{
|
|
"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": "[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": "error",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/go-files-found-but-not-processed",
|
|
"name": "Go files were found but not processed"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|