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: pages/tidal tools/sourcecode.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,11 @@ If the machine running code analysis can not access the internet; you can perfor
97
97
98
98
{% include tip.html content="Need to run code analysis on an entire set of applications all from one machine? Run [this command and easily create a directory for every application already in your Tidal Accelerator workspace](https://github.com/tidalmigrations/gists/blob/master/make_source_code_dirs.sh)." %}
99
99
100
-
### Why Docker?
100
+
### Why do I need Docker?
101
101
102
102
You need to install Docker to complete the source code analysis. This is because the analysis uses several system-dependent software libraries.
103
103
By using Docker, the analysis can use those libraries without requiring you to install any other dependencies.
104
104
105
-
### What about security?
105
+
### What information is collected?
106
106
107
-
**The entire code analysis process takes place locally on your machine.** It will scan your files locally looking for common patterns and information when modernizing. The only data that is captured and sent from the analysis are the results of the analysis and the associated metadata. You can view all raw analysis results sent to Tidal Accelerator before they are sent, by performing an offline analysis and viewing the results file locally.
107
+
**The entire code analysis process takes place locally on your machine.** It will scan your files locally looking for common patterns and information when modernizing. The only data that is captured and sent from the analysis are the results of the analysis and the associated metadata. You can view all raw analysis results sent to Tidal Accelerator before they are sent, by performing an offline analysis and viewing the results file locally. See the [overview for more information](code-analysis-overview.html#what-information-is-collected) on how to do that.
0 commit comments