Skip to content

Commit 89c46f0

Browse files
content-botShellyber
authored andcommitted
Update Docker Image To demisto/pycountry (demisto#29539)
* 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 <[email protected]>
1 parent 9f0ffa1 commit 89c46f0

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

Diff for: Packs/FeedCyCognito/Integrations/FeedCyCognito/FeedCyCognito.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ script:
186186
description: |-
187187
The type of asset to be retrieved.
188188
189-
Supported values: 'ip', 'domain', 'cert', 'webapp', 'iprange'
189+
Supported values: 'ip', 'domain', 'cert', 'webapp', 'iprange'.
190190
name: asset_type
191191
predefined:
192192
- ip
@@ -199,7 +199,7 @@ script:
199199
description: |-
200200
The number of results to retrieve.
201201
202-
Maximum value is '1000'
202+
Maximum value is '1000'.
203203
name: count
204204
- defaultValue: '0'
205205
description: Sets the starting index for the returned results. By specifying offset, you retrieve a subset of records starting with the offset value.
@@ -216,7 +216,7 @@ script:
216216
description: |-
217217
Specifies whether to sort the results in either ascending or descending order.
218218
219-
Supported values: 'asc', 'desc'
219+
Supported values: 'asc', 'desc'.
220220
name: sort_order
221221
predefined:
222222
- asc
@@ -226,21 +226,21 @@ script:
226226
227227
Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ
228228
229-
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z
229+
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z.
230230
name: first_seen
231231
- description: |-
232232
The date and time at which CyCognito most recently attributed the asset to the organization.
233233
234234
Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ
235235
236-
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z
236+
For example: 01 Mar 2021, 01 Feb 2021 04:45:33, 2022-04-17T14:05:44Z.
237237
name: last_seen
238238
- description: Retrieves the assets attributed to a specific organization, subsidiary, or assignee. Supports comma-separated values.
239239
name: organizations
240240
- description: |-
241241
Filters the assets according to their hosting type. Supports comma-separated values.
242242
243-
Supported values: 'owned', 'cloud', 'undetermined'
243+
Supported values: 'owned', 'cloud', 'undetermined'.
244244
name: hosting_type
245245
- description: |-
246246
Filters the assets according to security rating. Supports comma-separated values.
@@ -252,12 +252,12 @@ script:
252252
B = Strong
253253
C = Less vulnerable
254254
D = Vulnerable
255-
F = Highly vulnerable
255+
F = Highly vulnerable.
256256
name: security_grade
257257
- description: |-
258258
Filters the assets according to their status. Supports comma-separated values.
259259
260-
Supported values: 'changed', 'new', 'normal'
260+
Supported values: 'changed', 'new', 'normal'.
261261
name: status
262262
- description: |-
263263
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.
@@ -268,7 +268,7 @@ script:
268268
name: tags
269269
description: Fetches a given limit of indicators from the CyCognito platform and displays them in human-readable format in the war room.
270270
name: cycognito-get-indicators
271-
dockerimage: demisto/pycountry:1.0.0.68979
271+
dockerimage: demisto/pycountry:1.0.0.72312
272272
feed: true
273273
runonce: false
274274
script: '-'

Diff for: Packs/FeedCyCognito/ReleaseNotes/1_0_15.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Integrations
2+
##### CyCognito Feed
3+
- Updated the Docker image to: *demisto/pycountry:1.0.0.72312*.

Diff for: Packs/FeedCyCognito/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CyCognito Feed",
33
"description": "Provides a feed integration to retrieve the discovered assets.",
44
"support": "partner",
5-
"currentVersion": "1.0.14",
5+
"currentVersion": "1.0.15",
66
"author": "CyCognito",
77
"url": "",
88
"email": "[email protected]",

0 commit comments

Comments
 (0)