4
0

test_local_repo_six_filename.json 1.0 KB

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