Skip to content

Commit

Permalink
missing setverification
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1 committed Nov 9, 2023
1 parent 75a4a64 commit 5d7c31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detectors/databrickstoken/databrickstoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result
// nothing to do here
} else {
err = fmt.Errorf("unexpected HTTP response status %d", res.StatusCode)
s1.SetVerificationError(err, resMatch)
}
} else {
s1.SetVerificationError(err, resMatch)
Expand Down

0 comments on commit 5d7c31f

Please sign in to comment.