Skip to content

Commit d0a9271

Browse files
committed
Disable semgrep-sast in the default config
1 parent 2a2b562 commit d0a9271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ image: golang:1.16
33
include:
44
- template: Security/SAST.gitlab-ci.yml
55

6+
variables:
7+
SAST_EXCLUDED_ANALYZERS: "semgrep-sast"
8+
69
stages:
710
- test
811
- build-binary

0 commit comments

Comments
 (0)