Skip to content

Commit 244bc71

Browse files
lsongsusexingzhang-suse
authored andcommitted
Feat: enable the free-typing for "Repositories to scan" selector
1 parent cc411da commit 244bc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sbombastic-image-vulnerability-scanner/constants/scan-interval-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const REGISTRY_TYPE = {
2121
}
2222

2323
export const REGISTRY_DEFAULT_URI = {
24-
DOCKERHUB: "https://registry.hub.docker.com"
24+
DOCKERHUB: "index.docker.io"
2525
};
2626

2727
export const REGISTRY_TYPE_OPTIONS: {label: string; value: string }[] = [

0 commit comments

Comments
 (0)