blob: a478c90e8319da27796e1a661f338e43bc307e26 [file] [log] [blame]
Matthias Benkarddfd98502023-01-02 18:29:14 +00001stages:
Matthias Benkard2b719e52023-01-08 05:27:23 +00002 - check
3
Matthias Benkarddfd98502023-01-02 18:29:14 +00004image: maven:3-openjdk-17
Matthias Benkard833933a2023-01-08 05:22:57 +00005
6verify:
Matthias Benkard2b719e52023-01-08 05:27:23 +00007 stage: check
Matthias Benkarddfd98502023-01-02 18:29:14 +00008 script:
Matthias Benkard833933a2023-01-08 05:22:57 +00009 - mvn verify
10
Matthias Benkardfa1c27b2023-01-08 05:16:16 +000011sast:
Matthias Benkard2b719e52023-01-08 05:27:23 +000012 stage: check
Matthias Benkard833933a2023-01-08 05:22:57 +000013
Matthias Benkardfa1c27b2023-01-08 05:16:16 +000014include:
Matthias Benkard833933a2023-01-08 05:22:57 +000015 - template: Security/SAST.gitlab-ci.yml