Skip to content

Commit

Permalink
[Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_9 (d…
Browse files Browse the repository at this point in the history
…emisto#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 demisto#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 demisto#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 demisto#11/19 (demisto#35244)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch demisto#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 demisto#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 demisto#13/19 (demisto#35246)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch demisto#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 demisto#15/19 (demisto#35248)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch demisto#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 demisto#16/19 (demisto#35249)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch demisto#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 demisto#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]>
  • Loading branch information
4 people authored Jul 9, 2024
1 parent fc3b955 commit 01db570
Show file tree
Hide file tree
Showing 347 changed files with 1,767 additions and 939 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ description: Aella Star Light Integration
configuration:
- display: Server URL (e.g. https://starlight.companyname.com:8889)
name: url
defaultvalue: ""
defaultvalue: ''
type: 0
required: true
- display: User name
name: credentials
defaultvalue: ""
defaultvalue: ''
type: 9
required: true
- display: Fetch incidents
Expand All @@ -26,17 +26,17 @@ configuration:
required: false
- display: Fetching interval in minutes (default is 15, minimum is 15 )
name: fetch_interval
defaultvalue: "15"
defaultvalue: '15'
type: 0
required: false
- display: The specific security event to look for. Default is all events
name: event_name
defaultvalue: ""
defaultvalue: ''
type: 0
required: false
- display: Security event severity threshold, between 0-100
name: severity
defaultvalue: "50"
defaultvalue: '50'
type: 0
required: false
- display: Trust any certificate (not secure)
Expand All @@ -45,7 +45,7 @@ configuration:
required: false
- display: Use system proxy settings
name: proxy
defaultvalue: "false"
defaultvalue: 'false'
type: 8
required: false
script:
Expand Down Expand Up @@ -87,7 +87,7 @@ script:
description: Query the details for a specific Start Light event
isfetch: true
runonce: false
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
tests:
- No test
fromversion: 6.5.0
6 changes: 6 additions & 0 deletions Packs/Aella_StarLight/ReleaseNotes/1_0_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Aella Star Light

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
2 changes: 1 addition & 1 deletion Packs/Aella_StarLight/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Aella Star Light",
"description": "Aella Star Light Integration",
"support": "community",
"currentVersion": "1.0.13",
"currentVersion": "1.0.14",
"author": "Aella Star Light",
"url": "",
"email": "",
Expand Down
50 changes: 25 additions & 25 deletions Packs/AlphaVantage/Integrations/AlphaVantage/AlphaVantage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,79 +29,79 @@ script:
name: alphavantage-stock-data-get
outputs:
- contextPath: AlphaVantage.StockData.symbol
description: 'Stock symbol'
description: Stock symbol
type: String
- contextPath: AlphaVantage.StockData.open
description: 'Open price'
description: Open price
type: String
- contextPath: AlphaVantage.StockData.high
description: 'Day high price'
description: Day high price
type: String
- contextPath: AlphaVantage.StockData.low
description: 'Day low price'
description: Day low price
type: String
- contextPath: AlphaVantage.StockData.price
description: 'Last price recorded'
description: Last price recorded
type: String
- contextPath: AlphaVantage.StockData.volume
description: 'Trade volume'
description: Trade volume
type: String
- contextPath: AlphaVantage.StockData.latest trading day
description: 'Last trade day date'
description: Last trade day date
type: Date
- contextPath: AlphaVantage.StockData.previous close
description: 'Last day close price'
description: Last day close price
type: String
- contextPath: AlphaVantage.StockData.change
description: 'Change since last close'
description: Change since last close
type: String
- contextPath: AlphaVantage.StockData.change percent
description: 'Change since last close in %'
description: Change since last close in %
type: String
- arguments:
- description: Symbols of stocksto fetch
isArray: true
name: symbol
required: true
- auto: PREDEFINED
defaultValue: '60min'
defaultValue: 60min
description: Time interval between two data points
name: interval
predefined:
- '1min'
- '5min'
- '15min'
- '30min'
- '60min'
- 1min
- 5min
- 15min
- 30min
- 60min
- auto: PREDEFINED
defaultValue: compact
description: Amount of data return
name: output_size
predefined:
- 'compact'
- 'full'
- compact
- full
description: Gets historical data for a stock
name: alphavantage-stock-history-get
outputs:
- contextPath: AlphaVantage.StockHistory.Information
description: 'Info about each time series'
description: Info about each time series
type: String
- contextPath: AlphaVantage.StockHistory.Interval
description: 'Time interval between two data samples'
description: Time interval between two data samples
type: String
- contextPath: AlphaVantage.StockHistory.Last Refreshed
description: 'Last time the API data was refreshed'
description: Last time the API data was refreshed
type: String
- contextPath: AlphaVantage.StockHistory.Output Size
description: 'Amount of data. Either last 100 samples or as much as possible'
description: Amount of data. Either last 100 samples or as much as possible
type: String
- contextPath: AlphaVantage.StockHistory.Symbol
description: 'Stock symbol'
description: Stock symbol
type: String
- contextPath: AlphaVantage.StockHistory.Time Series
description: 'List of all stock data samples'
description: List of all stock data samples
type: Unknown
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/AlphaVantage/ReleaseNotes/1_0_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### AlphaVantage

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
2 changes: 1 addition & 1 deletion Packs/AlphaVantage/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AlphaVantage",
"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.",
"support": "community",
"currentVersion": "1.0.12",
"currentVersion": "1.0.13",
"author": "Ohad Valtzer",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down
4 changes: 2 additions & 2 deletions Packs/Arduino/Integrations/Arduino/Arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configuration:
required: true
type: 0
- additionalinfo: Port number
defaultvalue: "9090"
defaultvalue: '9090'
display: Port number
name: port
required: true
Expand Down Expand Up @@ -123,7 +123,7 @@ script:
- contextPath: Arduino.DataSend.Received
description: The data received
type: string
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
script: ''
subtype: python3
type: python
Expand Down
6 changes: 6 additions & 0 deletions Packs/Arduino/ReleaseNotes/1_0_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Arduino

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
2 changes: 1 addition & 1 deletion Packs/Arduino/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Arduino",
"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.",
"support": "community",
"currentVersion": "1.0.11",
"currentVersion": "1.0.12",
"author": "Adam Burt",
"url": "",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ script:
description: A description explaining why the IP address was reported as malicious.
type: String
description: Get IP Reputation
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runonce: false
subtype: python3
fromversion: 6.0.0
Expand Down
6 changes: 6 additions & 0 deletions Packs/Barracuda/ReleaseNotes/1_0_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Barracuda Reputation Block List (BRBL)

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
2 changes: 1 addition & 1 deletion Packs/Barracuda/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Barracuda",
"description": "Barracuda Reputation Block List (BRBL)",
"support": "community",
"currentVersion": "1.0.10",
"currentVersion": "1.0.11",
"author": "Harri Ruuttila",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down
4 changes: 2 additions & 2 deletions Packs/BitDam/Integrations/BitDam/BitDam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configuration:
required: true
- display: API Token
name: apitoken
defaultvalue: ""
defaultvalue: ''
type: 4
required: true
- display: Trust any certificate (not secure)
Expand Down Expand Up @@ -77,7 +77,7 @@ script:
type: string
description: Returns the verdict for a scanned file.
runonce: false
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
tests:
- Detonate File - BitDam Test
fromversion: 5.0.0
6 changes: 6 additions & 0 deletions Packs/BitDam/ReleaseNotes/1_0_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### BitDam

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
2 changes: 1 addition & 1 deletion Packs/BitDam/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "BitDam",
"description": "BitDam secure email gateway protects from advanced content-borne threats with the most accurate prevention of known and unknown threats, at their source.",
"support": "community",
"currentVersion": "1.0.13",
"currentVersion": "1.0.14",
"author": "BitDam",
"url": "https://www.bitdam.com",
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ script:
- contextPath: BluelivThreatContext.signature.type
description: Signature type.
type: String
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/BluelivThreatContext/ReleaseNotes/1_0_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Blueliv ThreatContext

- Updated the Docker image to: *demisto/python3:3.10.14.100715*.
4 changes: 2 additions & 2 deletions Packs/BluelivThreatContext/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "Blueliv ThreatContext",
"description": "The Threat Context module provides SOC, Incident Response and Threat Intelligence teams with continuously updated and intuitive information around threat actors, campaigns, malware indicators, attack patterns, tools, signatures and CVEs. Analysts can rapidly gather enriched, contextualized information to enhance cybersecurity processes before, during and after an attack.",
"support": "community",
"currentVersion": "1.0.9",
"author": "Oriol Campderr\u00f3s",
"currentVersion": "1.0.10",
"author": "Oriol Campderrós",
"url": " ",
"email": "",
"created": "2020-06-08T15:37:54Z",
Expand Down
20 changes: 10 additions & 10 deletions Packs/Bonusly/Integrations/Bonusly/Bonusly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ script:
- defaultValue: '20'
description: 'Number of bonuses to retrieve (min: 1, max: 100) Default: 20.'
name: limit
- description: 'The start time by which to filter returned bonuses. e.g., 2015-10-28T21:26:50Z.'
- description: The start time by which to filter returned bonuses. e.g., 2015-10-28T21:26:50Z.
name: start-time
- description: 'The end time by which to filter returned bonuses, e.g., 2015-10-28T21:26:50Z.'
- description: The end time by which to filter returned bonuses, e.g., 2015-10-28T21:26:50Z.
name: end-time
- description: Email address of the bonus giver by which to filter results.
name: giver-email
Expand All @@ -71,7 +71,7 @@ script:
name: user-email
- description: 'Filter to get a list of bonuses by a hashtag Example: %23teamwork'
name: hashtag
- description: 'Whether to include child responses of the bonus.'
- description: Whether to include child responses of the bonus.
name: include-children
- description: Whether to show private bonuses. Requires Admin API key.
name: show-private-bonuses
Expand All @@ -82,7 +82,7 @@ script:
description: Bonus ID.
type: String
- contextPath: Bonusly.Bonus.created_at
description: 'Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.'
description: Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.
type: Date
- contextPath: Bonusly.Bonus.reason
description: 'The bonus message, e.g., "For signing up for the world''s favorite employee recognition solution! #problem-solving"'
Expand Down Expand Up @@ -196,7 +196,7 @@ script:
- description: "The bonus message, e.g., \n+10 @george and @john for #execution with that customer #collaboration with the team, and #integrity on the known vulnerabilities to the application. \n\n+10 @francesco because he is fast and detailed\n"
name: reason
required: true
- description: 'The parent bonus ID with which to associate this bonus, e.g., 24abcdef1234567890abcdef.'
- description: The parent bonus ID with which to associate this bonus, e.g., 24abcdef1234567890abcdef.
name: parent-bonus-id
description: Creates a Bonusly bonus.
name: bonusly-create-bonus
Expand All @@ -205,7 +205,7 @@ script:
description: Bonus ID.
type: String
- contextPath: Bonusly.Bonus.created_at
description: 'Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.'
description: Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.
type: Date
- contextPath: Bonusly.Bonus.reason
description: 'The bonus message, e.g., "For signing up for the world''s favorite employee recognition solution! #problem-solving"'
Expand Down Expand Up @@ -313,7 +313,7 @@ script:
description: Family bonus balance.
type: Number
- arguments:
- description: 'ID of the bonus to get information for.'
- description: ID of the bonus to get information for.
name: id
required: true
description: Gets a bonus by bonus ID.
Expand All @@ -323,7 +323,7 @@ script:
description: Bonus ID.
type: String
- contextPath: Bonusly.Bonus.created_at
description: 'Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.'
description: Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.
type: Date
- contextPath: Bonusly.Bonus.reason
description: 'The bonus message, e.g., "For signing up for the world''s favorite employee recognition solution! #problem-solving"'
Expand Down Expand Up @@ -444,7 +444,7 @@ script:
description: Bonus ID.
type: String
- contextPath: Bonusly.Bonus.created_at
description: 'Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.'
description: Date the bonus was created (given), e.g., 2015-10-28T21:26:50Z.
type: Date
- contextPath: Bonusly.Bonus.reason
description: 'The bonus message, e.g., "For signing up for the world''s favorite employee recognition solution! #problem-solving"'
Expand Down Expand Up @@ -561,7 +561,7 @@ script:
- contextPath: Bonusly.Bonus.message
description: Message
type: Unknown
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.100715
isfetch: true
runonce: false
script: '-'
Expand Down
Loading

0 comments on commit 01db570

Please sign in to comment.