diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-13 09:15:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-13 16:24:04 -0600 |
| commit | b86f159f3879d85686cb202ee01669a047625431 (patch) | |
| tree | 8e49c20e8af43ea59555f4dcce7c0945a31629c5 /.gitlab-ci.yml | |
| parent | bc1d4265e81b7a578ab320a3c27727a8f3dfc844 (diff) | |
Remove devDependencies from yarn scans
* Inline creation of PipPackage in legacy scan results
* Add CHANGELOG entry
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e558a26..480e24f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,9 @@ variables: include: - template: Container-Scanning.gitlab-ci.yml - - template: License-Scanning.gitlab-ci.yml + - template: Dependency-Scanning.gitlab-ci.yml - template: Jobs/Code-Quality.gitlab-ci.yml + - template: License-Scanning.gitlab-ci.yml - local: .gitlab/test.yml - local: .gitlab/release.yml |
