mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
11 lines
314 B
TOML
11 lines
314 B
TOML
[semgrep]
|
|
description = 'semgrep custom rules configuration'
|
|
targetdir = "/sgrules"
|
|
validate = true
|
|
|
|
[[semgrep.passthrough]]
|
|
type = "git"
|
|
value = "https://gitlab.com/gitlab-com/gl-security/product-security/appsec/sast-custom-rules.git"
|
|
ref = "refs/heads/main"
|
|
subdir = "gitlab-sast-rules"
|