4
0

allowlist_global_multiple.toml 175 B

12345678910
  1. [[rules]]
  2. id = "test"
  3. regex = '''token = "(.+)"'''
  4. [[allowlists]]
  5. regexes = ["^changeit$"]
  6. [[allowlists]]
  7. condition = "AND"
  8. paths = ["^node_modules/.*"]
  9. stopwords = ["mock"]