Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.92207. PR batch #5/6
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Apr 21, 2024
1 parent 905da49 commit 7ead20e
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Radar amount of Files Modified.
commonfields:
id: RubrikRadarFilesModified
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikRadarFilesModified
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Polaris Sonar Open Access Files Count.
commonfields:
id: RubrikSonarOpenAccessFiles
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikSonarOpenAccessFiles
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Polaris Sonar data classification results.
commonfields:
id: RubrikSonarSensitiveHits
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
name: RubrikSonarSensitiveHits
runas: DBotWeakRole
script: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Polaris Sonar Total Hits.
commonfields:
id: RubrikSonarTotalHits
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikSonarTotalHits
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ description: fetching data from CNM
configuration:
- display: API auth secret
name: APISecret
defaultvalue: ""
defaultvalue: ''
type: 4
required: true
- display: API auth key
name: APIKey
defaultvalue: ""
defaultvalue: ''
type: 4
required: true
- display: API url
name: APIUrl
defaultvalue: ""
defaultvalue: ''
type: 0
required: true
- display: Use system proxy settings
Expand Down Expand Up @@ -207,10 +207,10 @@ script:
required: true
auto: PREDEFINED
predefined:
- "True"
- "False"
- 'True'
- 'False'
description: set active=True to make the alert appear on SCADAfence UI
defaultValue: "True"
defaultValue: 'True'
outputs:
- contextPath: SCADAfence.Alert.alertCreated
description: flag defining alert creation status
Expand Down Expand Up @@ -255,7 +255,7 @@ script:
description: Fetches all connections from the CNM
isfetch: true
runonce: false
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
tests:
- SCADAfence_test
fromversion: 5.0.0
Loading

0 comments on commit 7ead20e

Please sign in to comment.