'Invicti Scan aborted because state is Failed

As part of our Azure DevOps Pipeline, we have to run a NetSparker scan.

Currently the scan failed with this very cryptic error message:

Starting: netsparkercloud

Task : Invicti Enterprise Description : Integrate Azure DevOps with Invicti Enterprise in order to perform application scans as part of build and release tasks. Version : 1.5.0 Author : Invicti Help :

-------- Invicti Enterprise scan is starting... -------- -------- Create scan API result is:true-------- -------- Scan start request success. The scan will soon start.-------- -------- Requesting scan info. -------- {"ErrorMessage":null,"IsValid":true,"ScanTaskId":"95503939-f9f6-4b46-f3ba-ae82043335cd","State":"Queued","FoundedSeverityAndCounts":{}} -------- Scan status is: Queued -------- -------- Requesting scan info. -------- {"ErrorMessage":null,"IsValid":true,"ScanTaskId":"95503939-f9f6-4b46-f3ba-ae82043335cd","State":"Scanning","FoundedSeverityAndCounts":{}} -------- Scan status is: Scanning -------- -------- Requesting scan info. -------- {"ErrorMessage":null,"IsValid":true,"ScanTaskId":"95503939-f9f6-4b46-f3ba-ae82043335cd","State":"Scanning","FoundedSeverityAndCounts":{}} -------- Scan status is: Scanning -------- -------- Requesting scan info. -------- {"ErrorMessage":null,"IsValid":true,"ScanTaskId":"95503939-f9f6-4b46-f3ba-ae82043335cd","State":"Failed","FoundedSeverityAndCounts":{}} -------- Scan status is: Failed -------- ##[error]Error: -------- Scan aborted because state is Failed-------- -------- Error in Invicti Enterprise scan task - Error: -------- Scan aborted because state is Failed---------------- Finishing: netsparkercloud

I tried adding debug=true but not getting anymore info on the error itself.

I am not finding much on google searches or on SO - any thoughts on the root cause and/or solution is much appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source