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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,14 @@ To use this feature, you need to set two parameters:
49
49
```shell
50
50
svace analyze --build-call-graph-only --license-server-url "http(s)://<codescoring_host>" --license-server-token "<token from step 1>"
51
51
```
52
-
4. Upon successful completion of all steps, a file named `.svace-dir/analyze-res/call-graph/<project_name>-graph-order.json` containing the call graph will appear in the project directory.
52
+
4. Upon successful completion of all steps, a file named `.svace-dir/analyze-res/call-graph-results/<project_name>-graph-order.json` containing the call graph will appear in the project directory.
53
+
54
+
!!! warning "Saving a file"
55
+
Prior to Svace version svace-5.0.260311, the call graph file was saved to the folder `.svace-dir/analyze-res/call-graph`
56
+
53
57
5. Launch the scan using Johnny, for example:
54
58
```shell
55
-
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/<project_name>-graph-order.json --cg-lang java
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
Copy file name to clipboardExpand all lines: docs/agent/reachability.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,9 @@ hide:
50
50
svace analyze --build-call-graph-only --license-server-url "http(s)://<codescoring_host>" --license-server-token "<токен из п.1>"
51
51
```
52
52
4. В случае успешного выполнения всех шагов в директории проекта появится файл `.svace-dir/analyze-res/call-graph-results/<project_name>-graph-order.json`, содержащий граф вызовов.
53
-
!!! warning "Сохранение файла"
54
-
До версии Svace svace-5.0.260311 файл с графом вызовов сохранялся в папку `.svace-dir/analyze-res/call-graph`
53
+
54
+
!!! warning "Сохранение файла"
55
+
До версии Svace svace-5.0.260311 файл с графом вызовов сохранялся в папку `.svace-dir/analyze-res/call-graph`
55
56
56
57
5. Запустить сканирования с помощью Johnny, например:
0 commit comments