mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Go: Do not add dummy files to CompilationCompilingFilesTable
This commit is contained in:
@@ -40,7 +40,7 @@ func (extraction *Extraction) extractGoMod(path string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
extraction.extractFileInfo(tw, path)
|
||||
extraction.extractFileInfo(tw, path, false)
|
||||
|
||||
file, err := os.Open(path)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user