Commit 67b376f2 authored by Dennis Appelt's avatar Dennis Appelt Committed by Jacob Vosmaer

Add CI jobs for dependency scanning and static analysis

parent ebf9ba23
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:
script:
- make verify
......@@ -33,3 +37,12 @@ test:release:
- tags
script:
- 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