Skip to content

Commit

Permalink
remove fmt.println
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdp committed Mar 8, 2023
1 parent d85bab7 commit 43d2028
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/lambda/check_digest.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package lambda

import (
"fmt"
"strings"

"github.com/google/go-containerregistry/pkg/authn"
Expand Down Expand Up @@ -58,7 +57,6 @@ func checkDigest(imageName string, resultPublicRepoTags *[]string, resultsFromEc
match := (*resultsFromEcr)[imageName+":"+tag].hash == digest

if !match {
fmt.Printf("no match %s", imageName)
result = append(result, tag)
}
}
Expand Down

0 comments on commit 43d2028

Please sign in to comment.