1 { lib, bundlerEnv, bundlerUpdateScript, ruby }:
10 passthru.updateScript = bundlerUpdateScript "cfn-nag";
13 description = "Linting tool for CloudFormation templates";
14 homepage = "https://github.com/stelligent/cfn_nag";
15 license = licenses.mit;
16 maintainers = with maintainers; [ wolfangaukang ];
17 platforms = platforms.unix;