Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sast-ruleset.toml « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e247d20da2cd9fe5ed381a3a17bf1733f45dd405 (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 = "gitlab-sast-rules"