You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/backfill-redis/main.go
+5-3
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ import (
66
66
var (
67
67
redisHostname=flag.String("hostname", "", "Hostname for Redis application")
68
68
redisPort=flag.String("port", "", "Port to Redis application")
69
+
redisPassword=flag.String("password", "", "Password for Redis authentication")
69
70
startIndex=flag.Int("start", -1, "First index to backfill")
70
71
endIndex=flag.Int("end", -1, "Last index to backfill")
71
72
rekorAddress=flag.String("rekor-address", "", "Address for Rekor, e.g. https://rekor.sigstore.dev")
0 commit comments