prowler: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 20:05:57 +02:00
parent 2dd1ea1829
commit d4d00d7caa

View file

@ -1,6 +1,7 @@
{ lib {
, python3 lib,
, fetchFromGitHub python3,
fetchFromGitHub,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -60,9 +61,7 @@ python3.pkgs.buildPythonApplication rec {
tabulate tabulate
]; ];
pythonImportsCheck = [ pythonImportsCheck = [ "prowler" ];
"prowler"
];
meta = with lib; { meta = with lib; {
description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments"; description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments";