Skip to content

Commit

Permalink
command args in json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lanrat committed Sep 15, 2017
1 parent 000f29c commit 2f58b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ func generateGraphMetadata() map[string]interface{} {
data["version"] = version()
data["website"] = "https://lanrat.github.io"
data["scan_date"] = time.Now().UTC()
data["command"] = strings.Join(os.Args, " ")
options := make(map[string]interface{})
options["starttls"] = starttls
options["parallel"] = parallel
Expand Down

0 comments on commit 2f58b60

Please sign in to comment.