Skip to content

Commit f1c6c83

Browse files
committed
sca endpoint
1 parent 499fdeb commit f1c6c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/mixeway/scanmanager/integrations/nexusiq/apiclient/NexusIqApiClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ private List<Synchro> loadNexusData(Scanner scanner) throws UnrecoverableKeyExce
371371
synchroList.add(synchroEntry);
372372
} catch (HttpClientErrorException e){
373373
log.warn("[Nexus-IQ] Application {} on nexus has no repourl, HTTP_STATUS {}", application.getPublicId(), e.getStatusCode());
374+
} catch (NullPointerException e){
375+
log.warn("[Nexus-IQ] Application {} NullPOinter on loadNexusData", application.getPublicId());
374376
}
375377
}
376378
return synchroList;

0 commit comments

Comments
 (0)