Commit 18c49781 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab master

parents 708fa977 406edf25
...@@ -22,7 +22,7 @@ of `state` are: ...@@ -22,7 +22,7 @@ of `state` are:
- `finished` - `finished`
- `failed` - `failed`
- `replicated` - `replicated`
- `cleanup_failed` - `cleanup failed`
To ensure data integrity, projects are put in a temporary read-only state for the To ensure data integrity, projects are put in a temporary read-only state for the
duration of the move. During this time, users receive a `The repository is temporarily duration of the move. During this time, users receive a `The repository is temporarily
......
...@@ -285,7 +285,7 @@ you can use the `MAVEN_CLI_OPTS` environment variable. ...@@ -285,7 +285,7 @@ you can use the `MAVEN_CLI_OPTS` environment variable.
Read more on [how to use private Maven repositories](../index.md#using-private-maven-repos). Read more on [how to use private Maven repositories](../index.md#using-private-maven-repos).
#### Enabling Kubesec analyzer ### Enabling Kubesec analyzer
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12752) in GitLab Ultimate 12.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12752) in GitLab Ultimate 12.6.
...@@ -300,7 +300,7 @@ variables: ...@@ -300,7 +300,7 @@ variables:
SCAN_KUBERNETES_MANIFESTS: "true" SCAN_KUBERNETES_MANIFESTS: "true"
``` ```
#### Pre-compilation ### Pre-compilation
If your project requires custom build configurations, it can be preferable to avoid If your project requires custom build configurations, it can be preferable to avoid
compilation during your SAST execution and instead pass all job artifacts from an compilation during your SAST execution and instead pass all job artifacts from an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment