Alex Thottunkel
- Total activity 879
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 443
Articles
Recent activity by Alex Thottunkel Sort by recent activity-
CAST HIGHLIGHT - Cloud Migration Wave Advisor - All the applications onboarded are not considered
Cloud migration wave advisor is not showing all the applications onboarded. Action Plan Click on the 'compute' button and see if it updates the results. Check the values in the formulas used for th...
-
CAST HIGHLIGHT - API - Not getting Survey details from GET /domains/{domainId}/applications/{applicationid}
Though the application has survey answers the API GET /domains/{domainId}/applications/{applicationid} is not displaying survey details as output. DetailsUse the REST API with the parameter expand...
-
CAST HIGHLIGHT - API - How to get only the basic details from GET /domains/{domainId}/applications ?
When using the API to get the details of applications (GET /domains/{domainId}/applications) user do not want to get the full details for all applications, instead, user wants the API to fetch only...
-
CAST HIGHLIGHT - CLI - --skipUpload - Missing required option(s) [companyId, applicationId]
When using --skipUpload user got the error “Missing required option(s) [companyId, applicationId]”. But when the options ‘companyId’ and ‘applicationId’ were included, user got the error "Incorre...
-
CAST HIGHLIGHT - Analysis - Are exclusions possible after the analysis of an application?
Code insights can be excluded, filters can be applied by excluding folders to refine software analysis results, but it might not be possible to exclude a specific file and its results unless a work...
-
CAST HIGHLIGHT - API - API to get the vulnerability metrics of previous snapshots
The correct API to get the vulnerability details of previous snapshots is given below. Details The correct endpoint is /domains/{domainId}/applications/{applicationId}/appResultSnapshot/{appli...
-
CAST HIGHLIGHT - GitLab/GitHub - Unsupported URL Format
When scanning a GitLab Private repository with all the necessary permissions at the repo level code scan fails with the error “Unsupported URL Format”. Same error is seen in CLI as well as Code Rea...
-
CAST HIGHLIGHT - CLI - Not able to submit after using the skipSubmit option along with appendResult as the last result uploaded is not known
User was not able to submit after using the skipSubmit option along with appendResult as the last result uploaded is not known. This happened because user do not know which app is the last one to b...
-
CAST HIGHLIGHT - Campaigns - Can a user create a survey only campaign and code only campaign for an app on the same date?
When user tried to create a survey only campaign and code only campaign for an app on the same date user is getting the error " Application Upload - Results have already been defined for an applica...
-
CAST HIGHLIGHT - SCA - Components mentioned in Ant build.xml file are not getting scanned
In an Ant build.xml file there are reference to several JAR files. The components mentioned in the JAR files are not seen in the Software Composition tab as Highlight is not analyzing build.xml. ...