Merge pull request #302130 from fabaff/prowler-bump

prowler: 3.14.0 -> 3.15.0
This commit is contained in:
Fabian Affolter 2024-04-07 00:53:39 +02:00 committed by GitHub
commit 1fecc49720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 2 deletions

View File

@ -6,17 +6,18 @@
python3.pkgs.buildPythonApplication rec {
pname = "prowler";
version = "3.14.0";
version = "3.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "prowler-cloud";
repo = "prowler";
rev = "refs/tags/${version}";
hash = "sha256-hQVrKhBgucuZQ2CZKG6VJMsHUGkWNch9em2dRCbEA+A=";
hash = "sha256-7aWWaGdHTveFwXsFNj4+tjX5g83/nD77jLAOrDOw8JE=";
};
pythonRelaxDeps = [
"azure-keyvault-keys"
"azure-mgmt-compute"
"azure-mgmt-network"
"azure-mgmt-security"
@ -42,16 +43,22 @@ python3.pkgs.buildPythonApplication rec {
alive-progress
awsipranges
azure-identity
azure-keyvault-keys
azure-mgmt-applicationinsights
azure-mgmt-authorization
azure-mgmt-compute
azure-mgmt-containerservice
azure-mgmt-cosmosdb
azure-mgmt-keyvault
azure-mgmt-monitor
azure-mgmt-network
azure-mgmt-rdbms
azure-mgmt-resource
azure-mgmt-security
azure-mgmt-sql
azure-mgmt-storage
azure-mgmt-subscription
azure-mgmt-web
azure-storage-blob
boto3
botocore