Skip to content

Commit 74237af

Browse files
committed
fixed scan links and env example
1 parent 708275d commit 74237af

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/agent/scan.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The agent is launched using the `scan` command with possible scanning options:
1212
- `scan image`[scanning a container image](/agent/scan-docker.en);
1313
- `scan bom`[scanning a SBOM](/agent/scan-bom.en);
1414
- `scan <technology>` - [scanning a directory using settings for selected technology](/agent/scan-technology.en);
15-
- `scan build`[scanning a build](agent/scan-build.en).
15+
- `scan build`[scanning a build](/agent/scan-build.en).
1616

1717
## Launch options
1818

docs/agent/scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hide:
1212
- `scan image`[сканирование контейнерного образа](/agent/scan-docker);
1313
- `scan bom`[сканирование SBOM](/agent/scan-bom);
1414
- `scan <technology>` - [сканирование директории с применением настроек для указанной технологии](/agent/scan-technology);
15-
- `scan build`[сканирование сборки](agent/scan-build).
15+
- `scan build`[сканирование сборки](/agent/scan-build).
1616

1717
## Опции запуска
1818

docs/on-premise/installation.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ hide:
1919

2020
6. Copy the template file with secrets:
2121

22-
```
23-
cp.env.template.env
22+
```bash
23+
cp .env.template .env
2424
```
2525
If necessary, configure settings in a new file.
2626
If you do not change the parameters in the file, then by default the system will be available at `http://localhost:8081`.
2727

2828
- List of domains for proper operation of CSRF protection. It is recommended to list localhost on the internal and external ports, as well as the external domain (or ip:port combination). Specifying the protocol is mandatory, for example:
29-
- `DJANGO_CSRF_TRUSTED_ORIGINS=http://localhost:18000,https://localhost:8081,https://external ip:8081`
29+
- `DJANGO_CSRF_TRUSTED_ORIGINS=http://localhost:18000,https://localhost:8081,https://example.com:8081`
3030
- Connection parameters to the PostgreSQL database. The database is supplied with the platform. Specifying accesses separately is a precaution and control measure. When using your own database, you must ensure that it corresponds to [requirements](/on-premise/server-requirements.en/#supported-versions-of-external-services).
3131
- `POSTGRES_DB` — database name
3232
- `POSTGRES_USER` — username. When using your own database, you must ensure that the user has the following rights: **Superuser**, **Create role**, **Create DB**, **Replication**, **Bypass RLS**.

0 commit comments

Comments
 (0)