-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed links to changelog See merge request CodeScoring/docs!232
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ The CLI agent supports integration into Gitlab CI using the `.gitlab-ci.yaml` fi | |
|
||
An example of the contents of the `.gitlab-ci.yaml` file when using a Docker image of the agent: | ||
|
||
`<version>` must be replaced with the agent version. A list of current versions with descriptions is available [here](/changelog.en/#johnny). | ||
`<version>` must be replaced with the agent version. A list of current versions with descriptions is available in [Changelog](/changelog/johnny-changelog.en/). | ||
|
||
```yaml | ||
stages: | ||
|
@@ -51,7 +51,7 @@ To use the agent binary file, you must first perform the following steps on the | |
```bash | ||
curl -o /usr/local/bin/johnny https://REGISTRY_USERNAME:[email protected]/repository/files/codescoring/johnny-depp/JOHNNY_VERSION/johnny-linux-amd64-JOHNNY_VERSION | ||
``` | ||
`JOHNNY_VERSION` must be replaced with the agent version. A list of current versions with descriptions is available [here](/changelog.en/#johnny). `REGISTRY_USERNAME` and `REGISTRY_PASSWORD` must be replaced with the login and password received from the vendor. | ||
`JOHNNY_VERSION` must be replaced with the agent version. A list of current versions with descriptions is available in [Changelog](/changelog/johnny-changelog.en/). `REGISTRY_USERNAME` and `REGISTRY_PASSWORD` must be replaced with the login and password received from the vendor. | ||
2. Allow file execution | ||
```bash | ||
chmod +x /usr/local/bin/johnny | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ hide: | |
|
||
Пример содержания файла `.gitlab-ci.yaml` при использовании docker-образа консольного агента: | ||
|
||
`<version>` необходимо заменить на версию агента. Список актуальных версий с описанием доступен [здесь](/changelog/#johnny). | ||
`<version>` необходимо заменить на версию агента. Список актуальных версий с описанием доступен на странице [Changelog](/changelog/johnny-changelog/). | ||
|
||
```yaml | ||
stages: | ||
|
@@ -51,7 +51,7 @@ sca: | |
```bash | ||
curl -o /usr/local/bin/johnny https://REGISTRY_USERNAME:[email protected]/repository/files/codescoring/johnny-depp/JOHNNY_VERSION/johnny-linux-amd64-JOHNNY_VERSION | ||
``` | ||
`JOHNNY_VERSION` необходимо заменить на версию агента. Список актуальных версий с описанием доступен [здесь](/changelog/#johnny). `REGISTRY_USERNAME` и `REGISTRY_PASSWORD` необходимо заменить на логин и пароль, полученные от вендора. | ||
`JOHNNY_VERSION` необходимо заменить на версию агента. Список актуальных версий с описанием доступен на странице [Changelog](/changelog/johnny-changelog/). `REGISTRY_USERNAME` и `REGISTRY_PASSWORD` необходимо заменить на логин и пароль, полученные от вендора. | ||
2. Разрешить исполнение файла | ||
```bash | ||
chmod +x /usr/local/bin/johnny | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters