Skip to content

Commit 5f6b66a

Browse files
author
invoker
committed
update
1 parent 29d9ea1 commit 5f6b66a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func main() {
3030
http.DefaultTransport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
3131

3232
address := flag.String("url", "", "URL to scan (e.g., https://example.com)")
33-
configfile := flag.String("config", "", "custom config JSON file path")
3433
format := flag.String("f", "", "output format: json or csv")
3534
outDir := flag.String("o", "", "output directory path")
3635
gitfile := flag.Bool("git", false, "scan git-related files")

0 commit comments

Comments
 (0)