-
Notifications
You must be signed in to change notification settings - Fork 105
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 ci configuration and fixed the code error and security issue #389
Conversation
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. |
Signed-off-by: GitHub <[email protected]>
if err != nil { | ||
return err | ||
} | ||
return walkSummarizeExport(globalFlags, true, updateAll) | ||
return walkSummarizeExport(gFlags, true, updateAll) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zakisk look good?
github.com/kubernetes/kompose v1.26.1 | ||
github.com/layer5io/meshery-operator v0.6.10 | ||
github.com/layer5io/meshery-operator v0.6.13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
@@ -19,7 +19,7 @@ func GenerateComponents(ctx context.Context, manifest string, resource int, cfg | |||
crds = cfg.ExtractCrds(manifest) | |||
for _, crd := range crds { | |||
var parsedCrd cue.Value | |||
if cfg.CrdFilter.IsJson != true { | |||
if !cfg.CrdFilter.IsJson { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
@@ -156,70 +122,6 @@ func RemoveHelmTemplatingFromCRD(crdyaml *string) { | |||
*crdyaml = strings.Join(yamlArr, "\n---\n") | |||
} | |||
|
|||
func getCrdnames(s string) []string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MUzairS15, will you confirm that Meshery Server/other doesn't use this function or the filterYaml() function any longer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KiptoonKipkurui you might be able to offer similar confirmation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed: No use inside of Meshery Server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good check
Thanks for your contribution to Meshery! 🎉 |
Description
This PR fixes #386
Notes for Reviewers
This PR fixed:
https://github.com/meshery/meshkit/security/dependabot/57
https://github.com/meshery/meshkit/security/dependabot/58
https://github.com/meshery/meshkit/security/dependabot/59
https://github.com/meshery/meshkit/security/dependabot/63
Signed commits