BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9d220da8
Commit
9d220da8
authored
Apr 10, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '42770_setup_security_products' into 'master'
Update Security Products jobs definitions See merge request gitlab-org/gitlab-ce!18265
parents
e4c8a84d
a3617fb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
4 deletions
+38
-4
.gitlab-ci.yml
.gitlab-ci.yml
+38
-4
No files found.
.gitlab-ci.yml
View file @
9d220da8
...
...
@@ -735,16 +735,50 @@ codequality:
expire_in
:
1 week
sast
:
<<
:
*
except-docs
image
:
registry.gitlab.com/gitlab-org/gl-sast:latest
<<
:
*
dedicated-no-docs-no-db-pull-cache-job
image
:
docker:stable
variables
:
CONFIDENCE_LEVEL
:
2
SAST_CONFIDENCE_LEVEL
:
2
DOCKER_DRIVER
:
overlay2
allow_failure
:
true
tags
:
[]
before_script
:
[]
cache
:
{}
dependencies
:
[]
services
:
-
docker:stable-dind
script
:
-
/app/bin/run .
-
export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
-
docker run
--env SAST_CONFIDENCE_LEVEL="${SAST_CONFIDENCE_LEVEL:-3}"
--volume "$PWD:/code"
--volume /var/run/docker.sock:/var/run/docker.sock
"registry.gitlab.com/gitlab-org/security-products/sast:$SP_VERSION" /app/bin/run /code
artifacts
:
paths
:
[
gl-sast-report.json
]
dependency_scanning
:
<<
:
*dedicated-no-docs-no-db-pull-cache-job
image
:
docker:stable
variables
:
DOCKER_DRIVER
:
overlay2
allow_failure
:
true
tags
:
[]
before_script
:
[]
cache
:
{}
dependencies
:
[]
services
:
-
docker:stable-dind
script
:
-
export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
-
docker run
--env DEP_SCAN_DISABLE_REMOTE_CHECKS="${DEP_SCAN_DISABLE_REMOTE_CHECKS:-false}"
--volume "$PWD:/code"
--volume /var/run/docker.sock:/var/run/docker.sock
"registry.gitlab.com/gitlab-org/security-products/dependency-scanning:$SP_VERSION" /code
artifacts
:
paths
:
[
gl-dependency-scanning-report.json
]
qa:internal
:
<<
:
*dedicated-no-docs-no-db-pull-cache-job
services
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment