diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-04 20:19:00 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-04 20:19:00 +0000 |
commit | 1fb1634ef64470651ae9125526162162549c38a7 (patch) | |
tree | 6ff4d9c141e53546c8e24f562dfeb9d1597a28e3 | |
parent | 6b71ae98768dc7e35b3c711dc69fb4b8cdb7a2c0 (diff) | |
download | renpy-1fb1634ef64470651ae9125526162162549c38a7.tar.gz renpy-1fb1634ef64470651ae9125526162162549c38a7.tar.bz2 renpy-1fb1634ef64470651ae9125526162162549c38a7.tar.xz renpy-1fb1634ef64470651ae9125526162162549c38a7.zip |
Revert "Merge branch 'set-sast-config-1' into 'master'"
This reverts merge request !1
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 776bc61..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,12 +0,0 @@ -# You can override the included template(s) by including variable overrides -# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings -# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings -# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings -# Note that environment variables can be set in several places -# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence -stages: -- test -sast: - stage: test -include: -- template: Security/SAST.gitlab-ci.yml |