From 83d7101ae4169a840e13e2b178fd7a07108fff2d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 22 Dec 2020 12:25:48 +0100 Subject: remove SAST.gitlab template because it's already covered by maven build-process --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3