Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUD-demisto/auto_update_docker_staging_branch_15 #36358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script: '-'
subtype: python3
timeout: 480ns
type: python
dockerimage: demisto/processing-image-file:1.0.0.93358
dockerimage: demisto/processing-image-file:1.0.0.111921
tests:
- No tests (auto formatted)
fromversion: 6.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ configuration:
- display: Trust any certificate (not secure)
name: insecure
type: 8

required: false
description: Image processing with Google Vision API
display: Google Vision AI
Expand All @@ -44,7 +43,7 @@ script:
- contextPath: GoogleVisionAPI.Logo.Score
description: The certainty score provided by the Google Vision API.
type: Unknown
dockerimage: demisto/google-vision-api:1.0.0.86505
dockerimage: demisto/google-vision-api:1.0.0.111889
runonce: false
script: '-'
type: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ commonfields:
id: imagecompare
version: -1
name: imagecompare
comment: "Compares two images and returns a similarity score."
comment: Compares two images and returns a similarity score.
script: ''
type: python
tags: []
enabled: true
args:
- name: org_image
description: 'Provide the Entry ID.'
description: Provide the Entry ID.
- name: sec_image
description: Provide the Entry ID.
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/processing-image-file:1.0.0.108564
dockerimage: demisto/processing-image-file:1.0.0.111921
runas: DBotWeakRole
engineinfo: {}
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enabled: true
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/processing-image-file:1.0.0.92064
dockerimage: demisto/processing-image-file:1.0.0.111921
runas: DBotWeakRole
engineinfo: {}
fromversion: 6.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enabled: true
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/processing-image-file:1.0.0.92064
dockerimage: demisto/processing-image-file:1.0.0.111921
runas: DBotWeakRole
engineinfo: {}
fromversion: 6.10.0
Expand Down
Loading