aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a478c90e8319da27796e1a661f338e43bc307e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
stages:
  - check

image: maven:3-openjdk-17

verify:
  stage: check
  script:
    - mvn verify

sast:
  stage: check

include:
  - template: Security/SAST.gitlab-ci.yml