Skip to content

Commit ec3febc

Browse files
rushk014xingzhang-suse
authored andcommitted
fix: Add Schedule field to Registry detail metadata
1 parent 9493cfe commit ec3febc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sbombastic-image-vulnerability-scanner/components/RegistryDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
type: 'text',
116-
value: registry.metadata.schedule || '',
116+
value: registry.spec.scanInterval || '',
117117
}
118118
];
119119

0 commit comments

Comments
 (0)