test_allow_list_file_no_git.json 854 B

12345678910111213141516171819202122232425262728293031323334
  1. [
  2. {
  3. "line": "",
  4. "lineNumber": 1,
  5. "offender": "Filename or path offender: ../test_data/test_repos/test_repo_10/somedir.git/secret.key",
  6. "commit": "",
  7. "repo": "",
  8. "repoURL": "",
  9. "leakURL": "",
  10. "rule": "Block dangerous filetypes",
  11. "commitMessage": "",
  12. "author": "",
  13. "email": "",
  14. "file": "../test_data/test_repos/test_repo_10/somedir.git/secret.key",
  15. "date": "0001-01-01T00:00:00Z",
  16. "tags": "key, extensions"
  17. },
  18. {
  19. "line": "",
  20. "lineNumber": 1,
  21. "offender": "Filename or path offender: ../test_data/test_repos/test_repo_10/tmp/bad.docx",
  22. "commit": "",
  23. "repo": "",
  24. "repoURL": "",
  25. "leakURL": "",
  26. "rule": "Block dangerous filetypes",
  27. "commitMessage": "",
  28. "author": "",
  29. "email": "",
  30. "file": "../test_data/test_repos/test_repo_10/tmp/bad.docx",
  31. "date": "0001-01-01T00:00:00Z",
  32. "tags": "key, extensions"
  33. }
  34. ]