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/agent/reachability.en.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@ To use this feature, you need to set two parameters:
58
58
```shell
59
59
johnny-linux-amd64 scan dir . --api_url "http(s)://<codescoring_host>" --api_token "<token from step 1>" --cg-path .svace-dir/analyze-res/call-graph-results/<project_name>-graph-order.json --cg-lang java
60
60
```
61
-
## Remote Analysis Server
61
+
## Remote analysis
62
62
63
-
In [Svace 5.0.260311](/on-premise/postgres-upgrade-compose/), it is now possible to use a remote analysis server. This allows you to configure
64
-
the analysis server once, and its users can submit projects for analysis without specifying credentials.
63
+
In [Svace 5.0.260311](/on-premise/postgres-upgrade-compose/), it is now possible to use a remote analysis server. This allows you to take
64
+
the construction of the call graph beyond the CI/CD pipeline, reduce the load on the assembly servers and optimize the continuous integration process.
65
65
66
66
### Server configuration steps
67
67
@@ -79,11 +79,15 @@ svace server init
79
79
svace server start
80
80
```
81
81
4. Submit the project for analysis
82
-
```shell
83
-
svace remote analyze --build-call-graph-only
84
-
```
85
82
86
-
After configuring the server, the analysis is simplified — you do not need to specify the license parameters ```--license-server-url``` and ```--license-server-token```.
83
+
After configuring the server, you do not need to specify the --license-server-url and --license-server-token license parameters.
84
+
```shell
85
+
svace remote analyze --build-call-graph-only
86
+
```
87
+
88
+
If necessary, you can add the parameters: ```--port```, ```--login```, ```--pass```, etc.
89
+
90
+
For more information about the remote analysis server settings, see [the Svace documentation](https://svace.pages.ispras.ru/svace-website/docs/5.0.260306/user-guide.html#remote-analysis).
Copy file name to clipboardExpand all lines: docs/agent/reachability.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ hide:
59
59
johnny-linux-amd64 scan dir . --api_url "http(s)://<codescoring_host>" --api_token "<токен из п.1>" --cg-path .svace-dir/analyze-res/call-graph-results/<project_name>-graph-order.json --cg-lang java
60
60
```
61
61
62
-
## Сервер удалённого анализа
62
+
## Удаленный анализ
63
63
64
-
В версии [Svace 5.0.260311](/on-premise/postgres-upgrade-compose/) появилась возможность использования сервера удалённого анализа. Это позволяет сконфигурировать
65
-
сервер анализа один раз, а его пользователям — отправлять проекты на анализ без указания учетных данных.
64
+
В версии [Svace 5.0.260311](/on-premise/postgres-upgrade-compose/) появилась возможность использования сервера удалённого анализа. Это позволяет вынести
65
+
построение графа вызовов за пределы CI/CD пайплайна, снизить нагрузку на сборочные серверы и оптимизировать процесс непрерывной интеграции.
При необходимости можно добавить параметры ```--port```, ```--login```, ```--pass``` и т.д.
90
+
91
+
Подробнее с настройками сервера удалённого анализа можно ознакомиться в [документации Svace](https://svace.pages.ispras.ru/svace-website/docs/5.0.260306/user-guide.html#remote-analysis).
0 commit comments