mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-25 01:58:35 +01:00
fix accessory import issue (#19053)
fixes #19041 The issuse was introduced by https://github.com/goharbor/harbor/pull/17087. To move the import to main since the anonymous imports only allowed at main in go-cilint. Fixes it: To add the anonymous imports at the jobservice main since the gc job needs to remove accessory when to delete an artifact Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
84a131773a
commit
ae33dbd801
@ -32,6 +32,11 @@ import (
|
||||
"github.com/goharbor/harbor/src/lib/cache"
|
||||
cfgLib "github.com/goharbor/harbor/src/lib/config"
|
||||
tracelib "github.com/goharbor/harbor/src/lib/trace"
|
||||
_ "github.com/goharbor/harbor/src/pkg/accessory/model/base"
|
||||
_ "github.com/goharbor/harbor/src/pkg/accessory/model/cosign"
|
||||
_ "github.com/goharbor/harbor/src/pkg/accessory/model/notation"
|
||||
_ "github.com/goharbor/harbor/src/pkg/accessory/model/nydus"
|
||||
_ "github.com/goharbor/harbor/src/pkg/accessory/model/subject"
|
||||
_ "github.com/goharbor/harbor/src/pkg/config/inmemory"
|
||||
_ "github.com/goharbor/harbor/src/pkg/config/rest"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user