We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99853bf + 1120170 commit bbd1083Copy full SHA for bbd1083
image-action-gh/base-project/image-scan/dockerimageprocessing/image.go
@@ -28,7 +28,7 @@ func NewImageInfo() *ImageInfo {
28
func (ii *ImageInfo) UnmarshalYAML(data []byte) error {
29
var values map[string]interface{}
30
if err := yaml.Unmarshal(data, &values); err != nil {
31
- ii.logger.Error(" Failed to unmarshal YAML !", zap.Error(err))
+ ii.logger.Error("Failed to unmarshal YAML!", zap.Error(err))
32
return err
33
}
34
ii.findImages(values, "", &ii.Images)
0 commit comments