Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker images of CommonScript items #32938

Merged
merged 13 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_13_39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

#### Scripts

##### ExportToXLSX

- Updated the Docker image to: *demisto/xslxwriter:1.0.0.86441*.
##### UnzipFile

- Updated the Docker image to: *demisto/unzip:1.0.0.86000*.
##### PcapHTTPExtractor

- Updated the Docker image to: *demisto/pcap-http-extractor:1.0.0.85826*.
##### Dig

- Updated the Docker image to: *demisto/netutils:1.0.0.86390*.
##### HTMLtoMD

- Updated the Docker image to: *demisto/btfl-soup:1.0.1.86352*.
##### JsonUnescape

- Updated the Docker image to: *demisto/python3-deb:3.10.13.85666*.
##### GetDomainDNSDetails

- Updated the Docker image to: *demisto/netutils:1.0.0.86390*.
##### Ping

- Updated the Docker image to: *demisto/netutils:1.0.0.86390*.
##### ParseHTMLIndicators

- Updated the Docker image to: *demisto/bs4-tld:1.0.0.86470*.
##### ConvertXmlFileToJson

- Updated the Docker image to: *demisto/xml-feed:1.0.0.86490*.
##### ExtractHTMLTables

- Updated the Docker image to: *demisto/bs4-py3:1.0.0.86348*.
##### WordTokenizer

- Updated the Docker image to: *demisto/nltk:2.0.0.86396*.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/CommonScripts/Scripts/ConvertXmlFileToJson/ConvertXmlFileToJson.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86490 The latest docker image tag in docker hub is: 1.0.0.87471 You can check for the most updated version of demisto/xml-feed here: https://hub.docker.com/r/demisto/xml-feed/tags To update the docker image run: demisto-sdk format -ud -i Packs/CommonScripts/Scripts/ConvertXmlFileToJson/ConvertXmlFileToJson.yml
id: ConvertXmlFileToJson
version: -1
name: ConvertXmlFileToJson
Expand All @@ -25,6 +25,6 @@
defaultValue: "True"
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/xml-feed:1.0.0.65027
dockerimage: demisto/xml-feed:1.0.0.86490
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/Dig/Dig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ comment: 'DNS lookup utility to provide ''A'' and ''PTR'' record '
commonfields:
id: Dig
version: -1
dockerimage: demisto/netutils:1.0.0.74582
dockerimage: demisto/netutils:1.0.0.86390
enabled: true
name: Dig
script: ''
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ExportToXLSX/ExportToXLSX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script: '-'
subtype: python3
timeout: '0'
type: python
dockerimage: demisto/xslxwriter:1.0.0.45070
dockerimage: demisto/xslxwriter:1.0.0.86441
runas: DBotWeakRole
tests:
- No tests (auto formatted)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86348 The latest docker image tag in docker hub is: 1.0.0.87482 You can check for the most updated version of demisto/bs4-py3 here: https://hub.docker.com/r/demisto/bs4-py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml

