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 6a79995 commit 5fcb4b9Copy full SHA for 5fcb4b9
src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt
@@ -189,6 +189,7 @@ class CoderCLIManager(
189
if (signatureResult.isNotDownloaded()) {
190
if (context.settingsStore.allowUnsignedBinaryWithoutPrompt) {
191
context.logger.warn("Running unsigned CLI from ${cliResult.source}")
192
+ return true
193
} else {
194
val acceptsUnsignedBinary = context.ui.showYesNoPopup(
195
context.i18n.ptrl("Security Warning"),
@@ -242,7 +243,6 @@ class CoderCLIManager(
242
243
throw exception
244
}
245
-
246
247
248
0 commit comments