Skip to content

Commit

Permalink
Update Docker Image To demisto/crypto (demisto#29533)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack X509Certificate

* Added release notes to pack X509Certificate

* Packs/X509Certificate/Scripts/CertificateExtract/CertificateExtract.yml Docker image update

* Fixed DS108

* fix DS108

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
Co-authored-by: israelpolishook <ipolishuk@paloaltonetworks.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>
  • Loading branch information
4 people authored and xsoar-bot committed Oct 5, 2023
1 parent ffc68b9 commit 1ca90c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Packs/X509Certificate/ReleaseNotes/1_0_29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Scripts
##### CertificateExtract
- Updated the Docker image to: *demisto/crypto:1.0.0.72229*.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ outputs:
description: Name (CN or SAN) that appears in the certificate.
type: String
- contextPath: Certificate.SubjectDN
description: |
The Subject Distinguished Name of the certificate.
This field includes the Common Name of the certificate.
description: |-
The Subject Distinguished Name of the certificate. This field includes the Common Name of the certificate.
type: String
- contextPath: Certificate.PEM
description: Certificate in PEM format.
Expand Down Expand Up @@ -127,7 +126,7 @@ tags: []
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/crypto:1.0.0.68914
dockerimage: demisto/crypto:1.0.0.72229
fromversion: 6.0.0
tests:
- X509Certificate Test Playbook
2 changes: 1 addition & 1 deletion Packs/X509Certificate/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "X509Certificate",
"description": "The X509 Certificate Content Packs provides additional capabilities for handling, parsing and validating X509 Certificates in Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.0.28",
"currentVersion": "1.0.29",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 1ca90c4

Please sign in to comment.