summaryrefslogtreecommitdiff
path: root/.gitlab/sast-ruleset.toml
blob: 6bfb4618b734f2a1bb30e5f3ac065f6832fc7c40 (plain)
1
2
3
4
5
6
7
8
9
10
[semgrep]
  description = 'semgrep custom rules configuration'
  targetdir = "/sgrules"
  validate = true

  [[semgrep.passthrough]]
    type  = "git"
    value = "https://gitlab.com/gitlab-com/gl-security/appsec/sast-custom-rules.git"
    ref = "refs/heads/main"
    subdir = "appsec-pings"