mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 01:13: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" ,
|
||||
"primary_language" ,
|
||||
"languages_analyzed",
|
||||
"automationDetails",
|
||||
# "automationDetails",
|
||||
],
|
||||
"codeflows" : [
|
||||
"codeflow_id",
|
||||
|
||||
@@ -70,7 +70,7 @@ class ScanTablesTypes:
|
||||
"repo_url" : pd.StringDtype(),
|
||||
"primary_language" : pd.StringDtype(),
|
||||
"languages_analyzed" : pd.StringDtype(),
|
||||
"automationDetails" : pd.StringDtype(),
|
||||
# "automationDetails" : pd.StringDtype(),
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user