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.
2 parents f7d9d47 + d0a9271 commit f0061fcCopy full SHA for f0061fc
.gitlab-ci.yml
@@ -3,6 +3,9 @@ image: golang:1.16
3
include:
4
- template: Security/SAST.gitlab-ci.yml
5
6
+variables:
7
+ SAST_EXCLUDED_ANALYZERS: "semgrep-sast"
8
+
9
stages:
10
- test
11
- build-binary
0 commit comments