diff --git a/index.js b/index.js index a8b2e06..c24af73 100644 --- a/index.js +++ b/index.js @@ -214,7 +214,7 @@ const main = async () => { } // Sanity check - if (status !== 'COMPLETE') { + if (status !== 'COMPLETE' && status !== 'ACTIVE') { throw new Error(`Unhandled scan status "${status}". API response: ${JSON.stringify(findings)}`) }