Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
221dccab
Commit
221dccab
authored
May 04, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include the bundler:audit job into the static-analysis job
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3441e60f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
.gitlab-ci.yml
.gitlab-ci.yml
+0
-12
scripts/static-analysis
scripts/static-analysis
+1
-0
No files found.
.gitlab-ci.yml
View file @
221dccab
...
...
@@ -412,18 +412,6 @@ rake karma:
paths
:
-
coverage-javascript/
bundler:audit:
stage
:
test
<<
:
*ruby-static-analysis
<<
:
*dedicated-runner
only
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
script
:
-
"
bundle
exec
bundle-audit
check
--update
--ignore
CVE-2016-4658"
.migration-paths
:
&migration-paths
stage
:
test
<<
:
*dedicated-runner
...
...
scripts/static-analysis
View file @
221dccab
...
...
@@ -3,6 +3,7 @@
require
::
File
.
expand_path
(
'../lib/gitlab/popen'
,
__dir__
)
tasks
=
[
%w[bundle exec bundle-audit check --update --ignore CVE-2016-4658]
,
%w[bundle exec rake config_lint]
,
%w[bundle exec rake flay]
,
%w[bundle exec rake haml_lint]
,
...
...
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