From 77965f006dabf67392e1a539f4ed55d8506ee69f Mon Sep 17 00:00:00 2001 From: noqcks Date: Thu, 8 Feb 2024 07:08:33 +0000 Subject: [PATCH] Update Xeol to v0.9.13 Signed-off-by: GitHub --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 47f9acb..7f16ab4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -100,7 +100,7 @@ async function run() { // Xeol accepts several input options, initially this action is supporting both `image` and `path`, so // a check must happen to ensure one is selected at least, and then return it const source = sourceInput(); - const failBuild = core.getInput("fail-build") || "true"; + const failBuild = core.getInput("fail-build") || "false"; const apiKey = core.getInput("api-key") || ""; const outputFormat = core.getInput("output-format") || "table"; const out = await runScan({