Skip to content

Commit

Permalink
fix include add output
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-deng committed Oct 13, 2023
1 parent e8ec9d3 commit eca707d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25626,6 +25626,7 @@ async function run() {
} else {
const autoScan = false;
buildId = await beginScanCompositAction(vid, vkey, jarName, appname, filepath, autoScan, version, include);
core.info('Static Scan Submitted, waiting for Pre Scan results.');
}

core.info('Waiting for Scan Results...');
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ async function run() {
} else {
const autoScan = false;
buildId = await beginScanCompositAction(vid, vkey, jarName, appname, filepath, autoScan, version, include);
core.info('Static Scan Submitted, waiting for Pre Scan results.');
}

core.info('Waiting for Scan Results...');
Expand Down

0 comments on commit eca707d

Please sign in to comment.