feat(repo): add support for branch, commit, & tag (#2494)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Shubham Palriwala
2022-07-17 16:24:28 +05:30
committed by GitHub
parent 783e7cfe0c
commit 30c9f90bf8
22 changed files with 242 additions and 11 deletions

View File

@@ -400,6 +400,7 @@ func NewRepositoryCommand(globalFlags *flag.GlobalFlagGroup) *cobra.Command {
ScanFlagGroup: flag.NewScanFlagGroup(),
SecretFlagGroup: flag.NewSecretFlagGroup(),
VulnerabilityFlagGroup: flag.NewVulnerabilityFlagGroup(),
RepoFlagGroup: flag.NewRepoFlagGroup(),
}
cmd := &cobra.Command{