Skip to content

Commit

Permalink
fix(description): pyproject.toml description (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergargar authored Dec 21, 2022
1 parent f5e5921 commit bb5ba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers = [
{ name = "Nacho Rivera", email = "[email protected]" },
{ name = "Pepe Fagoaga", email = "[email protected]" },
]
description = "Prowler is an Open Source security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 240 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks."
description = "Prowler is an Open Source security tool to perform Cloud Security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 240 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "Apache-2.0" }
Expand Down

0 comments on commit bb5ba8c

Please sign in to comment.