Skip to content

Commit c98b60a

Browse files
samuelFaintalzichinbalapt1
authored andcommitted
[Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_9 (demisto#35310)
* Updated docker image to demisto/python3:3.10.14.100715. PR batch #1/19 (demisto#35234) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #9/19 (demisto#35242) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #8/19 (demisto#35241) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #7/19 (demisto#35240) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #4/19 (demisto#35237) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #11/19 (demisto#35244) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #19/19 (demisto#35252) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #3/19 (demisto#35236) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #10/19 (demisto#35243) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #12/19 (demisto#35245) Co-authored-by: Tal Zichlinsky <[email protected]> * Updated docker image to demisto/python3:3.10.14.100715. PR batch #13/19 (demisto#35246) Co-authored-by: Tal Zichlinsky <[email protected]> * Updated docker image to demisto/python3:3.10.14.100715. PR batch #14/19 (demisto#35247) Co-authored-by: Tal Zichlinsky <[email protected]> * Updated docker image to demisto/python3:3.10.14.100715. PR batch #17/19 (demisto#35250) Co-authored-by: Tal Zichlinsky <[email protected]> * demisto/python3:3.10.14.100715 | 0-100 | PR batch #15/19 (demisto#35248) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #15/19 * Fix text encoding * Update Pulsedive.yml --------- Co-authored-by: Tal Zichlinsky <[email protected]> * demisto/python3:3.10.14.100715 | 0-100 | PR batch #16/19 (demisto#35249) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #16/19 * Update ThousandEyes.yml --------- Co-authored-by: Tal Zichlinsky <[email protected]> * demisto/python3:3.10.14.100715 | 0-100 | PR batch #2/19 (demisto#35235) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #2/19 * pre-commit fixes * fix --------- Co-authored-by: [email protected] <[email protected]> * demisto/python3:3.10.14.100715 | 0-100 | PR batch #6/19 (demisto#35239) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #6/19 * Empty commit * fixes * fix * space * fix --------- Co-authored-by: [email protected] <[email protected]> * demisto/python3:3.10.14.100715 | 0-100 | PR batch #5/19 (demisto#35238) * Updated docker image to demisto/python3:3.10.14.100715. PR batch #5/19 * fixes * Empty commit * Empty commit * Empty commit * Empty commit --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: inbalapt1 <[email protected]> * Updated docker image to demisto/python3:3.10.14.100715. PR batch #18/19 (demisto#35251) Co-authored-by: Tal Zichlinsky <[email protected]> * Update RN * Empty commit to re-trigger build pipeline --------- Co-authored-by: Tal Zichlinsky <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: inbalapt1 <[email protected]>
1 parent 1c2be46 commit c98b60a

File tree

347 files changed

+1767
-939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+1767
-939
lines changed

Packs/Aella_StarLight/Integrations/AellaStarLight/AellaStarLight.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description: Aella Star Light Integration
88
configuration:
99
- display: Server URL (e.g. https://starlight.companyname.com:8889)
1010
name: url
11-
defaultvalue: ""
11+
defaultvalue: ''
1212
type: 0
1313
required: true
1414
- display: User name
1515
name: credentials
16-
defaultvalue: ""
16+
defaultvalue: ''
1717
type: 9
1818
required: true
1919
- display: Fetch incidents
@@ -26,17 +26,17 @@ configuration:
2626
required: false
2727
- display: Fetching interval in minutes (default is 15, minimum is 15 )
2828
name: fetch_interval
29-
defaultvalue: "15"
29+
defaultvalue: '15'
3030
type: 0
3131
required: false
3232
- display: The specific security event to look for. Default is all events
3333
name: event_name
34-
defaultvalue: ""
34+
defaultvalue: ''
3535
type: 0
3636
required: false
3737
- display: Security event severity threshold, between 0-100
3838
name: severity
39-
defaultvalue: "50"
39+
defaultvalue: '50'
4040
type: 0
4141
required: false
4242
- display: Trust any certificate (not secure)
@@ -45,7 +45,7 @@ configuration:
4545
required: false
4646
- display: Use system proxy settings
4747
name: proxy
48-
defaultvalue: "false"
48+
defaultvalue: 'false'
4949
type: 8
5050
required: false
5151
script:
@@ -87,7 +87,7 @@ script:
8787
description: Query the details for a specific Start Light event
8888
isfetch: true
8989
runonce: false
90-
dockerimage: demisto/python3:3.10.12.63474
90+
dockerimage: demisto/python3:3.10.14.100715
9191
tests:
9292
- No test
9393
fromversion: 6.5.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Aella Star Light
5+
6+
- Updated the Docker image to: *demisto/python3:3.10.14.100715*.

Packs/Aella_StarLight/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Aella Star Light",
33
"description": "Aella Star Light Integration",
44
"support": "community",
5-
"currentVersion": "1.0.13",
5+
"currentVersion": "1.0.14",
66
"author": "Aella Star Light",
77
"url": "",
88
"email": "",

Packs/AlphaVantage/Integrations/AlphaVantage/AlphaVantage.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,79 +29,79 @@ script:
2929
name: alphavantage-stock-data-get
3030
outputs:
3131
- contextPath: AlphaVantage.StockData.symbol
32-
description: 'Stock symbol'
32+
description: Stock symbol
3333
type: String
3434
- contextPath: AlphaVantage.StockData.open
35-
description: 'Open price'
35+
description: Open price
3636
type: String
3737
- contextPath: AlphaVantage.StockData.high
38-
description: 'Day high price'
38+
description: Day high price
3939
type: String
4040
- contextPath: AlphaVantage.StockData.low
41-
description: 'Day low price'
41+
description: Day low price
4242
type: String
4343
- contextPath: AlphaVantage.StockData.price
44-
description: 'Last price recorded'
44+
description: Last price recorded
4545
type: String
4646
- contextPath: AlphaVantage.StockData.volume
47-
description: 'Trade volume'
47+
description: Trade volume
4848
type: String
4949
- contextPath: AlphaVantage.StockData.latest trading day
50-
description: 'Last trade day date'
50+
description: Last trade day date
5151
type: Date
5252
- contextPath: AlphaVantage.StockData.previous close
53-
description: 'Last day close price'
53+
description: Last day close price
5454
type: String
5555
- contextPath: AlphaVantage.StockData.change
56-
description: 'Change since last close'
56+
description: Change since last close
5757
type: String
5858
- contextPath: AlphaVantage.StockData.change percent
59-
description: 'Change since last close in %'
59+
description: Change since last close in %
6060
type: String
6161
- arguments:
6262
- description: Symbols of stocksto fetch
6363
isArray: true
6464
name: symbol
6565
required: true
6666
- auto: PREDEFINED
67-
defaultValue: '60min'
67+
defaultValue: 60min
6868
description: Time interval between two data points
6969
name: interval
7070
predefined:
71-
- '1min'
72-
- '5min'
73-
- '15min'
74-
- '30min'
75-
- '60min'
71+
- 1min
72+
- 5min
73+
- 15min
74+
- 30min
75+
- 60min
7676
- auto: PREDEFINED
7777
defaultValue: compact
7878
description: Amount of data return
7979
name: output_size
8080
predefined:
81-
- 'compact'
82-
- 'full'
81+
- compact
82+
- full
8383
description: Gets historical data for a stock
8484
name: alphavantage-stock-history-get
8585
outputs:
8686
- contextPath: AlphaVantage.StockHistory.Information
87-
description: 'Info about each time series'
87+
description: Info about each time series
8888
type: String
8989
- contextPath: AlphaVantage.StockHistory.Interval
90-
description: 'Time interval between two data samples'
90+
description: Time interval between two data samples
9191
type: String
9292
- contextPath: AlphaVantage.StockHistory.Last Refreshed
93-
description: 'Last time the API data was refreshed'
93+
description: Last time the API data was refreshed
9494
type: String
9595
- contextPath: AlphaVantage.StockHistory.Output Size
96-
description: 'Amount of data. Either last 100 samples or as much as possible'
96+
description: Amount of data. Either last 100 samples or as much as possible
9797
type: String
9898
- contextPath: AlphaVantage.StockHistory.Symbol
99-
description: 'Stock symbol'
99+
description: Stock symbol
100100
type: String
101101
- contextPath: AlphaVantage.StockHistory.Time Series
102-
description: 'List of all stock data samples'
102+
description: List of all stock data samples
103103
type: Unknown
104-
dockerimage: demisto/python3:3.10.12.63474
104+
dockerimage: demisto/python3:3.10.14.100715
105105
runonce: false
106106
script: '-'
107107
subtype: python3
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### AlphaVantage
5+
6+
- Updated the Docker image to: *demisto/python3:3.10.14.100715*.

Packs/AlphaVantage/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "AlphaVantage",
33
"description": "The Alpha Vantage content pack provides accessible APIs for financial market data such as stock prices. Utilize this pack to get open stock prices, high/low price, trade volume, and so on.",
44
"support": "community",
5-
"currentVersion": "1.0.12",
5+
"currentVersion": "1.0.13",
66
"author": "Ohad Valtzer",
77
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
88
"email": "",

Packs/Arduino/Integrations/Arduino/Arduino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ configuration:
99
required: true
1010
type: 0
1111
- additionalinfo: Port number
12-
defaultvalue: "9090"
12+
defaultvalue: '9090'
1313
display: Port number
1414
name: port
1515
required: true
@@ -123,7 +123,7 @@ script:
123123
- contextPath: Arduino.DataSend.Received
124124
description: The data received
125125
type: string
126-
dockerimage: demisto/python3:3.10.12.63474
126+
dockerimage: demisto/python3:3.10.14.100715
127127
script: ''
128128
subtype: python3
129129
type: python
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Arduino
5+
6+
- Updated the Docker image to: *demisto/python3:3.10.14.100715*.

Packs/Arduino/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Arduino",
33
"description": "Communicate with an Arduino over a network. Sample code for the Arduino is provided to get up and running. There are functions in the Arduino code to handle setting and getting pin values as well as arbitrary data.",
44
"support": "community",
5-
"currentVersion": "1.0.11",
5+
"currentVersion": "1.0.12",
66
"author": "Adam Burt",
77
"url": "",
88
"email": "",

Packs/Barracuda/Integrations/BarracudaReputationBlockListBRBL/BarracudaReputationBlockListBRBL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ script:
7575
description: A description explaining why the IP address was reported as malicious.
7676
type: String
7777
description: Get IP Reputation
78-
dockerimage: demisto/python3:3.10.12.63474
78+
dockerimage: demisto/python3:3.10.14.100715
7979
runonce: false
8080
subtype: python3
8181
fromversion: 6.0.0

0 commit comments

Comments
 (0)