Commit 31ddf62c authored by Igor Drozdov's avatar Igor Drozdov Committed by Jacob Vosmaer

Use simplified setup for code intelligence

parent 00d53f23
......@@ -63,14 +63,10 @@ gosec-sast:
- make install
code_navigation:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.24
allow_failure: true
script:
- go get github.com/sourcegraph/lsif-go/cmd/lsif-go
- gem install lsif_parser
- ~/go/bin/lsif-go
- lsif_parser dump.lsif $PWD
- mv dump.lsif.tmp lsif
- lsif-go
artifacts:
paths:
- lsif/
reports:
lsif: dump.lsif
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