Skip to content

Commit 65f8725

Browse files
author
project_87_bot_1728235e18e2c1c997b85dccf4525dff
committed
chore(ci): auto-fix trailing spaces
1 parent 41325d5 commit 65f8725

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/agent/gitlab-ci.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ hide:
2222
script:
2323
- docker pull REGISTRY_URL/johnny-depp:<version>
2424
- >
25-
docker run -v $(pwd):/code
26-
<registry-address>/johnny-depp
25+
docker run -v $(pwd):/code
26+
<registry-address>/johnny-depp
2727
--api_token $CODESCORING_API_TOKEN
28-
--api_url $CODESCORING_API_URL
29-
--ignore .git
30-
--ignore fixtures
28+
--api_url $CODESCORING_API_URL
29+
--ignore .git
30+
--ignore fixtures
3131
--ignore parsers
3232
.
3333

docs/agent/launch-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hide:
1616
scan dir . \
1717
--api_token <api_token> \
1818
--api_url <api_url> \
19-
--ignore .tmp --ignore fixtures --ignore .git
19+
--ignore .tmp --ignore fixtures --ignore .git
2020
```
2121

2222
Параметр `-a stdout` необходим для корректного отображения таблиц **Vulnerabilties** и **Policy Alerts** при запуска агента через Docker.

docs/agent/scan-technology.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Technologies are listed as they are used in the `scan <technology>` command:
3333
```bash
3434
./johnny scan java . \
3535
--api_token <api_token> \
36-
--api_url <api_url>
36+
--api_url <api_url>
3737
```
3838

3939
You can call the command with the `-h, --help` flag to summarise the available command parameters and usage instructions.

docs/agent/scan-technology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hide:
3333
```bash
3434
./johnny scan java . \
3535
--api_token <api_token> \
36-
--api_url <api_url>
36+
--api_url <api_url>
3737
```
3838

3939
Для сводки доступных параметров команды и инструкции по использованию можно вызвать команду с флагом `-h, --help`.

docs/agent/sign-verify-bom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hide:
3131
--api_token <api_token> \
3232
--api_url <api_url> \
3333
--private-key <private_key_pem> \
34-
--include-public-key
34+
--include-public-key
3535
```
3636

3737
## Верификация подписи SBOM файла

docs/sca/launch-analysis.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can also launch the analysis for all projects and for each analysis type (SC
2525

2626
!!! warning "Important"
2727
To obtain correct results, you need to launch the analysis sequentially for each module, having previously waited for the completion of the previous run. Launch order:
28-
28+
2929
1. Software Composition Analysis (SCA)
3030
2. Authors Analysis
3131
3. Quality Analysis

docs/sca/launch-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hide:
2525

2626
!!! warning "Важно"
2727
Для получения корректных результатов нужно запустить анализ последовательно для каждого модуля, предварительно дождавшись завершения предыдущего запуска. Порядок запуска:
28-
28+
2929
1. Software Composition Analysis (SCA)
3030
2. Authors Analysis
3131
3. Quality Analysis

0 commit comments

Comments
 (0)