Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
ef82cbef
Commit
ef82cbef
authored
Dec 23, 2017
by
Dmitriy Zaporozhets
Committed by
Rémy Coutable
Dec 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove security checks from static analysis and add sast job
parent
6c967c2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
scripts/static-analysis
scripts/static-analysis
+0
-2
No files found.
.gitlab-ci.yml
View file @
ef82cbef
...
...
@@ -600,6 +600,14 @@ codequality:
artifacts
:
paths
:
[
codeclimate.json
]
sast
:
image
:
registry.gitlab.com/gitlab-org/gl-sast:latest
before_script
:
[]
script
:
-
/app/bin/run .
artifacts
:
paths
:
[
gl-sast-report.json
]
qa:internal:
<<
:
*dedicated-runner
<<
:
*except-docs
...
...
scripts/static-analysis
View file @
ef82cbef
...
...
@@ -3,12 +3,10 @@
require
::
File
.
expand_path
(
'../lib/gitlab/popen'
,
__dir__
)
tasks
=
[
%w[bundle exec bundle-audit check --update]
,
%w[bundle exec rake config_lint]
,
%w[bundle exec rake flay]
,
%w[bundle exec rake haml_lint]
,
%w[bundle exec rake scss_lint]
,
%w[bundle exec rake brakeman]
,
%w[bundle exec license_finder]
,
%w[yarn run eslint]
,
%w[bundle exec rubocop --parallel]
,
...
...
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