mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
@@ -9,7 +9,7 @@ from prowler.lib.logger import logger
|
|||||||
|
|
||||||
timestamp = datetime.today()
|
timestamp = datetime.today()
|
||||||
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
|
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
|
||||||
prowler_version = "3.0.2"
|
prowler_version = "3.1.0"
|
||||||
html_logo_url = "https://github.com/prowler-cloud/prowler/"
|
html_logo_url = "https://github.com/prowler-cloud/prowler/"
|
||||||
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
|
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = "prowler-cloud"
|
name = "prowler-cloud"
|
||||||
# https://peps.python.org/pep-0440/
|
# https://peps.python.org/pep-0440/
|
||||||
version = "3.0.2"
|
version = "3.1.0"
|
||||||
authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }]
|
authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{ name = "Sergio Garcia", email = "sergio@verica.io" },
|
{ name = "Sergio Garcia", email = "sergio@verica.io" },
|
||||||
|
|||||||
Reference in New Issue
Block a user