Skip to content
代码片段 群组 项目
未验证 提交 5d78ad2b 编辑于 作者: Lucas Charles's avatar Lucas Charles 提交者: GitLab
浏览文件

Merge branch '455488-upgrade-gemnasium-v5' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -1078,12 +1078,12 @@ To use dependency scanning with all [supported languages and frameworks](#suppor ...@@ -1078,12 +1078,12 @@ To use dependency scanning with all [supported languages and frameworks](#suppor
your [local Docker container registry](../../packages/container_registry/index.md): your [local Docker container registry](../../packages/container_registry/index.md):
```plaintext ```plaintext
registry.gitlab.com/security-products/gemnasium:4 registry.gitlab.com/security-products/gemnasium:5
registry.gitlab.com/security-products/gemnasium:4-fips registry.gitlab.com/security-products/gemnasium:5-fips
registry.gitlab.com/security-products/gemnasium-maven:4 registry.gitlab.com/security-products/gemnasium-maven:5
registry.gitlab.com/security-products/gemnasium-maven:4-fips registry.gitlab.com/security-products/gemnasium-maven:5-fips
registry.gitlab.com/security-products/gemnasium-python:4 registry.gitlab.com/security-products/gemnasium-python:5
registry.gitlab.com/security-products/gemnasium-python:4-fips registry.gitlab.com/security-products/gemnasium-python:5-fips
``` ```
The process for importing Docker images into a local offline Docker registry depends on The process for importing Docker images into a local offline Docker registry depends on
......
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
expected_variables = { expected_variables = {
'SECURE_ANALYZERS_PREFIX' => "$CI_TEMPLATE_REGISTRY_HOST/security-products", 'SECURE_ANALYZERS_PREFIX' => "$CI_TEMPLATE_REGISTRY_HOST/security-products",
'DS_EXCLUDED_PATHS' => "spec, test, tests, tmp", 'DS_EXCLUDED_PATHS' => "spec, test, tests, tmp",
'DS_MAJOR_VERSION' => 4 'DS_MAJOR_VERSION' => 5
} }
expect(config[:variables]).to be_nil expect(config[:variables]).to be_nil
......
...@@ -14,7 +14,7 @@ variables: ...@@ -14,7 +14,7 @@ variables:
SECURE_ANALYZERS_PREFIX: "$CI_TEMPLATE_REGISTRY_HOST/security-products" SECURE_ANALYZERS_PREFIX: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
DS_EXCLUDED_ANALYZERS: "" DS_EXCLUDED_ANALYZERS: ""
DS_EXCLUDED_PATHS: "spec, test, tests, tmp" DS_EXCLUDED_PATHS: "spec, test, tests, tmp"
DS_MAJOR_VERSION: 4 DS_MAJOR_VERSION: 5
DS_SCHEMA_MODEL: 15 DS_SCHEMA_MODEL: 15
dependency_scanning: dependency_scanning:
......
...@@ -14,7 +14,7 @@ variables: ...@@ -14,7 +14,7 @@ variables:
SECURE_ANALYZERS_PREFIX: "$CI_TEMPLATE_REGISTRY_HOST/security-products" SECURE_ANALYZERS_PREFIX: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
DS_EXCLUDED_ANALYZERS: "" DS_EXCLUDED_ANALYZERS: ""
DS_EXCLUDED_PATHS: "spec, test, tests, tmp" DS_EXCLUDED_PATHS: "spec, test, tests, tmp"
DS_MAJOR_VERSION: 4 DS_MAJOR_VERSION: 5
DS_SCHEMA_MODEL: 15 DS_SCHEMA_MODEL: 15
dependency_scanning: dependency_scanning:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册