We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d9ea1 commit 5f6b66aCopy full SHA for 5f6b66a
main.go
@@ -30,7 +30,6 @@ func main() {
30
http.DefaultTransport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
31
32
address := flag.String("url", "", "URL to scan (e.g., https://example.com)")
33
- configfile := flag.String("config", "", "custom config JSON file path")
34
format := flag.String("f", "", "output format: json or csv")
35
outDir := flag.String("o", "", "output directory path")
36
gitfile := flag.Bool("git", false, "scan git-related files")
0 commit comments