Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoretenable committed Aug 21, 2024
1 parent e766442 commit ac84cb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/vulnerability/harbor.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (hscanner) prepareRequest(serverURL string) (*http.Request, error) {
if username == "" || password == "" {
errorMsg := fmt.Errorf("incomplete authentication details")
zap.S().Error(errorMsg)
zap.S().Error(errorMsg)
return nil, errorMsg
}

Expand Down

0 comments on commit ac84cb1

Please sign in to comment.