There was an error while loading. Please reload this page.
1 parent 92a4cb5 commit 7bcb1e4Copy full SHA for 7bcb1e4
.gitlab-ci.yml
@@ -71,3 +71,11 @@ codeclimate:
71
- docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
72
artifacts:
73
paths: [codeclimate.json]
74
+
75
76
+sast:
77
+ image: registry.gitlab.com/gitlab-org/gl-sast:latest
78
+ script:
79
+ - /app/bin/run .
80
+ artifacts:
81
+ paths: [gl-sast-report.json]
0 commit comments