diff --git a/XeolVersion.js b/XeolVersion.js index be720cb..6723d12 100644 --- a/XeolVersion.js +++ b/XeolVersion.js @@ -1 +1 @@ -exports.XEOL_VERSION = "v0.9.13"; +exports.XEOL_VERSION = "v0.9.14"; diff --git a/dist/index.js b/dist/index.js index 47f9acb..c2f1405 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4,7 +4,7 @@ /***/ 7407: /***/ ((__unused_webpack_module, exports) => { -exports.XEOL_VERSION = "v0.9.13"; +exports.XEOL_VERSION = "v0.9.14"; /***/ }), @@ -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({