Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsean08 committed Nov 10, 2023
1 parent 591a848 commit a85c563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scanner/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ var (
NotApplicableError = errors.New("scanner is not applicable to to this action")
UnexpectedResponseCodeError = errors.New("received an unexpected http response code")
LikelyShaError = errors.New("reference is likely a sha-1 sum")
NotATagError = errors.New("reference is not a tag")
LocalActionError = errors.New("action is local, and so is not referred to by a git ref")
)

0 comments on commit a85c563

Please sign in to comment.