7 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 sha256 = "00ZYdpJktqUXdzPcouHyZcOQyFm7jdFNVuDqsufOviE=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
29 nativeCheckInputs = with python3.pkgs; [
33 pythonImportsCheck = [
38 description = "Static token and credential scanner";
39 mainProgram = "stacs";
40 homepage = "https://github.com/stacscan/stacs";
41 license = with licenses; [ bsd3 ];
42 maintainers = with maintainers; [ fab ];