You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Lookup method in the package github.com/cnabio/cnab-go/driver/lookup is using hardcoded strings such as "docker" to determine the driver. Those strings should ideally be made constants somewhere in this repo for other libraries to use.
In the
Lookupmethod in the packagegithub.com/cnabio/cnab-go/driver/lookupis using hardcoded strings such as "docker" to determine the driver. Those strings should ideally be made constants somewhere in this repo for other libraries to use.