Skip to content

Commit 3b2970f

Browse files
Update jwt-helper.go
1 parent bd5f3c2 commit 3b2970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wrappers/jwt-helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (*JWTStruct) GetLicenseDetails() (licenseDetails map[string]string, err err
9696
devAssistEnabled := containsIgnoreCase(jwtStruct.AstLicense.LicenseData.AllowedEngines, commonParams.CheckmarxDevAssistType)
9797

9898
licenseDetails["scan.config.plugins.cxoneassist"] = strconv.FormatBool(assistEnabled)
99-
licenseDetails["scan.config.plugins.cxonedevassist"] = strconv.FormatBool(devAssistEnabled)
99+
licenseDetails["scan.config.plugins.cxdevassist"] = strconv.FormatBool(devAssistEnabled)
100100
return licenseDetails, nil
101101
}
102102

0 commit comments

Comments
 (0)