Skip to content

Commit

Permalink
Fix runner.go to use renamed params.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovikov committed Jul 3, 2023
1 parent 46a8e38 commit e7e70b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ func New(options *Options) (*Runner, error) {
scanopts.StoreResponseDirectory = options.StoreResponseDir
scanopts.OutputServerHeader = options.OutputServerHeader
scanopts.OutputWithNoColor = options.NoColor
scanopts.ResponseInStdout = options.responseInStdout
scanopts.Base64ResponseInStdout = options.base64responseInStdout
scanopts.ResponseInStdout = options.ResponseInStdout
scanopts.Base64ResponseInStdout = options.Base64responseInStdout
scanopts.ChainInStdout = options.chainInStdout
scanopts.OutputWebSocket = options.OutputWebSocket
scanopts.TLSProbe = options.TLSProbe
Expand Down

0 comments on commit e7e70b2

Please sign in to comment.