7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 # Source is not tagged at the moment, https://github.com/Liodeus/swaggerHole/issues/2
16 rev = "14846406fbd0f145d71ad51c3b87f383e4afbc3b";
17 hash = "sha256-3HmIpn1A86PXZRL+SqMdr84O16hW1mCUWHKnOVolmx8=";
20 propagatedBuildInputs = with python3.pkgs; [
25 # Project has no tests
28 pythonImportsCheck = [
33 description = "Tool to searching for secret on swaggerhub";
34 mainProgram = "swaggerhole";
35 homepage = "https://github.com/Liodeus/swaggerHole";
36 license = with licenses; [ gpl3Plus ];
37 maintainers = with maintainers; [ fab ];