test_local_repo_five_files_at_commit.json 925 B

12345678910111213141516171819202122232425262728293031323334
  1. [
  2. {
  3. "line": "aws_access_key_id='AKIAIO5FODNN7EXAMPLE'",
  4. "lineNumber": 1,
  5. "offender": "AKIAIO5FODNN7EXAMPLE",
  6. "offenderEntropy": -1,
  7. "commit": "a4c9fb737d5552fd96fce5cc7eedb23353ba9ed0",
  8. "repo": "test_repo_5",
  9. "rule": "AWS Access Key",
  10. "commitMessage": "even more secrets\n",
  11. "author": "Zach Rice",
  12. "email": "zrice@gitlab.com",
  13. "file": "secrets.py",
  14. "date": "2020-02-01T10:30:22-05:00",
  15. "tags": "key, AWS",
  16. "operation": "addition"
  17. },
  18. {
  19. "line": "aws_access_key_id='AKIAIO5FODNN7EXAMPL2'",
  20. "lineNumber": 4,
  21. "offender": "AKIAIO5FODNN7EXAMPL2",
  22. "offenderEntropy": -1,
  23. "commit": "a4c9fb737d5552fd96fce5cc7eedb23353ba9ed0",
  24. "repo": "test_repo_5",
  25. "rule": "AWS Access Key",
  26. "commitMessage": "even more secrets\n",
  27. "author": "Zach Rice",
  28. "email": "zrice@gitlab.com",
  29. "file": "secrets.py",
  30. "date": "2020-02-01T10:30:22-05:00",
  31. "tags": "key, AWS",
  32. "operation": "addition"
  33. }
  34. ]