Skip to content

Commit

Permalink
Update Docker Image To demisto/pycountry (demisto#29539)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack FeedCyCognito

* Added release notes to pack FeedCyCognito

* Packs/FeedCyCognito/Integrations/FeedCyCognito/FeedCyCognito.yml Docker image update

* Fixed DS108

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
  • Loading branch information
2 people authored and xsoar-bot committed Oct 5, 2023
1 parent 9f0ffa1 commit 89c46f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Packs/FeedCyCognito/Integrations/FeedCyCognito/FeedCyCognito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ script:
description: |-
The type of asset to be retrieved.
Supported values: 'ip', 'domain', 'cert', 'webapp', 'iprange'
Supported values: 'ip', 'domain', 'cert', 'webapp', 'iprange'.
name: asset_type
predefined:
- ip
Expand All @@ -199,7 +199,7 @@ script:
description: |-
The number of results to retrieve.
Maximum value is '1000'
Maximum value is '1000'.
name: count
- defaultValue: '0'
description: Sets the starting index for the returned results. By specifying offset, you retrieve a subset of records starting with the offset value.
Expand All @@ -216,7 +216,7 @@ script:
description: |-
Specifies whether to sort the results in either ascending or descending order.
Supported values: 'asc', 'desc'
Supported values: 'asc', 'desc'.
name: sort_order
predefined:
- asc
Expand All @@ -226,21 +226,21 @@ script:
Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z.
name: first_seen
- description: |-
The date and time at which CyCognito most recently attributed the asset to the organization.
Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z.
name: last_seen
- description: Retrieves the assets attributed to a specific organization, subsidiary, or assignee. Supports comma-separated values.
name: organizations
- description: |-
Filters the assets according to their hosting type. Supports comma-separated values.
Supported values: 'owned', 'cloud', 'undetermined'
Supported values: 'owned', 'cloud', 'undetermined'.
name: hosting_type
- description: |-
Filters the assets according to security rating. Supports comma-separated values.
Expand All @@ -252,12 +252,12 @@ script:
B = Strong
C = Less vulnerable
D = Vulnerable
F = Highly vulnerable
F = Highly vulnerable.
name: security_grade
- description: |-
Filters the assets according to their status. Supports comma-separated values.
Supported values: 'changed', 'new', 'normal'
Supported values: 'changed', 'new', 'normal'.
name: status
- description: |-
The geographical locations in which the asset is found. Supported values contain the three-letter ISO country code for the respective countries--e.g., IND, USA.
Expand All @@ -268,7 +268,7 @@ script:
name: tags
description: Fetches a given limit of indicators from the CyCognito platform and displays them in human-readable format in the war room.
name: cycognito-get-indicators
dockerimage: demisto/pycountry:1.0.0.68979
dockerimage: demisto/pycountry:1.0.0.72312
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedCyCognito/ReleaseNotes/1_0_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### CyCognito Feed
- Updated the Docker image to: *demisto/pycountry:1.0.0.72312*.
2 changes: 1 addition & 1 deletion Packs/FeedCyCognito/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CyCognito Feed",
"description": "Provides a feed integration to retrieve the discovered assets.",
"support": "partner",
"currentVersion": "1.0.14",
"currentVersion": "1.0.15",
"author": "CyCognito",
"url": "",
"email": "support@cycognito.com",
Expand Down

0 comments on commit 89c46f0

Please sign in to comment.