cfn-check 0.5.0__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cfn-check might be problematic. Click here for more details.
- {cfn_check-0.5.0 → cfn_check-0.5.1}/PKG-INFO +1 -1
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/render.py +1 -3
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/rendering/renderer.py +2 -2
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/PKG-INFO +1 -1
- {cfn_check-0.5.0 → cfn_check-0.5.1}/pyproject.toml +1 -1
- {cfn_check-0.5.0 → cfn_check-0.5.1}/LICENSE +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/README.md +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/root.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/utils/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/utils/attributes.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/utils/files.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/cli/validate.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/collection/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/collection/collection.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/errors.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/evaluator.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/parsing/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/parsing/query_parser.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/parsing/token.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/parsing/token_type.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/evaluation/validate.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/logging/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/logging/models.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/rendering/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/rendering/utils.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/rules/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/rules/rule.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/shared/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/shared/types.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/validation/__init__.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check/validation/validator.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/SOURCES.txt +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/dependency_links.txt +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/entry_points.txt +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/requires.txt +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/cfn_check.egg-info/top_level.txt +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/example/multitag.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/example/pydantic_rules.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/example/renderer_test.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/example/rules.py +0 -0
- {cfn_check-0.5.0 → cfn_check-0.5.1}/setup.cfg +0 -0
|
@@ -39,7 +39,7 @@ class Renderer:
|
|
|
39
39
|
'!Base64': self._resolve_base64,
|
|
40
40
|
'!Split': self._resolve_split,
|
|
41
41
|
'!Select': self._resolve_select,
|
|
42
|
-
'!ToJsonString': self.
|
|
42
|
+
'!ToJsonString': self._resolve_tree_to_json,
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
def render(
|
|
@@ -453,7 +453,7 @@ class Renderer:
|
|
|
453
453
|
|
|
454
454
|
return target[index]
|
|
455
455
|
|
|
456
|
-
def
|
|
456
|
+
def _resolve_tree_to_json(
|
|
457
457
|
self,
|
|
458
458
|
root: CommentedMap,
|
|
459
459
|
source: CommentedSeq | CommentedMap | TaggedScalar,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|