task(spn): Update SPN binary index url
This commit is contained in:
@@ -93,7 +93,7 @@ func initializeGlobals(cmd *cobra.Command, args []string) {
|
||||
LogDir: logDir,
|
||||
LogLevel: logLevel,
|
||||
|
||||
BinariesIndexURLs: configure.DefaultStableBinaryIndexURLs,
|
||||
BinariesIndexURLs: configure.DefaultSpnStableBinaryIndexURLs,
|
||||
IntelIndexURLs: configure.DefaultIntelIndexURLs,
|
||||
VerifyBinaryUpdates: configure.BinarySigningTrustStore,
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@ var (
|
||||
DefaultStableBinaryIndexURLs = []string{
|
||||
"https://updates.safing.io/stable.v3.json",
|
||||
}
|
||||
DefaultSpnStableBinaryIndexURLs = []string{
|
||||
"https://updates.safing.io/stable.v3.json",
|
||||
}
|
||||
DefaultBetaBinaryIndexURLs = []string{
|
||||
"https://updates.safing.io/beta.v3.json",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user