Scanning endpoint failures should not halt the scan
This commit is contained in:
parent
7fda765d49
commit
eb4226ede4
15 changed files with 32 additions and 49 deletions
2
lib/autobuild-action.js
generated
2
lib/autobuild-action.js
generated
|
|
@ -31,7 +31,7 @@ async function run() {
|
|||
let language = undefined;
|
||||
try {
|
||||
actionsUtil.prepareLocalRunEnvironment();
|
||||
if (!(await actionsUtil.sendStatusReport(await actionsUtil.createStatusReportBase("autobuild", "starting", startedAt), true))) {
|
||||
if (!(await actionsUtil.sendStatusReport(await actionsUtil.createStatusReportBase("autobuild", "starting", startedAt)))) {
|
||||
return;
|
||||
}
|
||||
const config = await config_utils.getConfig(actionsUtil.getRequiredEnvParam("RUNNER_TEMP"), logger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue