Skip to content

Commit c0e9368

Browse files
authored
Update Xeol to v0.10.0
Signed-off-by: GitHub <[email protected]>
1 parent 9da6799 commit c0e9368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

XeolVersion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exports.XEOL_VERSION = "v0.9.13";
1+
exports.XEOL_VERSION = "v0.10.0";

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/***/ 7407:
55
/***/ ((__unused_webpack_module, exports) => {
66

7-
exports.XEOL_VERSION = "v0.9.13";
7+
exports.XEOL_VERSION = "v0.10.0";
88

99

1010
/***/ }),
@@ -100,7 +100,7 @@ async function run() {
100100
// Xeol accepts several input options, initially this action is supporting both `image` and `path`, so
101101
// a check must happen to ensure one is selected at least, and then return it
102102
const source = sourceInput();
103-
const failBuild = core.getInput("fail-build") || "true";
103+
const failBuild = core.getInput("fail-build") || "false";
104104
const apiKey = core.getInput("api-key") || "";
105105
const outputFormat = core.getInput("output-format") || "table";
106106
const out = await runScan({

0 commit comments

Comments
 (0)