6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 sha256 = "00ZYdpJktqUXdzPcouHyZcOQyFm7jdFNVuDqsufOviE=";
17 nativeBuildInputs = with python3.pkgs; [
21 propagatedBuildInputs = with python3.pkgs; [
28 nativeCheckInputs = with python3.pkgs; [
32 pythonImportsCheck = [
37 description = "Static token and credential scanner";
38 mainProgram = "stacs";
39 homepage = "https://github.com/stacscan/stacs";
40 license = with licenses; [ bsd3 ];
41 maintainers = with maintainers; [ fab ];