scan table change: the results.query_id is the @id from the CodeQL query

Before, the query_id was
	==> results.csv <==
	query_id STRING,         -- git commit id of the ql query set

now, it's
	query_id STRING,         -- @id from the CodeQL query
This commit is contained in:
Michael Hohn
2022-08-11 16:56:20 -07:00
committed by =Michael Hohn
parent 8ad69a503b
commit 2b42a7d306
2 changed files with 4 additions and 3 deletions

View File

@@ -299,7 +299,7 @@
==> results.csv <==
id INT, -- primary key
scan_id INT, -- scans.id
query_id STRING, -- git commit id of the ql query set
query_id STRING, -- @id from the CodeQL query
location STRING,
message STRING,
message_object OBJ,