diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-22 12:25:48 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-22 12:25:48 +0100 |
commit | 83d7101ae4169a840e13e2b178fd7a07108fff2d (patch) | |
tree | cfa1606bcf98e060a3dc108e7f8215c919b46dbf /.gitlab-ci.yml | |
parent | f2430c98c248907d27207dba30da96483f6db45e (diff) | |
download | National_eIDAS_Gateway-83d7101ae4169a840e13e2b178fd7a07108fff2d.tar.gz National_eIDAS_Gateway-83d7101ae4169a840e13e2b178fd7a07108fff2d.tar.bz2 National_eIDAS_Gateway-83d7101ae4169a840e13e2b178fd7a07108fff2d.zip |
remove SAST.gitlab template because it's already covered by maven build-process
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26294b10..364d19fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ -#image: maven:3.6-jdk-8 image: maven:latest variables: @@ -16,7 +15,6 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml - - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml stages: |