Skip to content

Commit

Permalink
Merge pull request #14 from martijnvdp/check_digest
Browse files Browse the repository at this point in the history
remove fmt.println
  • Loading branch information
martijnvdp committed Mar 8, 2023
2 parents d85bab7 + 43d2028 commit dc05aa4
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 dc05aa4

Please sign in to comment.