Skip to content

Commit

Permalink
Updated docker image to demisto/ansible-runner:1.0.0.102086. PR batch #1
Browse files Browse the repository at this point in the history
/1
  • Loading branch information
samuelFain committed Jul 9, 2024
1 parent 3424dc6 commit bf508dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ args:
name: locality
type: textArea
- auto: PREDEFINED
defaultValue: "False"
defaultValue: 'False'
description: 'Output CSR text to war room? (Default: False)'
name: OutputToWarRoom
predefined:
- "True"
- "False"
comment: "Generates a certificate signing request for fulfillment by an organization certification authority (CA)\n\nOutput is the request.csr file placed directly into context under a \"File\" object. "
- 'True'
- 'False'
comment: 'Generates a certificate signing request for fulfillment by an organization certification authority (CA)
Output is the request.csr file placed directly into context under a "File" object. '
commonfields:
id: GenerateCSR
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: GenerateCSR
runas: DBotWeakRole
Expand Down
4 changes: 2 additions & 2 deletions Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ args:
name: URL
required: true
- default: true
defaultValue: "443"
defaultValue: '443'
description: Port to check
name: Port
comment: Use this automation to check for validity of your SSL certificate and get the time until expiration.
commonfields:
id: SSLVerifierV2
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: SSLVerifierV2
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: 'Generates the HTML needed for a formatted email to be sent using the o
commonfields:
id: SSLVerifierV2_GenerateEmailBody
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: SSLVerifierV2_GenerateEmailBody
outputs:
Expand Down

0 comments on commit bf508dc

Please sign in to comment.