You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/vscode/proc_vscode-analyzing-application-using-profiles.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
= Running an application analysis by using a profile
4
4
5
5
[role="_abstract"]
6
-
To run a static code analysis of an application, you can use a profile that is created and managed by your architect in the {ProductShortName} Hub. The centralized configuration management standardizes the analysis configuration and custom rules across projects to produce a consistent result. This allows the architect to create and manage the necessary profiles, thereby simplifying the lifecycle of analysis configurations and rules. Migrators can run analyses either by using local profile configuration or by using profiles from the Hub.
6
+
To run a static code analysis of an application, you can use a profile that is created and managed by your architect in the {ProductFullName} Hub. The centralized configuration management standardizes the analysis configuration and custom rules across projects to produce a consistent result. This allows the architect to create and manage the necessary profiles, thereby simplifying the lifecycle of analysis configurations and rules. Migrators can run analyses either by using local profile configuration or by using profiles from the Hub.
7
7
8
8
When you connect to the Hub from your Visual Studio Code instance, {ProductShortName} downloads the analysis profiles and custom rules present in the Hub to the `.konveyor/profiles` location in your hard disk. You can use the analysis profile that contains custom rules to perform analyses in your Visual Studio Code IDE environment. If you connect to the Hub, the profile configuration options in your IDE instance are disabled.
9
9
@@ -20,28 +20,28 @@ For more information about the support scope of Red Hat Technology Preview featu
20
20
21
21
.Prerequisites
22
22
23
-
* You opened a project written in one of the supported languages in your VS Code workspace.
23
+
* You opened a project written in one of the supported languages in your Visual Studio Code workspace. {ProductShortName} can analyze source code written in `Java`, `C#`, `.NET`, `Node.js`, and `Python`.
24
24
* An architect has configured an analysis profile in the Hub.
25
25
26
26
.Procedure
27
27
28
28
. Click the {mta-dl-plugin} extension and click *Open Analysis Panel*.
29
29
30
-
. Click *Configure Hub Settings* in settings (image:settings-icon.png[]).
30
+
. In settings (image:settings-icon.png[]), click *Configure Hub Settings*.
31
31
32
32
. Configure the following settings on the *Hub Configuration* page:
33
33
.. Enable *Hub*.
34
34
.. Enter the {ProductShortName} user interface URL in the *Hub URL* field.
35
-
.. Enable *Skip SSL certificate verification* if you want to connect to your Hub without verifying the local SSL certificate in the host.
36
-
.. Toggle *Enable authentication* on to log in to your Hub.
35
+
.. If you want to connect to your Hub without verifying the local SSL certificate in the host, enable *Skip SSL certificate verification*.
36
+
.. Log in to the Hub by enabling the *Enable authentication* switch.
37
37
.. Enter the username and password credentials of the {ProductShortName} user interface.
38
-
.. Enable *Solution Server* to use the solution server to suggest resolutions for the issues in the source code.
39
-
.. Enable *Profile Sync* to sync the profiles with the Hub. {ProductShortName} periodically downloads the latest version of the profiles from the Hub. {ProductShortName} does not update the profiles and rules if you do not sync the profiles with the Hub.
38
+
.. To use the Solution Server to suggest resolutions for the issues in the source code, enable *Solution Server*.
39
+
.. To sync the profiles with the Hub, enable *Profile Sync*. {ProductShortName} periodically downloads the latest version of the profiles from the Hub. {ProductShortName} does not update the profiles and rules if you do not sync the profiles with the Hub.
40
40
41
41
. Select a profile from the list on the *{ProductShortName} Analysis View* page.
42
42
. Click *Run Analysis*.
43
43
44
44
45
45
[role="_additional-resources"]
46
46
.Additional resources
47
-
* link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/developer-lightspeed-guide/index[Configuring and using Developer Lightspeed for {ProductShortName}]
47
+
* link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/configuring_and_using_red_hat_developer_lightspeed_for_mta/index[Configuring and using Developer Lightspeed for {ProductShortName}]
0 commit comments