mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
f1f0609697
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mario Rodriguez Lopez <101330800+MarioRgzLpz@users.noreply.github.com> Co-authored-by: Daniel Barranquero <74871504+danibarranqueroo@users.noreply.github.com> Co-authored-by: Prowler Bot <bot@prowler.com> Co-authored-by: Pedro Martín <pedromarting3@gmail.com> Co-authored-by: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com> Co-authored-by: LefterisXefteris <136985982+LefterisXefteris@users.noreply.github.com> Co-authored-by: Lefteris Gilmaz <lefterisgilmaz@Lefteriss-MacBook-Pro.local> Co-authored-by: Rubén De la Torre Vico <rubendltv22@gmail.com> Co-authored-by: Amogh Bantwal <100332169+abant07@users.noreply.github.com> Co-authored-by: Harshit Raj Singh <harshitrajsingh.hrs@gmail.com> Co-authored-by: Pepe Fagoaga <pepe@prowler.com> Co-authored-by: Jude Bae(Bae cheongho) <jude@megazone.com> Co-authored-by: MZC01-JUDE <mzc01-jude@MZC01-JUDE-2.local> Co-authored-by: johannes-engler-mw <132657752+johannes-engler-mw@users.noreply.github.com>
133 lines
3.7 KiB
TOML
133 lines
3.7 KiB
TOML
[build-system]
|
|
build-backend = "poetry.core.masonry.api"
|
|
requires = ["poetry-core"]
|
|
|
|
# https://peps.python.org/pep-0621/
|
|
[tool.poetry]
|
|
authors = ["Toni de la Fuente <toni@blyx.com>"]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.9",
|
|
"License :: OSI Approved :: Apache Software License"
|
|
]
|
|
description = "Prowler is an Open Source security tool to perform AWS, GCP and Azure security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains hundreds of controls covering CIS, NIST 800, NIST CSF, CISA, RBI, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, AWS Well-Architected Framework Security Pillar, AWS Foundational Technical Review (FTR), ENS (Spanish National Security Scheme) and your custom security frameworks."
|
|
license = "Apache-2.0"
|
|
maintainers = [
|
|
"Sergio Garcia <sergio@prowler.com>",
|
|
"Nacho Rivera <nacho@prowler.com>",
|
|
"Pepe Fagoaga <pepe@prowler.com>"
|
|
]
|
|
name = "prowler"
|
|
packages = [
|
|
{include = "prowler"},
|
|
{include = "dashboard"}
|
|
]
|
|
readme = "README.md"
|
|
version = "4.4.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
alive-progress = "3.1.5"
|
|
awsipranges = "0.3.3"
|
|
azure-identity = "1.18.0"
|
|
azure-keyvault-keys = "4.9.0"
|
|
azure-mgmt-applicationinsights = "4.0.0"
|
|
azure-mgmt-authorization = "4.0.0"
|
|
azure-mgmt-compute = "33.0.0"
|
|
azure-mgmt-containerregistry = "10.3.0"
|
|
azure-mgmt-containerservice = "32.0.0"
|
|
azure-mgmt-cosmosdb = "9.6.0"
|
|
azure-mgmt-keyvault = "10.3.1"
|
|
azure-mgmt-monitor = "6.0.2"
|
|
azure-mgmt-network = "27.0.0"
|
|
azure-mgmt-rdbms = "10.1.0"
|
|
azure-mgmt-resource = "23.1.1"
|
|
azure-mgmt-security = "7.0.0"
|
|
azure-mgmt-sql = "3.0.1"
|
|
azure-mgmt-storage = "21.2.1"
|
|
azure-mgmt-subscription = "3.1.1"
|
|
azure-mgmt-web = "7.3.1"
|
|
azure-storage-blob = "12.23.1"
|
|
boto3 = "1.35.28"
|
|
botocore = "1.35.29"
|
|
colorama = "0.4.6"
|
|
cryptography = "43.0.1"
|
|
dash = "2.18.1"
|
|
dash-bootstrap-components = "1.6.0"
|
|
detect-secrets = "1.5.0"
|
|
google-api-python-client = "2.147.0"
|
|
google-auth-httplib2 = ">=0.1,<0.3"
|
|
jsonschema = "4.23.0"
|
|
kubernetes = "31.0.0"
|
|
microsoft-kiota-abstractions = "1.3.3"
|
|
msgraph-sdk = "1.8.0"
|
|
numpy = "2.0.2"
|
|
pandas = "2.2.3"
|
|
py-ocsf-models = "0.1.1"
|
|
pydantic = "1.10.15"
|
|
python = ">=3.9,<3.13"
|
|
python-dateutil = "^2.9.0.post0"
|
|
pytz = "2024.2"
|
|
schema = "0.7.7"
|
|
shodan = "1.31.0"
|
|
slack-sdk = "3.33.1"
|
|
tabulate = "0.9.0"
|
|
tzlocal = "5.2"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
bandit = "1.7.10"
|
|
black = "24.8.0"
|
|
coverage = "7.6.1"
|
|
docker = "7.1.0"
|
|
flake8 = "7.1.1"
|
|
freezegun = "1.5.1"
|
|
mock = "5.1.0"
|
|
moto = {extras = ["all"], version = "5.0.15"}
|
|
openapi-schema-validator = "0.6.2"
|
|
openapi-spec-validator = "0.7.1"
|
|
pylint = "3.3.1"
|
|
pytest = "8.3.3"
|
|
pytest-cov = "5.0.0"
|
|
pytest-env = "1.1.5"
|
|
pytest-randomly = "3.15.0"
|
|
pytest-xdist = "3.6.1"
|
|
safety = "3.2.8"
|
|
vulture = "2.12"
|
|
|
|
[tool.poetry.group.docs]
|
|
optional = true
|
|
|
|
[tool.poetry.group.docs.dependencies]
|
|
mkdocs = "1.6.1"
|
|
mkdocs-git-revision-date-localized-plugin = "1.2.9"
|
|
mkdocs-material = "9.5.38"
|
|
mkdocs-material-extensions = "1.3.1"
|
|
|
|
[tool.poetry.scripts]
|
|
prowler = "prowler.__main__:prowler"
|
|
|
|
[tool.poetry.urls]
|
|
"Changelog" = "https://github.com/prowler-cloud/prowler/releases"
|
|
"Documentation" = "https://docs.prowler.cloud"
|
|
"Homepage" = "https://github.com/prowler-cloud/prowler"
|
|
"Issue tracker" = "https://github.com/prowler-cloud/prowler/issues"
|
|
|
|
[tool.poetry-version-plugin]
|
|
source = "init"
|
|
|
|
[tool.poetry_bumpversion.file."prowler/config/config.py"]
|
|
replace = 'prowler_version = "{new_version}"'
|
|
search = 'prowler_version = "{current_version}"'
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = [
|
|
"."
|
|
]
|
|
|
|
[tool.pytest_env]
|
|
# For Moto and Boto3 while testing AWS
|
|
AWS_ACCESS_KEY_ID = 'testing'
|
|
AWS_DEFAULT_REGION = 'us-east-1'
|
|
AWS_SECRET_ACCESS_KEY = 'testing'
|
|
AWS_SECURITY_TOKEN = 'testing'
|
|
AWS_SESSION_TOKEN = 'testing'
|