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.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
+
!!! warning "Сохранение файла"
54
+
До версии Svace svace-5.0.260311 файл с графом вызовов сохранялся в папку `.svace-dir/analyze-res/call-graph`
55
+
55
56
5. Запустить сканирования с помощью Johnny, например:
56
57
```shell
57
58
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
0 commit comments