test_local_repo_five_files_at_commit.json 875 B

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