Files
gitlab-foss/.gitlab/sast-ruleset.toml
2024-05-03 18:10:04 +00:00

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"