Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Nov 15, 2023
1 parent 5a037fd commit 40259a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewHostConnection(h Host, timeout time.Duration) *HostConnection {
Auth: auth,
Timeout: timeout,
// #nosec G106
Callback: ssh.InsecureIgnoreHostKey(), //we don't verify host key ( similar to ansible)
Callback: ssh.InsecureIgnoreHostKey(), // we don't verify host key ( similar to ansible)
})
if err != nil {
return nil
Expand Down

0 comments on commit 40259a2

Please sign in to comment.