Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.100715. PR batch #10/19
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelFain committed Jul 4, 2024
1 parent f24da5b commit f63d1db
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
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

0 comments on commit f63d1db

Please sign in to comment.