Skip to content

Commit d0b409f

Browse files
authored
Merge branch 'master' into Deprecating_Block_URL_Generic
2 parents bc2ca0a + 46ad9ab commit d0b409f

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.github/workflows/auto-merge-dockers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Post to a Slack channel
3636
if: ${{ failure() }}
3737
id: slack
38-
uses: slackapi/slack-github-action@v1.23.0
38+
uses: slackapi/slack-github-action@v1.24.0 # disable-secrets-detection
3939
with:
4040
channel-id: 'auto-merge-docker-action'
4141
slack-message: "GitHub build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"

.github/workflows/check-devcontainer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Run demisto-sdk in devcontainer
26-
uses: devcontainers/ci@v0.2
26+
uses: devcontainers/ci@v0.3 # disable-secrets-detection
2727
with:
2828
push: never
2929
runCmd: demisto-sdk --version

Packs/qualys/ModelingRules/QualysModelingRules/QualysModelingRules_schema.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
},
5959
"DNS_DATA": {
6060
"type": "string",
61-
"is_array": true
61+
"is_array": false
6262
},
6363
"CLOUD_PROVIDER": {
6464
"type": "string",
6565
"is_array": false
6666
},
6767
"DETECTION": {
6868
"type": "string",
69-
"is_array": true
69+
"is_array": false
7070
},
7171
"METADATA": {
7272
"type": "string",
73-
"is_array": true
73+
"is_array": false
7474
},
7575
"NETBIOS": {
7676
"type": "string",
@@ -82,11 +82,11 @@
8282
},
8383
"TAG": {
8484
"type": "string",
85-
"is_array": true
85+
"is_array": false
8686
},
8787
"CLOUD_PROVIDER_TAGS": {
8888
"type": "string",
89-
"is_array": true
89+
"is_array": false
9090
},
9191
"event_type": {
9292
"type": "string",
@@ -95,6 +95,14 @@
9595
"CLOUD_SERVICE": {
9696
"type": "string",
9797
"is_array": false
98+
},
99+
"EC2_INSTANCE_ID": {
100+
"type": "string",
101+
"is_array": false
102+
},
103+
"CLOUD_RESOURCE_ID": {
104+
"type": "string",
105+
"is_array": false
98106
}
99107
}
100108
}

Packs/qualys/ReleaseNotes/2_0_4.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Modeling Rules
2+
##### Qualys Modeling Rule
3+
Updated the Modeling Rule schema with additional fields, and modified existing fields.

Packs/qualys/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Qualys",
33
"description": "Qualys Vulnerability Management let's you create, run, fetch and manage reports, launch and manage vulnerability and compliance scans, and manage the host assets you want to scan for vulnerabilities and compliance",
44
"support": "xsoar",
5-
"currentVersion": "2.0.3",
5+
"currentVersion": "2.0.4",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)