Azure devops pipeline task: AdvancedSecurity-Dependency-Scanning@1 ran fine yesterday, but not today.
throws error:
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
at Microsoft.AdvSec.Detection.Services.VulnerabilityOutputService.GetComponentDetailsForDisplay(Alert alert) in D:a1stasksdependency-scanningdetectionsrcMicrosoft.AdvSec.DetectionServicesVulnerabilityOutputService.cs:line 96
at Microsoft.AdvSec.Detection.Services.VulnerabilityOutputService.LogAdvSecComponentAlert(Uri baseAlertsUri, Int32 index, Alert alert, List`1 locations, String branch) in D:a1stasksdependency-scanningdetectionsrcMicrosoft.AdvSec.DetectionServicesVulnerabilityOutputService.cs:line 47
at Microsoft.AdvSec.Detection.Services.VulnerabilityOutputService.LogAdvSecVulnerabilitiesAsync(IEnumerable`1 alerts, String branch, GovernanceJobStatus processingJobStatus) in D:a1stasksdependency-scanningdetectionsrcMicrosoft.AdvSec.DetectionServicesVulnerabilityOutputService.cs:line 34
at Microsoft.AdvSec.Detection.AdvSecOrchestrator.GetAndLogAlertsFromAdvSec(ScanResult scanResult, String projectId, AdvSecSubmissionArguments parsedArgs, String authToken, String repositoryId, String branchMoniker, Int64 sarifId, GovernanceJobStatus jobStatus) in D:a1stasksdependency-scanningdetectionsrcMicrosoft.AdvSec.DetectionAdvSecOrchestrator.cs:line 220
at Microsoft.AdvSec.Detection.AdvSecOrchestrator.ExecuteDependencyScanningAsync(String[] args) in D:a1stasksdependency-scanningdetectionsrcMicrosoft.AdvSec.DetectionAdvSecOrchestrator.cs:line 148
Execution finished, status: -1.
Process terminating.