mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
Added field to multi-file signature; the steps are documented in adding-to-typegraph.org
This commit is contained in:
committed by
=Michael Hohn
parent
0f070a6ae4
commit
926e083991
@@ -1,26 +1 @@
|
||||
[
|
||||
{
|
||||
"creation_date": "2021-12-09",
|
||||
"primary_language": "javascript",
|
||||
"project_name": "treeio/treeio",
|
||||
"query_commit_id": "fa9571646c",
|
||||
"sarif_content": {},
|
||||
"sarif_file_name": "2021-12-09/results.sarif",
|
||||
"scan_start_date": "2021-12-09",
|
||||
"scan_stop_date": "2021-12-10",
|
||||
"tool_name": "codeql",
|
||||
"tool_version": "v1.27"
|
||||
},
|
||||
{
|
||||
"creation_date": "2022-02-25",
|
||||
"primary_language": "javascript",
|
||||
"project_name": "treeio/treeio",
|
||||
"query_commit_id": "fa9571646c",
|
||||
"sarif_content": {},
|
||||
"sarif_file_name": "2022-02-25/results.sarif",
|
||||
"scan_start_date": "2022-02-25",
|
||||
"scan_stop_date": "2022-02-26",
|
||||
"tool_name": "codeql",
|
||||
"tool_version": "v1.29"
|
||||
}
|
||||
]
|
||||
[{"creation_date": "2021-12-09", "primary_language": "javascript", "project_name": "treeio/treeio", "query_commit_id": "fa9571646c", "sarif_content": {}, "sarif_file_name": "2021-12-09/results.sarif", "scan_id": 123456, "scan_start_date": "2021-12-09", "scan_stop_date": "2021-12-10", "tool_name": "codeql", "tool_version": "v1.27"}, {"creation_date": "2022-02-25", "primary_language": "javascript", "project_name": "treeio/treeio", "query_commit_id": "fa9571646c", "sarif_content": {}, "sarif_file_name": "2022-02-25/results.sarif", "scan_id": 123457, "scan_start_date": "2022-02-25", "scan_stop_date": "2022-02-26", "tool_name": "codeql", "tool_version": "v1.29"}]
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
query_commit_id: fa9571646c # Commit id for custom (non-library) queries
|
||||
sarif_content: {} # The sarif content will be attached here
|
||||
sarif_file_name: 2021-12-09/results.sarif # Path to sarif file
|
||||
scan_id: 123456 # sequential id, likely from postgres / mysql
|
||||
scan_start_date: '2021-12-09' # Beginning date/time of scan
|
||||
scan_stop_date: '2021-12-10' # End date/time of scan
|
||||
tool_name: codeql
|
||||
@@ -15,6 +16,7 @@
|
||||
query_commit_id: fa9571646c
|
||||
sarif_content: {}
|
||||
sarif_file_name: 2022-02-25/results.sarif
|
||||
scan_id: 123457 # sequential id, likely from postgres / mysql
|
||||
scan_start_date: '2022-02-25'
|
||||
scan_stop_date: '2022-02-26'
|
||||
tool_name: codeql
|
||||
|
||||
Reference in New Issue
Block a user