You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
githubScanRepos:=githubScan.Flag("repo", `GitHub repository to scan. You can repeat this flag. Example: "https://github.com/dustin-decker/secretsandstuff"`).Strings()
140
-
githubScanOrgs:=githubScan.Flag("org", `GitHub organization to scan. You can repeat this flag. Example: "trufflesecurity"`).Strings()
gitlabScanRepos:=gitlabScan.Flag("repo", "GitLab repo url. You can repeat this flag. Leave empty to scan all repos accessible with provided credential. Example: https://gitlab.com/org/repo.git").Strings()
// filesystemScanIncludePaths := filesystemScan.Flag("include-paths", "Path to file with newline separated regexes for files to include in scan.").Short('i').String()
156
-
// filesystemScanExcludePaths := filesystemScan.Flag("exclude-paths", "Path to file with newline separated regexes for files to exclude in scan.").Short('x').String()
157
-
158
-
s3Scan:=cli.Command("s3", "Find credentials in S3 buckets.")
159
-
s3ScanKey:=s3Scan.Flag("key", "S3 key used to authenticate.").String()
160
-
s3ScanSecret:=s3Scan.Flag("secret", "S3 secret used to authenticate.").String()
161
-
s3ScanCloudEnv:=s3Scan.Flag("cloud-environment", "Use IAM credentials in cloud environment.").Bool()
162
-
s3ScanBuckets:=s3Scan.Flag("bucket", "Name of S3 bucket to scan. You can repeat this flag.").Strings()
0 commit comments