Updates to validating with Rego and CEL#13
Merged
Merged
Conversation
Contributor
|
@santoshkal , resolve the conflicts please |
azar-writes-code
left a comment
Contributor
There was a problem hiding this comment.
@santoshkal , Please move the build file to root and make it executable anywhere.
Instead of ./genval , This should be genval [Command]
azar-writes-code
approved these changes
Feb 8, 2024
Signed-off-by: santoshkal <ksantosh@intelops.dev>
Collaborator
Author
Thanks for the review @MrAzharuddin Resolved the conflicts and is now ready to be merged. |
Collaborator
Author
Update the Makefile path for |
… ./bin/genval currently Signed-off-by: Santosh Kaluskar <ksantosh@intelops.dev>
Signed-off-by: Santosh Kaluskar <ksantosh@intelops.dev>
chandu-intelops
approved these changes
Feb 14, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds more validation features to Genval.
.tfresource files with rego policies - closes Implement Terraform resource validation using Rego Policies #8--showjsonto show JSON representation of the input, this would help users write custom Rego/CEL policies. Closes Add a command to show JSON representation of generated Dockerfile #10cuemode. The generated manifests will be stored in./outputdirectory. - Coses Implement validation/generation of multiple JSON/YAML files in Cue mode #9@MrAzharuddin