Skip to content
代码片段 群组 项目
提交 855fd29a 编辑于 作者: Russell Dickenson's avatar Russell Dickenson
浏览文件

Merge branch 'theoretick-master-patch-77323' into 'master'

chore: Update SAST IaC docs to reference stable template

See merge request gitlab-org/gitlab!95181
No related branches found
No related tags found
无相关合并请求
...@@ -64,7 +64,7 @@ variables: ...@@ -64,7 +64,7 @@ variables:
SAST_IMAGE_SUFFIX: '-fips' SAST_IMAGE_SUFFIX: '-fips'
include: include:
- template: Security/SAST-IaC.latest.gitlab-ci.yml - template: Jobs/SAST-IaC.gitlab-ci.yml
``` ```
### Making IaC analyzers available to all GitLab tiers ### Making IaC analyzers available to all GitLab tiers
...@@ -98,11 +98,11 @@ To configure IaC Scanning for a project you can: ...@@ -98,11 +98,11 @@ To configure IaC Scanning for a project you can:
### Configure IaC Scanning manually ### Configure IaC Scanning manually
To enable IaC Scanning you must [include](../../../ci/yaml/index.md#includetemplate) the To enable IaC Scanning you must [include](../../../ci/yaml/index.md#includetemplate) the
[`SAST-IaC.latest.gitlab-ci.yml template`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Security/SAST-IaC.latest.gitlab-ci.yml) provided as part of your GitLab installation. Here is an example of how to include it: [`SAST-IaC.gitlab-ci.yml template`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.gitlab-ci.yml) provided as part of your GitLab installation. Here is an example of how to include it:
```yaml ```yaml
include: include:
- template: Security/SAST-IaC.latest.gitlab-ci.yml - template: Jobs/SAST-IaC.gitlab-ci.yml
``` ```
The included template creates IaC scanning jobs in your CI/CD pipeline and scans The included template creates IaC scanning jobs in your CI/CD pipeline and scans
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册