Skip to content

Commit

Permalink
Updatde release note and add fips_compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomin-crest committed Nov 3, 2023
1 parent 9c998dc commit 4fdcd7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Initial Release
* Initial release with Python 3 support
19 changes: 10 additions & 9 deletions sekoiaio.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"app_version": "1.0.0",
"utctime_updated": "2023-10-09T08:07:31.780040Z",
"package_name": "phantom_sekoiaio",
"fips_compliant": false,
"main_module": "sekoiaio_connector.py",
"min_phantom_version": "6.1.1.211",
"app_wizard_version": "1.0.0",
Expand Down Expand Up @@ -79,19 +80,19 @@
{
"data_path": "action_result.parameter.value",
"data_type": "string",
"column_name": "value",
"column_name": "Value",
"column_order": 0
},
{
"data_path": "action_result.parameter.type",
"data_type": "string",
"column_name": "type",
"column_name": "Type",
"column_order": 1
},
{
"data_path": "action_result.status",
"data_type": "string",
"column_name": "status",
"column_name": "Status",
"column_order": 2
},
{
Expand Down Expand Up @@ -144,19 +145,19 @@
{
"data_path": "action_result.parameter.value",
"data_type": "string",
"column_name": "value",
"column_name": "Value",
"column_order": 0
},
{
"data_path": "action_result.parameter.type",
"data_type": "string",
"column_name": "type",
"column_name": "Type",
"column_order": 1
},
{
"data_path": "action_result.status",
"data_type": "string",
"column_name": "status",
"column_name": "Status",
"column_order": 2
},
{
Expand Down Expand Up @@ -216,7 +217,7 @@
{
"data_path": "action_result.parameter.value",
"data_type": "string",
"column_name": "value",
"column_name": "Value",
"column_order": 0
},
{
Expand All @@ -228,13 +229,13 @@
{
"data_path": "action_result.parameter.limit",
"data_type": "numeric",
"column_name": "limit",
"column_name": "Limit",
"column_order": 2
},
{
"data_path": "action_result.status",
"data_type": "string",
"column_name": "status",
"column_name": "Status",
"column_order": 3
},
{
Expand Down

0 comments on commit 4fdcd7b

Please sign in to comment.