Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from demisto/Fixing-content-helloworld-premium…
Browse files Browse the repository at this point in the history
…-build

Fixing the build of content-helloworld-premium
  • Loading branch information
omerKarkKatz authored Jul 18, 2023
2 parents a85c1a0 + fa18c21 commit 340ffe3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run lint on all the packs
run: |
mkdir artifacts
demisto-sdk lint -a --log-path ./artifacts
demisto-sdk lint -a --log_file_path ./artifacts/lint_debug_log.log
- name: Archive unit test results
uses: actions/upload-artifact@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ failed_unittests.txt
Scripts/**/__init__.py
Integrations/**/__init__.py
Packs/**/__init__.py
report_pytest.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ script:
- contextPath: CVE.ID
description: The ID of the CVE.
type: string
dockerimage: demisto/python3:3.10.5.31928
dockerimage: demisto/python3:3.10.12.63474
isfetch: true
longRunning: false
longRunningPort: false
Expand Down
10 changes: 10 additions & 0 deletions Packs/HelloWorldPremium/ReleaseNotes/1_1_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Integrations

##### HelloWorldPremium
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.

#### Scripts

##### HelloWorldPremiumScript
- Updated the Docker image to: *demisto/python3:3.10.12.63474*.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.5.31928
dockerimage: demisto/python3:3.10.12.63474
fromversion: 5.5.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/HelloWorldPremium/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This is the Hello World Premium pack for getting started",
"support": "xsoar",
"price": 0,
"currentVersion": "1.1.7",
"currentVersion": "1.1.8",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 340ffe3

Please sign in to comment.