Skip to content

Commit f0061fc

Browse files
committed
Merge branch 'semgrep-sast' into 'master'
Disable semgrep-sast in the default config See merge request postgres-ai/database-lab!332
2 parents f7d9d47 + d0a9271 commit f0061fc

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)