Skip to content

Commit

Permalink
prefix warning to the image validation
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Nov 1, 2023
1 parent 8516f91 commit e3419fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
containerDownloadedImagesMsgFromRemote = "remotely downloaded"
containerDownloadedImagesMsgLineFormat = "> %s - %s"

containerImageArchWarningHeaderFormat = "Container images with different architecture than expected(%s):"
containerImageArchWarningHeaderFormat = "WARNING: Container images with different architecture than expected(%s):"
containerImageArchitectureMsgLineFormat = "> %s - %s"

linebreak = "\n"
Expand Down

0 comments on commit e3419fa

Please sign in to comment.