Skip to content

Commit eb9e8b6

Browse files
Philip Reesprees1
authored andcommitted
Improve content, titles and link to overview
1 parent ca54f15 commit eb9e8b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/tidal tools/sourcecode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ If the machine running code analysis can not access the internet; you can perfor
9797
9898
{% 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)." %}
9999
100-
### Why Docker?
100+
### Why do I need Docker?
101101
102102
You need to install Docker to complete the source code analysis. This is because the analysis uses several system-dependent software libraries.
103103
By using Docker, the analysis can use those libraries without requiring you to install any other dependencies.
104104
105-
### What about security?
105+
### What information is collected?
106106
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

Comments
 (0)