15 passthru.updateScript = bundlerUpdateScript "cfn-nag";
18 description = "Linting tool for CloudFormation templates";
19 homepage = "https://github.com/stelligent/cfn_nag";
20 mainProgram = "cfn_nag";
21 license = lib.licenses.mit;
22 maintainers = with lib.maintainers; [
26 platforms = lib.platforms.unix;