github / github/codeql

General issue

Ouverte
#13,193 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
question
Langage dominant
CodeQL
Étoiles
10.1k
Forks
2.1k
Merge moyen
2 j 15 h
PR mergées (30 j)
141

Description

**Description of the issue**
*** Question1 ***
Hi, I got a problem when I try to create database for a golang codebase.

env:
macos:12.0.1
codeql:2.13.1

command:
```
codeql database create /home/work/codeql_db/xxx --language=go --command="make all -f Makefile" --overwrite
```

console error log:
```
CodeQL detected code written in Go but could not process any of it. This can occur if the specified build commands failed to compile or process any code.
- Confirm that there is some source code for the specified language in the project. <----------note, confirmed
- For codebases written in Go, JavaScript, TypeScript, and Python, do not specify
an explicit --command.
- For other languages, the --command must specify a "clean" build which compiles
all the source code files without reusing existing build artefacts.
```

*** Question2 ***
Does codeql support multi commands like `--command="cd ../../ && ..... && make Makefile"`? I ran the whole command, codeql return message like question1. But it generate database successfully when I just run `--command="make Makefile"`.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.