Commit Graph

10 Commits

Author SHA1 Message Date
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