We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490440d commit 06c852aCopy full SHA for 06c852a
commands/curation/curationaudit.go
@@ -104,7 +104,7 @@ var supportedTech = map[techutils.Technology]func(ca *CurationAuditCommand) (boo
104
return ca.checkSupportByVersionOrEnv(techutils.Gem, MinArtiGradleGemSupport)
105
},
106
techutils.Docker: func(ca *CurationAuditCommand) (bool, error) {
107
- return ca.checkDockerSupport()
+ return ca.DockerImageName() != "", nil
108
109
}
110
0 commit comments