1 { lib, ruby, bundlerApp, bundlerUpdateScript }:
11 passthru.updateScript = bundlerUpdateScript "inspec";
14 description = "Inspec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements";
15 homepage = "https://inspec.io/";
16 license = licenses.asl20;
17 maintainers = with maintainers; [ dylanmtaylor ];
18 mainProgram = "inspec";