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 Image To demisto/google-api-py3 #32900

Merged
merged 6 commits into from
Feb 14, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/google-api-py3:1.0.0.85000
dockerimage: demisto/google-api-py3:1.0.0.87732
fromversion: 6.8.0
tests:
- No tests (auto formatted)
3 changes: 3 additions & 0 deletions Packs/GoogleCloudLogging/ReleaseNotes/1_0_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Google Cloud Logging
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.87732*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudLogging/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Logging",
"description": "Google Cloud Logging is a managed logging solution provided by Google Cloud Platform (GCP) that allows users to collect, store, search, analyze, and monitor logs generated by GCP services, third-party applications, and custom applications running on GCP.",
"support": "xsoar",
"currentVersion": "1.0.11",
"currentVersion": "1.0.12",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ script:
- contextPath: GoogleCloudSCC.Finding.securityMarks.marks
description: Mutable user specified security marks belonging to the parent resource.
type: String
dockerimage: demisto/google-api-py3:1.0.0.85000
dockerimage: demisto/google-api-py3:1.0.0.87732
isfetch: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/GoogleCloudSCC/ReleaseNotes/2_1_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Google Cloud SCC
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.87732*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudSCC/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud SCC",
"description": "This pack leverages the features of Google Cloud Security to provide an organization-wide framework for detection and response.",
"support": "partner",
"currentVersion": "2.1.21",
"currentVersion": "2.1.22",
"author": "GoogleCloudSCC",
"url": "https://cloud.google.com/security-command-center",
"email": "",
Expand Down
Loading