Skip to content

Commit

Permalink
add jfrog ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 7, 2025
1 parent de902d8 commit 34a6a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/sshlogin.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func getSshHeaders(sshAuth ssh.AuthMethod, host string, port int) (map[string]st
sshAuth,
},
//#nosec G106 -- Used to get ssh headers only.
//jfrog:ignore
HostKeyCallback: ssh.InsecureIgnoreHostKey(),
}

Expand Down

0 comments on commit 34a6a56

Please sign in to comment.