Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.91134. PR batch #5/5
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Apr 8, 2024
1 parent 905da49 commit 6582fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packs/ThreatMiner/Integrations/ThreatMiner/ThreatMiner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Data Mining for Threat Intelligence
configuration:
- display: Maximum results per query, enter 'all' to get unlimited results
name: limit_results
defaultvalue: "30"
defaultvalue: '30'
type: 0
required: false
- additionalinfo: Reliability of the source providing the intelligence data.
Expand Down Expand Up @@ -204,7 +204,7 @@ script:
isArray: true
- name: threshold
description: If ThreatScore is greater or equal than the threshold, then file will be considered malicious
defaultValue: "10"
defaultValue: '10'
outputs:
- contextPath: ThreatMiner.File.MD5
description: File MD5 hash.
Expand Down Expand Up @@ -292,7 +292,7 @@ script:
type: string
description: Retrieves data from ThreatMiner about a specified file.
runonce: false
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.91134
tests:
- ThreatMiner-Test
fromversion: 5.0.0

0 comments on commit 6582fc3

Please sign in to comment.