Affected by GO-2022-0502
and 2 other vulnerabilities
GO-2022-0502 : Weave GitOps leaked cluster credentials into logs on connection errors in github.com/weaveworks/weave-gitops
GO-2023-1377 : GitOps Run allows for Kubernetes workload injection in github.com/weaveworks/weave-gitops
GO-2023-1388 : Gitops Run insecure communication in github.com/weaveworks/weave-gitops
Discover Packages
github.com/weaveworks/weave-gitops
cmd
gitops
get
commits
package
Version:
v0.5.1-rc3
Opens a new window with list of versions in this module.
Published: Dec 8, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var Cmd = &cobra .Command {
Use: "commits",
Short: "Get most recent commits for an application",
Example: `
# Get last 10 commits for an application
gitops get commits <app-name>`,
SilenceUsage: true ,
SilenceErrors: true ,
Args: cobra .ExactArgs (1),
RunE: runCmd,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.