Skip to content

Commit

Permalink
Update Xeol to v0.9.13
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
noqcks authored Feb 8, 2024
1 parent 7611b85 commit 77965f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
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 77965f0

Please sign in to comment.