We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc411da commit 244bc71Copy full SHA for 244bc71
pkg/sbombastic-image-vulnerability-scanner/constants/scan-interval-options.ts
@@ -21,7 +21,7 @@ export const REGISTRY_TYPE = {
21
}
22
23
export const REGISTRY_DEFAULT_URI = {
24
- DOCKERHUB: "https://registry.hub.docker.com"
+ DOCKERHUB: "index.docker.io"
25
};
26
27
export const REGISTRY_TYPE_OPTIONS: {label: string; value: string }[] = [
0 commit comments