Skip to content

Commit e975255

Browse files
committed
Merge branch 'fix-links' into 'master'
fix a bunch of broken links See merge request CodeScoring/docs!648
2 parents ce3b5bd + 983e327 commit e975255

6 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/agent/config.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,12 @@ You can manage the parameters of the CLI agent by adding the configuration file
111111
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **max-decode-depth** – maximum depth for recursive decoding. A value of `0` disables decoding;
112112
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **max-target-megabytes** – maximum file size (in megabytes) to be processed. Files exceeding this size will be skipped. Default: `0` (no limit);
113113
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **no-banner** – disables the Gitleaks startup banner. Default: `false`;
114-
- <a href="/changelog/on-premise-changelog,en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **no-color** – disables colored output in verbose mode. Default: `false`;
114+
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **no-color** – disables colored output in verbose mode. Default: `false`;
115115
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **redact** – masks detected secrets in logs and console output. A value of 0 fully reveals secrets, while 100 completely hides them. Intermediate values, such as 20, mask 20% of the secret. Default: `0`;
116116
- <a href="/changelog/on-premise-changelog.en/#2025130-2025-03-28" class="version-tag">2025.13.0</a> **verbose** – enables verbose output during scanning. Default: `false`.
117117

118118
## Example file
119119

120-
```yaml
121120
```yaml
122121
# analysis options
123122
analysis:

docs/changelog/on-premise-changelog.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ hide:
754754
- Changed the grouping and display of project settings
755755
- Added the output of the Index API availability metric to the standard [platform metrics tracking mechanism](/on-premise/how-to/metrics.en/)
756756
- Added a setting via the environment variable `INDEX_API_FAILURE_RATE_THRESHOLD`, which determines how much failed requests to the Index API in the OSA module must occur before the system considers the index unreachable
757-
- Added the `Skip TLS Verification` setting when [creating a connection to the image registry](/on-premise/how-to/registries.en/)
757+
- Added the `Skip TLS Verification` setting when [creating a connection to the image registry](/osa/registries.en/)
758758
- Added [webhooks](/on-premise/how-to/webhooks.en/) for Secrets module events
759759
- Added pre-connection to Postgres when the connection is lost in the osa-registration service
760760
- Updated maps in the TQI module. Rendering has been moved to the frontend, more convenient navigation has been implemented, and additional filters by period and number of projects have been added

docs/changelog/on-premise-changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ hide:
581581

582582
- <span class="module-tag sca">SCA</span> Добавлена возможность посмотреть [результаты SCA-анализа](/sca/scan-history) проекта из истории сканов
583583
- Добавлена возможность кастомизации [экспорта SBOM и PDF файлов](/sca/export-results)
584-
- Добавлена возможность [ручного создания задачи](on-premise/how-to/policies/#_6) в менеджере задач и отправки писем для выбранных алертов
584+
- Добавлена возможность [ручного создания задачи](/on-premise/how-to/policies/#_6) в менеджере задач и отправки писем для выбранных алертов
585585
- Добавлена возможность настройки [отложенной блокировки](/on-premise/how-to/policies/#_4) в политиках
586586
- Добавлена возможность применять [игноры политик](/on-premise/how-to/ignores) к группам проектов
587587
- Добавлена новая роль [Security Manager](/on-premise/how-to/users/#security-manager)
@@ -755,7 +755,7 @@ hide:
755755
- Изменена группировка и отображение настроек проекта
756756
- Добавлен вывод метрики доступности Index API в стандартный [механизм отслеживания метрик платформе](/on-premise/how-to/metrics/)
757757
- Добавлена настройка через переменную окружения `INDEX_API_FAILURE_RATE_THRESHOLD`, которая определяет, сколько неудачных запросов к Index API в модуле OSA должно произойти, прежде чем система начнёт считать индекс недостижимым
758-
- Добавлена настройка `Skip TLS Verification` при [создании подключения к реестру образов](/on-premise/how-to/registries/)
758+
- Добавлена настройка `Skip TLS Verification` при [создании подключения к реестру образов](/osa/registries/)
759759
- Добавлены [вебхуки](/on-premise/how-to/webhooks/) для событий модуля Secrets
760760
- Добавлено передподключение к Postgres при потере соединения в сервисе osa-registration
761761
- Обновлены карты в модуле TQI. Рендеринг переведён на фронтенд, реализована более удобная навигация и добавлены дополнительные фильтры по периоду и количеству проектов

docs/osa/components.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The package details page contains the main component attributes:
4646

4747
## View a list of container images
4848

49-
Container images are displayed in the `OSA -> Container images` subsection after connecting the corresponding [registry](/on-premise/how-to/registries.en/). Each entry in the list contains the following information:
49+
Container images are displayed in the `OSA -> Container images` subsection after connecting the corresponding [registry](/osa/registries.en/). Each entry in the list contains the following information:
5050

5151
- **Name** – name of the image;
5252
- **Container registry** – name of the registry that contains the image;

docs/sca/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ The **CodeScoring.SCA** module solves the problems of software inventory and vul
1212
- **Control at different stages of development lifecycle** with the ability to [check projects in the version control system](/sca/launch-analysis.en);
1313
- **Integration of checks into the CI pipeline** with blocking security policies using the [console agent Johnny](/agent/index.en);
1414
- **Generating SBOM** and [visualization of the dependency graph](/sca/sca-dependencies.en/#working-with-dependency-graph);
15-
- **Analysis at different levels**: manifest parsing, [resolving transitive dependencies](/agent/resolve.en), [build interception](/agent/scan-build.en) for C and C++, [scanning Docker images](/sca/docker-analysis.en);
15+
- **Analysis at different levels**: manifest parsing, [resolving transitive dependencies](/agent/resolve.en), [build interception](/agent/scan-build.en) for C and C++, [scanning Docker images](/agent/scan-docker.en);
1616
- **Tracking scan history** with the ability to [export results for reporting](/sca/export-results.en);
17-
- [Vulnerability reachability analysis](/sca/reachability.en).
17+
- [Vulnerability reachability analysis](/agent/reachability.en).

docs/sca/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ icon: modules/sca
1111
- **Проверку на разных этапах разработки** с возможностью [проверки проектов в системе контроля версий](/sca/launch-analysis);
1212
- **Интеграцию проверок в CI-конвейер** с блокирующими политиками безопасности с помощью [консольного агента Johnny](/agent);
1313
- **Построение SBOM** и [визуализацию графа зависимостей](/sca/sca-dependencies/#_3);
14-
- **Анализ на разных уровнях**: проверка манифестов, [разрешение транзитивных зависимостей](/agent/resolve), [перехват сборки](/agent/scan-build) для языков C и C++, [сканирование Docker-образов](/sca/docker-analysis);
14+
- **Анализ на разных уровнях**: проверка манифестов, [разрешение транзитивных зависимостей](/agent/resolve), [перехват сборки](/agent/scan-build) для языков C и C++, [сканирование Docker-образов](/agent/scan-docker);
1515
- **Отслеживание истории сканирования** с возможностью [выгрузки результатов для отчетности](/sca/export-results);
16-
- [Анализ достижимости уязвимостей](/sca/reachability).
16+
- [Анализ достижимости уязвимостей](/agent/reachability).

0 commit comments

Comments
 (0)