Skip to content

Commit 06c852a

Browse files
basel1322asafambar
andauthored
Update commands/curation/curationaudit.go
Co-authored-by: Asaf Ambar <[email protected]>
1 parent 490440d commit 06c852a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/curation/curationaudit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var supportedTech = map[techutils.Technology]func(ca *CurationAuditCommand) (boo
104104
return ca.checkSupportByVersionOrEnv(techutils.Gem, MinArtiGradleGemSupport)
105105
},
106106
techutils.Docker: func(ca *CurationAuditCommand) (bool, error) {
107-
return ca.checkDockerSupport()
107+
return ca.DockerImageName() != "", nil
108108
},
109109
}
110110

0 commit comments

Comments
 (0)