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