Skip to content

Commit 2f58b60

Browse files
committed
command args in json metadata
1 parent 000f29c commit 2f58b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

certgraph.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ func generateGraphMetadata() map[string]interface{} {
317317
data["version"] = version()
318318
data["website"] = "https://lanrat.github.io"
319319
data["scan_date"] = time.Now().UTC()
320+
data["command"] = strings.Join(os.Args, " ")
320321
options := make(map[string]interface{})
321322
options["starttls"] = starttls
322323
options["parallel"] = parallel

0 commit comments

Comments
 (0)