mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
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:
committed by
=Michael Hohn
parent
8ad69a503b
commit
2b42a7d306
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user