File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- exports . XEOL_VERSION = "v0.9.13 " ;
1
+ exports . XEOL_VERSION = "v0.10.0 " ;
Original file line number Diff line number Diff line change 4
4
/***/ 7407 :
5
5
/***/ ( ( __unused_webpack_module , exports ) => {
6
6
7
- exports . XEOL_VERSION = "v0.9.13 " ;
7
+ exports . XEOL_VERSION = "v0.10.0 " ;
8
8
9
9
10
10
/***/ } ) ,
@@ -100,7 +100,7 @@ async function run() {
100
100
// Xeol accepts several input options, initially this action is supporting both `image` and `path`, so
101
101
// a check must happen to ensure one is selected at least, and then return it
102
102
const source = sourceInput ( ) ;
103
- const failBuild = core . getInput ( "fail-build" ) || "true " ;
103
+ const failBuild = core . getInput ( "fail-build" ) || "false " ;
104
104
const apiKey = core . getInput ( "api-key" ) || "" ;
105
105
const outputFormat = core . getInput ( "output-format" ) || "table" ;
106
106
const out = await runScan ( {
You can’t perform that action at this time.
0 commit comments