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

Update demisto/xml-feed 70-100 coverage rate #32762

Merged
Show file tree
Hide file tree
Changes from 9 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
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_13_35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ConvertXmlFileToJson

- Updated the Docker image to: *demisto/xml-feed:1.0.0.86490*.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/CommonScripts/Scripts/ConvertXmlFileToJson/ConvertXmlFileToJson.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: The comment field should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/CommonScripts/Scripts/ConvertXmlFileToJson/ConvertXmlFileToJson.yml `
id: ConvertXmlFileToJson
version: -1
name: ConvertXmlFileToJson
Expand All @@ -25,6 +25,6 @@
defaultValue: "True"
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/xml-feed:1.0.0.65027
dockerimage: demisto/xml-feed:1.0.0.86490
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.13.34",
"currentVersion": "1.13.35",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading