Skip to content

Commit

Permalink
Update Xeol to v0.9.15
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
noqcks authored Apr 27, 2024
1 parent 7611b85 commit 4af2e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XeolVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.XEOL_VERSION = "v0.9.13";
exports.XEOL_VERSION = "v0.9.15";
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/***/ 7407:
/***/ ((__unused_webpack_module, exports) => {

exports.XEOL_VERSION = "v0.9.13";
exports.XEOL_VERSION = "v0.9.15";


/***/ }),
Expand Down Expand Up @@ -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({
Expand Down

0 comments on commit 4af2e21

Please sign in to comment.