Skip to content

Commit e987c64

Browse files
committed
removing docker credentials from scan, only prime credentials needed
1 parent e9e3793 commit e987c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func main() {
396396
Name: "scan-registries",
397397
Usage: "Fetch, list and compare SUSE's registries and create yaml files with what is supposed to be synced from Docker Hub",
398398
Action: scanRegistries,
399-
Flags: []cli.Flag{primeURLFlag, dockerUserFlag, dockerPasswordFlag},
399+
Flags: []cli.Flag{primeURLFlag},
400400
},
401401
{
402402
Name: "sync-registries",

0 commit comments

Comments
 (0)