prowler: 3.15.0 -> 3.16.11
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/3.16.11
This commit is contained in:
parent
e77f5a0477
commit
837238af9d
@ -6,21 +6,19 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "prowler";
|
pname = "prowler";
|
||||||
version = "3.15.0";
|
version = "3.16.11";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prowler-cloud";
|
owner = "prowler-cloud";
|
||||||
repo = "prowler";
|
repo = "prowler";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-7aWWaGdHTveFwXsFNj4+tjX5g83/nD77jLAOrDOw8JE=";
|
hash = "sha256-cBqPD5lOhaMXh4OKo7+mERU3YjRU1NiRzSbnKFR6+1I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [ poetry-core ];
|
||||||
poetry-core
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
alive-progress
|
alive-progress
|
||||||
@ -53,10 +51,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
msgraph-sdk
|
msgraph-sdk
|
||||||
msrestazure
|
msrestazure
|
||||||
pydantic_1
|
pydantic_1
|
||||||
|
pytz
|
||||||
schema
|
schema
|
||||||
shodan
|
shodan
|
||||||
slack-sdk
|
slack-sdk
|
||||||
tabulate
|
tabulate
|
||||||
|
tzlocal
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "prowler" ];
|
pythonImportsCheck = [ "prowler" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user