Commit 3d35bee2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'da/setup-security-jobs' into 'master'

Add CI jobs for dependency scanning and static analysis

See merge request gitlab-org/gitlab-workhorse!458
parents 8fa3f59b 67b376f2
image: golang:1.11 image: golang:1.11
# Disable DIND for SAST because we need to execute a before_script in the gosec-sast job
variables:
SAST_DISABLE_DIND: "true"
verify: verify:
script: script:
- make verify - make verify
...@@ -33,3 +37,12 @@ test:release: ...@@ -33,3 +37,12 @@ test:release:
- tags - tags
script: script:
- git describe --exact-match - git describe --exact-match
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
gosec-sast:
before_script:
- apk add make
- make install
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment