Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-05Update SAST.gitlab-ci.yml w/ FAIL_NEVER ENVLucas Charles
https://gitlab.com/gitlab-org/gitlab-ee/issues/10564
2019-06-12Move SAST docker changes to CEAvielle Wolfe
2019-05-24Update SAST.gitlab-ci.yml - Add SAST_GITLEAKS_ENTROPY_LEVELLucas Charles
This env was missing, causing the variable to not be propagated to child containers and thus, be ineffective
2019-05-03Propagate excluded paths to SAST & DS jobsFabien Catteau
Propagate DS_EXCLUDED_PATHS to dependency_scanning job, and SAST_EXCLUDED_PATHS and SAST_BANDIT_EXCLUDED_PATHS to sast job. This makes possible to excluded certains paths from SAST reports and Dependency Scanning reports, respectively.
2019-05-01Propagate ENV vars to SAST and Dependency Scanning Docker containers only if ↵Victor Zagorodny
they are set
2019-04-02Split Security Auto DevOps jobs into templatesTiger
Container Scanning, Dependency Scanning, License Management and SAST parts of Auto DevOps now use the preexisting templates. Auto DevOps and the DAST job template will now use a shared job template instead of maintaining two copies of the job. This also allows Auto DevOps to use custom authentication with DAST.
2019-03-08Use vendored templates for Sec ProductsVictor Zagorodny
Update Dependency Scanning and add other templates