mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
image level lint: enforce manifest mandatory annotations
closes #536 Signed-off-by: Lisca Ana-Roberta <ana.kagome@yahoo.com>
This commit is contained in:
committed by
Andrei Aaron
parent
3d72dad507
commit
87fc941b3c
@@ -11,6 +11,12 @@ type ExtensionConfig struct {
|
||||
Sync *sync.Config
|
||||
Metrics *MetricsConfig
|
||||
Scrub *ScrubConfig
|
||||
Lint *LintConfig
|
||||
}
|
||||
|
||||
type LintConfig struct {
|
||||
Enabled *bool
|
||||
MandatoryAnnotations []string
|
||||
}
|
||||
|
||||
type SearchConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user