Skip to content

Commit

Permalink
Add PR CI recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
DNRRomero committed Dec 7, 2023
1 parent 87f2a07 commit e18c9b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Empty file added requirements.txt
Empty file.
16 changes: 12 additions & 4 deletions zerofox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"python_version": "3",
"product_version_regex": ".*",
"publisher": "ZeroFox",
"contributors": [
{
"name": "Diego Ramirez"
},
{
"name": "Felipe Garrido"
}
],
"license": "Copyright (c) ZeroFox, 2023",
"app_version": "1.0.0",
"utctime_updated": "2023-07-26T17:04:21.523369Z",
Expand Down Expand Up @@ -404,22 +412,22 @@
"data_path": "action_result.status",
"data_type": "string",
"column_name": "status",
"column_order": 2
"column_order": 1
},
{
"data_path": "action_result.message",
"data_type": "string",
"column_order": 3
"column_order": 2
},
{
"data_path": "summary.total_objects",
"data_type": "numeric",
"column_order": 4
"column_order": 3
},
{
"data_path": "summary.total_objects_successful",
"data_type": "numeric",
"column_order": 5
"column_order": 4
}
],
"render": {
Expand Down

0 comments on commit e18c9b8

Please sign in to comment.