clever-queue 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
- package/.gitlab-ci.yml +0 -13
package/README.md
CHANGED
package/package.json
CHANGED
package/.gitlab-ci.yml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# You can override the included template(s) by including variable overrides
|
|
2
|
-
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
|
|
3
|
-
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/pipeline/#customization
|
|
4
|
-
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
|
|
5
|
-
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
|
|
6
|
-
# Note that environment variables can be set in several places
|
|
7
|
-
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
|
|
8
|
-
stages:
|
|
9
|
-
- test
|
|
10
|
-
sast:
|
|
11
|
-
stage: test
|
|
12
|
-
include:
|
|
13
|
-
- template: Security/SAST.gitlab-ci.yml
|