test_local_repo_six_filename.json 974 B

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