test_local_repo_six_filename.json 882 B

12345678910111213141516171819202122232425262728
  1. [
  2. {
  3. "line": "api_token: exampleSecretPassword",
  4. "offender": "token: exampleSecretPassword",
  5. "commit": "98b6c7cb3fb29a5993c4c95c56a2dc53050b9247",
  6. "repo": "test_repo_6",
  7. "rule": "Generic password",
  8. "commitMessage": "Adding some secrets in config folder\n\n",
  9. "author": "Noel Algora",
  10. "email": "noealgigu@gmail.com",
  11. "file": "application.yaml",
  12. "date": "2020-02-24T14:13:15-05:00",
  13. "tags": "key, Yml, Yaml"
  14. },
  15. {
  16. "line": "db_password: verySecretProductionPassword",
  17. "offender": "password: verySecretProductionPassword",
  18. "commit": "98b6c7cb3fb29a5993c4c95c56a2dc53050b9247",
  19. "repo": "test_repo_6",
  20. "rule": "Generic password",
  21. "commitMessage": "Adding some secrets in config folder\n\n",
  22. "author": "Noel Algora",
  23. "email": "noealgigu@gmail.com",
  24. "file": "application.yaml",
  25. "date": "2020-02-24T14:13:15-05:00",
  26. "tags": "key, Yml, Yaml"
  27. }
  28. ]