Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jul 8, 2024
1 parent ee479a8 commit a0d899a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ func (*dummyInspector) Inspect(ctx context.Context, registry, image string, pull
return &imageinspector.Info{}, nil
}

func (*dummyInspector) ResolveName(registry, image string) string {
return image
}

var (
ins = &dummyInspector{}
proc = NewPro(ins)
Expand Down

0 comments on commit a0d899a

Please sign in to comment.