Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot 98420be3dd Add latest changes from gitlab-org/gitlab@master 2019-12-04 12:07:12 +00:00
GitLab Bot 6a4ffad420 Add latest changes from gitlab-org/gitlab@master 2019-11-26 12:06:18 +00:00
GitLab Bot 0f0a8be306 Add latest changes from gitlab-org/gitlab@master 2019-10-30 21:07:58 +00:00
GitLab Bot 81c6c53d6c Add latest changes from gitlab-org/gitlab@master 2019-10-02 12:06:04 +00:00
GitLab Bot b082790134 Add latest changes from gitlab-org/gitlab@master 2019-09-18 18:06:14 +00:00
GitLab Bot 4ab54c2233 Add latest changes from gitlab-org/gitlab@master 2019-09-17 14:16:34 +00:00
Kyle Wiebers edbd4cebdb Set dast job to extend .review-only 2019-08-28 11:11:32 -05:00
Rémy Coutable fb200f97d1 Merge branch 'add-sast-dast-artifact-path' into 'master'
Make sast & dast artifacts browseable

See merge request gitlab-org/gitlab-ce!32219
2019-08-28 15:21:07 +00:00
Kyle Wiebers 3efe6f348c Make sast & dast artifacts browseable 2019-08-27 14:25:16 -05:00
Rémy Coutable 838e8a94c5
Don't set tags for the reports jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27 16:05:08 +02:00
Stan Hu b881c77253 Reduce complexity of CI files
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26 13:44:37 -07:00
Dennis Appelt e211387037 Dont run SAST on tests 2019-08-26 09:14:15 +00:00
Rémy Coutable c10aeb1217
Ensure the dast job does not run on master
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-21 11:35:43 +02:00
Dennis Appelt 879c25d936 Enable DAST 2019-08-20 17:04:23 +00:00
Philippe Lafoucrière 9d7c70c9de Clean up CI reports
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in
https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
2019-07-11 20:31:18 +00:00
Philippe Lafoucrière ab696cdf28 Fix reports jobs timing out because of cache
Note: This commit relies on
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26801
which brings support to multiple extends.

While `cache: {}` can disable a cache being set globally, it doesn't
work with extends, which will perform a reverse deep merge based on the
keys.

The cache defined in the base `.default-cache` job
won't be disabled in the report jobs.

As a side effect, the `code_quality`, `sast`, and `dependency_scanning`
jobs are running on a larger code base than expected, leading to
timeouts.

fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/11303
fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/60879
fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12021
2019-06-25 08:57:33 +00:00
Victor Zagorodny d0375db249 Update ENV vars syntax for reports.ci.yml 2019-05-02 15:41:20 +00:00
Grzegorz Bizon 1f942ca383 Merge branch '58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master'
Resolve "Use include template syntax for including the Code Quality job"

Closes #58663

See merge request gitlab-org/gitlab-ce!27448
2019-04-19 10:48:02 +00:00
Marcel Amirault 86daad6f2f Add docs exceptions to CI 2019-04-17 13:51:48 +00:00
Matija Čupić 23230aa89e
Include CodeQuality with template syntax 2019-04-17 11:20:18 +02:00
Kamil Trzciński 931d84ac00 Refactor .gitlab-ci.yml 2019-04-15 14:16:58 +02:00