diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2020-12-18 10:25:50 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-04 14:17:18 +0100 |
commit | 41398d8a2aa153915e1c264fcb4f946f36e3368d (patch) | |
tree | 82780ae33b280d0322ef5740a121b0ad8a75feee /.gitlab-ci.yml | |
parent | 2bf0a3cb7413846b8349cf53904588994ed117af (diff) | |
download | National_eIDAS_Gateway-41398d8a2aa153915e1c264fcb4f946f36e3368d.tar.gz National_eIDAS_Gateway-41398d8a2aa153915e1c264fcb4f946f36e3368d.tar.bz2 National_eIDAS_Gateway-41398d8a2aa153915e1c264fcb4f946f36e3368d.zip |
CI: Remove SAST, since spotbugs is active in pom.xml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81a4a4dd..5b324d5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml - - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml stages: |