Commit 236fca54 authored by Protocole's avatar Protocole
Browse files

Dead links fix

parent 77f9d6cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

1. <Your steps>
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:
   started](//use-the-hub/)). Example:

    ```yaml
    include:
@@ -16,7 +16,7 @@
    ```

3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/getting-started/#jobs-customization)
   customization](/use-the-hub/#jobs-customization)
4. Well done, your job is ready to work ! 😀

## Job details
+3 −3
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ the hub. Follow the [customization section](#jobs-customization) to do it.
Each jobs of the hub can be customized. To do it, you have to include the job
URL as usual and, in addition, override the options you want to customize.

For example, if you want to use the [trivy](/jobs/dynamic_tests/trivy/) job and
For example, if you want to use the [trivy_image](/jobs/dynamic_tests/trivy_image/) job and
customize it by:

* Redefining the `stage` to `security` to fit in your personal stages workflow
@@ -121,9 +121,9 @@ customize it by:

```yaml
include:
  - remote: 'https://jobs.go2scale.io/trivy.yml'
  - remote: 'https://jobs.go2scale.io/trivy_image.yml'

trivy:
trivy_image:
  stage: security
  variables:
    TRIVY_VERSION: "0.9.1"
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ code using [apiDoc](https://www.apidocjs.com/).
   configuration file](https://apidocjs.com/#configuration).
2. Choose a version in [version list](#versions)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:
   started](/use-the-hub/)). Example:

    ```yaml
    include:
@@ -20,7 +20,7 @@ code using [apiDoc](https://www.apidocjs.com/).
    ```

4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/getting-started/#jobs-customization)
   customization](/use-the-hub/#jobs-customization)
5. Well done, your job is ready to work ! 😀

## Job details
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Deploy your [helm](https://helm.sh/docs/intro/quickstart/) charts as a review en
1. To use this job, you have to provide a helm chart to deploy your project. The chart location must be defined in the CHART_PATH variable. If you want to use custom values files, check the `VALUES_FILE` and `VALUES_SECRET_FILE` variables. More information about helm charts in [documentation](https://helm.sh/docs/chart_template_guide/getting_started/)
2. Prepare the secret PGP variables (`PGP_PUBLIC` and `PGP_PRIVATE`) in your CI/CD variables (as files and not variables!) in [gitlab](https://docs.gitlab.com/12.10/ee/ci/variables/#via-the-ui) if you need encrypted variables
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:
   started](/use-the-hub/)). Example:

    ```yaml
    include:
@@ -17,7 +17,7 @@ Deploy your [helm](https://helm.sh/docs/intro/quickstart/) charts as a review en
    ```

4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/getting-started/#jobs-customization)
   customization](/use-the-hub/#jobs-customization)
5. Well done, your job is ready to work ! 😀

## Job details
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use.
    ```
2. Choose a version in [version list](#versions)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:
   started](/use-the-hub/)). Example:

    ```yaml
    include:
@@ -27,7 +27,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use.
    ```

4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/getting-started/#jobs-customization)
   customization](/use-the-hub/#jobs-customization)

5. Well done, your job is ready to work ! 😀

Loading