1image: golang:1.13
2
3test:
4  script:
5    - go get ./...
6    - go test -v ./...
7
8include:
9  - template: Security/Dependency-Scanning.gitlab-ci.yml
10  - template: Security/SAST.gitlab-ci.yml
11  - template: Security/Secret-Detection.gitlab-ci.yml
12