Skip to content

Commit

Permalink
Aws sage maker python3 (#21070)
Browse files Browse the repository at this point in the history
* upgrade to python3

* added rn

* added to pack ignore

* edit

* updated docker img
  • Loading branch information
merit-maita committed Sep 8, 2022
1 parent 5cb6fbf commit d238256
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Packs/AWS_Sagemaker/.pack-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[file:AWSSagemaker.yml]
ignore=IN145
ignore=IN145

[known_words]
Sagemaker
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configuration:
script:
script: ''
type: python
subtype: python2
subtype: python3
commands:
- name: predict-phishing
arguments:
Expand All @@ -47,7 +47,7 @@ script:
description: The predication probability (range 0-1)
type: number
description: Classify input text (usually email content)
dockerimage: demisto/boto3:2.0.0.19411
dockerimage: demisto/boto3py3:1.0.0.33789
runonce: false
tests:
- Test Sagemaker
Expand Down
4 changes: 4 additions & 0 deletions Packs/AWS_Sagemaker/ReleaseNotes/1_1_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Integrations
##### AWS Sagemaker
- Updated the Docker image to: *demisto/boto3py3:1.0.0.33789*.
2 changes: 1 addition & 1 deletion Packs/AWS_Sagemaker/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS Sagemaker",
"description": "AWS Sagemaker - Demisto Phishing Email Classifier",
"support": "xsoar",
"currentVersion": "1.1.1",
"currentVersion": "1.1.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit d238256

Please sign in to comment.