Check failure on line 1 in Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: The argument html description should end with a period. The argument indexes description should end with a period. The context path HTMLTables description should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml `
id: ExtractHTMLTables
version: -1
name: ExtractHTMLTables
Expand All @@ -25,7 +25,7 @@
- contextPath: HTMLTables
description: The extracted HTML tables
scripttarget: 0
dockerimage: demisto/bs4-py3:1.0.0.48637
dockerimage: demisto/bs4-py3:1.0.0.86348
fromversion: 5.0.0
tests:
- TestExtractHTMLTables
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/netutils:1.0.0.74582
dockerimage: demisto/netutils:1.0.0.86390
fromversion: 5.0.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/HTMLtoMD/HTMLtoMD.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
args:

Check failure on line 1 in Packs/CommonScripts/Scripts/HTMLtoMD/HTMLtoMD.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error RM109

SCRIPT is missing a README file To fix the problem, try running `demisto-sdk generate-docs -i Packs/CommonScripts/Scripts/HTMLtoMD/HTMLtoMD.yml `

Check failure on line 1 in Packs/CommonScripts/Scripts/HTMLtoMD/HTMLtoMD.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.1.86352 The latest docker image tag in docker hub is: 1.0.1.87353 You can check for the most updated version of demisto/btfl-soup here: https://hub.docker.com/r/demisto/btfl-soup/tags To update the docker image run: demisto-sdk format -ud -i Packs/CommonScripts/Scripts/HTMLtoMD/HTMLtoMD.yml
- default: true
description: HTML to convert to Markdown.
name: html
Expand All @@ -20,7 +20,7 @@
timeout: '0'
type: python
tags: []
dockerimage: demisto/btfl-soup:1.0.1.6233
dockerimage: demisto/btfl-soup:1.0.1.86352
runas: DBotWeakRole
subtype: python3
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/JsonUnescape/JsonUnescape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
dockerimage: demisto/python3-deb:3.10.10.49238
dockerimage: demisto/python3-deb:3.10.13.85666
enabled: true
name: JsonUnescape
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ outputs:
description: The link for the source of the indicators
scripttarget: 0
subtype: python3
dockerimage: demisto/bs4-tld:1.0.0.21999
dockerimage: demisto/bs4-tld:1.0.0.86470
runas: DBotWeakRole
fromversion: 5.5.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tags:
- http
timeout: '0'
type: python
dockerimage: demisto/pcap-http-extractor:1.0.0.32113
dockerimage: demisto/pcap-http-extractor:1.0.0.85826
tests:
- PcapHTTPExtractor-Test
subtype: python3
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/Ping/Ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ tags: [Utility]
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/netutils:1.0.0.74582
dockerimage: demisto/netutils:1.0.0.86390
tests: [Ping Test Playbook]
fromversion: 5.0.0
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/UnzipFile/UnzipFile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
args:

Check failure on line 1 in Packs/CommonScripts/Scripts/UnzipFile/UnzipFile.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86000 The latest docker image tag in docker hub is: 1.0.0.87786 You can check for the most updated version of demisto/unzip here: https://hub.docker.com/r/demisto/unzip/tags To update the docker image run: demisto-sdk format -ud -i Packs/CommonScripts/Scripts/UnzipFile/UnzipFile.yml

Check failure on line 1 in Packs/CommonScripts/Scripts/UnzipFile/UnzipFile.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: The argument zipTool description should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/CommonScripts/Scripts/UnzipFile/UnzipFile.yml `
- default: true
description: The file name.
name: fileName
Expand Down Expand Up @@ -35,7 +35,7 @@
- file
timeout: '0'
type: python
dockerimage: demisto/unzip:1.0.0.61858
dockerimage: demisto/unzip:1.0.0.86000
tests:
- ZipFile-Test
- UnzipFile-Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error RM109

SCRIPT is missing a README file To fix the problem, try running `demisto-sdk generate-docs -i Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml `

Check failure on line 1 in Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 2.0.0.86396 The latest docker image tag in docker hub is: 2.0.0.87393 You can check for the most updated version of demisto/nltk here: https://hub.docker.com/r/demisto/nltk/tags To update the docker image run: demisto-sdk format -ud -i Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml

Check failure on line 1 in Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: The argument value description should end with a period. The argument encoding description should end with a period. The context path WordTokenizeOutput description should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/CommonScripts/Scripts/WordTokenizeTest/WordTokenizeTest.yml `
id: WordTokenizer
version: -1
name: WordTokenizer
Expand Down Expand Up @@ -47,7 +47,7 @@
type: string
scripttarget: 0
runonce: true
dockerimage: demisto/nltk:2.0.0.19143
dockerimage: demisto/nltk:2.0.0.86396
fromversion: 5.0.0
tests:
- No tests
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.13.38",
"currentVersion": "1.13.39",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
6 changes: 6 additions & 0 deletions Packs/FiltersAndTransformers/ReleaseNotes/1_2_60.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ParseHTMLTables

- Updated the Docker image to: *demisto/bs4-py3:1.0.0.86348*.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ args:
defaultValue: none
scripttarget: 0
subtype: python3
dockerimage: demisto/bs4-py3:1.0.0.48637
dockerimage: demisto/bs4-py3:1.0.0.86348
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/FiltersAndTransformers/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Filters And Transformers",
"description": "Frequently used filters and transformers pack.",
"support": "xsoar",
"currentVersion": "1.2.59",
"currentVersion": "1.2.60",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down