Skip to content

Commit

Permalink
Merge branch 'master' of github.com:demisto/content into test_deleted…
Browse files Browse the repository at this point in the history
…_files
  • Loading branch information
GuyAfik committed Feb 19, 2024
2 parents e8d32df + 425775f commit 5f8d3ce
Show file tree
Hide file tree
Showing 431 changed files with 12,176 additions and 1,054 deletions.
4 changes: 2 additions & 2 deletions .github/content_roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"CONTRIBUTION_TL": "JudahSchwartz",
"CONTRIBUTION_SECURITY_REVIEWER": "melamedbn",
"ON_CALL_DEVS": [
"dfried",
"meichler"
"aedri",
"ipolishuk"
],
"DOC_REVIEWER": "ShirleyDenkberg",
"TIM_REVIEWER": "MLainer1"
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ demisto_sdk_debug.log.*
*.log

# Ignore Modeling Rules test conf
Packs/**/ModelingRules/**/**/*_testdata.json
Packs/**/ModelingRules/**/**/*_testdata.json

# Build files
.cache/
.npm/
pipeline_jobs_folder/
3 changes: 2 additions & 1 deletion .gitlab/ci/.gitlab-ci.on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ validate-content-conf:
- !reference [.create-release-notes-and-common-docs]
- !reference [.secrets-fetch]
- section_start "Create or update content graph" --collapsed

- echo "Staging the repo to include the private packs in the graph"
- git add Packs
- echo "Updating the content graph"
- mkdir "${ARTIFACTS_FOLDER_SERVER_TYPE}/content_graph"
- demisto-sdk update-content-graph -g --marketplace "${MARKETPLACE_VERSION}" -o "${ARTIFACTS_FOLDER_SERVER_TYPE}/content_graph"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ script:
description: The name of the log group.
type: string
description: Lists the specified metric filters. You can list all the metric filters or filter the results by log name, prefix, metric name, or metric namespace.
dockerimage: demisto/boto3py3:1.0.0.52713
dockerimage: demisto/boto3py3:1.0.0.87655
tests:
- No Tests
fromversion: 5.0.0
6 changes: 6 additions & 0 deletions Packs/AWS-CloudWatchLogs/ReleaseNotes/1_2_19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### AWS - CloudWatchLogs

- Updated the Docker image to: *demisto/boto3py3:1.0.0.87655*.
2 changes: 1 addition & 1 deletion Packs/AWS-CloudWatchLogs/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - CloudWatchLogs",
"description": "Amazon Web Services CloudWatch Logs (logs).",
"support": "xsoar",
"currentVersion": "1.2.18",
"currentVersion": "1.2.19",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ script:
- contextPath: AWS-NetworkFirewall.SubnetChangeProtection
description: A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.
type: Unknown
dockerimage: demisto/boto3py3:1.0.0.41082
dockerimage: demisto/boto3py3:1.0.0.87655
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/AWS-NetworkFirewall/ReleaseNotes/1_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### AWS Network Firewall

- Updated the Docker image to: *demisto/boto3py3:1.0.0.87655*.
2 changes: 1 addition & 1 deletion Packs/AWS-NetworkFirewall/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - Network Firewall",
"description": "Amazon Web Services Network Firewall",
"support": "xsoar",
"currentVersion": "1.0.4",
"currentVersion": "1.0.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 2 additions & 0 deletions Packs/AWS-SNS-Listener/.pack-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[file:AWSSNSListener.yml]
ignore=BA124
3 changes: 3 additions & 0 deletions Packs/AWS-SNS-Listener/.secrets-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://sns.eu-central-1.amazonaws.com
https://user:pass@ext-myxsoar-address/xsoar/instance/execute/My-AWS-SNS-Listener/sns_ep
https://link.pem
Loading

0 comments on commit 5f8d3ce

Please sign in to comment.