File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,6 +270,9 @@ function run() {
270270 if ( warn_on_severity ) {
271271 console . log ( `Warning on vulnerabilities with minimum severity: ${ warn_on_severity } ` ) ;
272272 }
273+ if ( wait_for_static_scan_only === 'true' ) {
274+ console . log ( 'WAIT_FOR_STATIC_SCAN_ONLY is enabled: will wait for static_scan completion' ) ;
275+ }
273276 for ( const scan of scan_info ) {
274277 const { mobile_app_id, scan_id } = scan ;
275278 var maxWaitTime = 300000 ; // 5 minutes
Original file line number Diff line number Diff line change @@ -326,6 +326,10 @@ async function run() {
326326 ) ;
327327 }
328328
329+ if ( wait_for_static_scan_only === 'true' ) {
330+ console . log ( 'WAIT_FOR_STATIC_SCAN_ONLY is enabled: will wait for static_scan completion' ) ;
331+ }
332+
329333 for ( const scan of scan_info ) {
330334 const { mobile_app_id, scan_id } = scan ;
331335
You can’t perform that action at this time.
0 commit comments