mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Remove automationDetails from CSV output
This reverses commit 68b43e05 to keep the CSV compatible with prior output
This commit is contained in:
committed by
=Michael Hohn
parent
8820186152
commit
ebeaced0f4
@@ -47,7 +47,7 @@ columns = {
|
|||||||
"repo_url" ,
|
"repo_url" ,
|
||||||
"primary_language" ,
|
"primary_language" ,
|
||||||
"languages_analyzed",
|
"languages_analyzed",
|
||||||
"automationDetails",
|
# "automationDetails",
|
||||||
],
|
],
|
||||||
"codeflows" : [
|
"codeflows" : [
|
||||||
"codeflow_id",
|
"codeflow_id",
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class ScanTablesTypes:
|
|||||||
"repo_url" : pd.StringDtype(),
|
"repo_url" : pd.StringDtype(),
|
||||||
"primary_language" : pd.StringDtype(),
|
"primary_language" : pd.StringDtype(),
|
||||||
"languages_analyzed" : pd.StringDtype(),
|
"languages_analyzed" : pd.StringDtype(),
|
||||||
"automationDetails" : pd.StringDtype(),
|
# "automationDetails" : pd.StringDtype(),
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user