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

demisto/python3:3.10.14.100715 | 0-100 | PR batch #10/19 #35243

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 @@ -8,12 +8,12 @@ description: Minerva eliminates the endpoint security gap while empowering compa
configuration:
- display: Minerva Management Console URL
name: url
defaultvalue: ""
defaultvalue: ''
type: 0
required: true
- display: Username
name: credentials
defaultvalue: ""
defaultvalue: ''
type: 9
required: true
- display: Trust any certificate (not secure)
Expand Down Expand Up @@ -90,10 +90,10 @@ script:
- name: isMonitorOnly
auto: PREDEFINED
predefined:
- "True"
- "False"
- 'True'
- 'False'
description: isMonitorOnly
defaultValue: "False"
defaultValue: 'False'
outputs:
- contextPath: Minerva.Vaccine.Name
description: Name of the mutex vaccination.
Expand Down Expand Up @@ -314,7 +314,7 @@ script:
description: Moves all the events from Archive state to New event state.
isfetch: true
runonce: false
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
tests:
- No tests
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
script: ''
type: python
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
commands:
- name: caldera-create-fact
description: Create a Fact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
comment: Post processing script for MITRE Caldera incidents.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Loading