Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab/ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:

Check failure on line 1 in .gitlab/ci/.gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / protect-infra-files

Protected file modified

This file should not be changed in master. If you are sure it's necessary, ask for a force merge and explain the rationale.

Check failure on line 1 in .gitlab/ci/.gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / protect-infra-files

Protected file modified

This file should not be changed in master. If you are sure it's necessary, ask for a force merge and explain the rationale.
CURRENT_BRANCH_NAME: $INFRA_BRANCH
CURRENT_BRANCH_NAME: sk_update_aud

include:
- file: "/.gitlab/ci/content-ci/ci/.gitlab-ci.yml"
ref: $INFRA_BRANCH
ref: sk_update_aud
project: "${CI_PROJECT_NAMESPACE}/infra"
2 changes: 1 addition & 1 deletion Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor used to calculate the score.
type: String
dockerimage: demisto/python3:3.12.12.5490952
dockerimage: demisto/python3:3.12.12.6796194
runonce: false
script: '-'
subtype: python3
Expand Down
2 changes: 1 addition & 1 deletion Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

expected_parsed_context = util_load_json("test_data/ip_1.1.1.1_command_results.json")
assert command_results.call_args[1].get("readable_output") == expected_parsed_context[1].get("HumanReadable")
assert command_results.call_args[1].get("outputs").get("Address") == "1.1.1.1"
assert command_results.call_args[1].get("outputs").get("Address") == "1.1.1.2"

Check failure on line 47 in Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

test_ipinfo_ip_command AssertionError: assert '1.1.1.1' == '1.1.1.2' - 1.1.1.2 ? ^ + 1.1.1.1 ? ^

Check failure on line 47 in Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2_test.py

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

test_ipinfo_ip_command AssertionError: assert '1.1.1.1' == '1.1.1.2' - 1.1.1.2 ? ^ + 1.1.1.1 ? ^
assert command_results.call_args[1].get("outputs").get("Hostname") == "one.one.one.one"


Expand Down
7 changes: 7 additions & 0 deletions Packs/ipinfo/ReleaseNotes/2_1_28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### IPinfo v2

- Updated the Docker image to: *demisto/python3:3.12.12.6796194*.

2 changes: 1 addition & 1 deletion Packs/ipinfo/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ipinfo",
"description": "Use the ipinfo.io API to get data about an IP address",
"support": "xsoar",
"currentVersion": "2.1.27",
"currentVersion": "2.1.28",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading