We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fde69 commit 54d0cfeCopy full SHA for 54d0cfe
scanrepository/scanrepository.go
@@ -94,6 +94,10 @@ func (cfp *ScanRepositoryCmd) scanAndFixBranch(repository *utils.Repository) (er
94
if cfp.analyticsService.GetMsi() != "" {
95
// MSI is passed to XrayGraphScanParams, so it can be later used by other analytics events in the scan phase
96
cfp.scanDetails.XrayGraphScanParams.MultiScanId = cfp.analyticsService.GetMsi()
97
+ cfp.scanDetails.XrayGraphScanParams.XscVersion, err = cfp.analyticsService.XscManager().GetVersion()
98
+ if err != nil {
99
+ return
100
+ }
101
}
102
103
for i := range repository.Projects {
0 commit comments