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,
|
LogDir: logDir,
|
||||||
LogLevel: logLevel,
|
LogLevel: logLevel,
|
||||||
|
|
||||||
BinariesIndexURLs: configure.DefaultStableBinaryIndexURLs,
|
BinariesIndexURLs: configure.DefaultSpnStableBinaryIndexURLs,
|
||||||
IntelIndexURLs: configure.DefaultIntelIndexURLs,
|
IntelIndexURLs: configure.DefaultIntelIndexURLs,
|
||||||
VerifyBinaryUpdates: configure.BinarySigningTrustStore,
|
VerifyBinaryUpdates: configure.BinarySigningTrustStore,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ var (
|
|||||||
DefaultStableBinaryIndexURLs = []string{
|
DefaultStableBinaryIndexURLs = []string{
|
||||||
"https://updates.safing.io/stable.v3.json",
|
"https://updates.safing.io/stable.v3.json",
|
||||||
}
|
}
|
||||||
|
DefaultSpnStableBinaryIndexURLs = []string{
|
||||||
|
"https://updates.safing.io/stable.v3.json",
|
||||||
|
}
|
||||||
DefaultBetaBinaryIndexURLs = []string{
|
DefaultBetaBinaryIndexURLs = []string{
|
||||||
"https://updates.safing.io/beta.v3.json",
|
"https://updates.safing.io/beta.v3.json",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user