We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8db0d commit 2cc32f0Copy full SHA for 2cc32f0
.gitlab-ci.yml
@@ -77,7 +77,7 @@ code_quality:
77
rules: *workflow_rules
78
79
code_navigation:
80
- image: sourcegraph/lsif-go:v1.3.1
+ image: sourcegraph/lsif-go:v1.9
81
allow_failure: true
82
script:
83
- lsif-go
@@ -86,7 +86,7 @@ code_navigation:
86
lsif: dump.lsif
87
88
# SAST
89
-gosec-sast:
+semgrep-sast:
90
91
92
# Dependency Scanning
0 commit comments