diff --git a/.github/.pre-commit-config.yaml b/.github/.pre-commit-config.yaml index 1d895429..52ac5016 100644 --- a/.github/.pre-commit-config.yaml +++ b/.github/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: rev: 5.0.4 hooks: - id: flake8 - exclude: docs/conf.py args: ["--config", ".github/configurations/python_linters/.flake8"] - repo: https://github.com/pycqa/isort diff --git a/.github/configurations/python_linters/requirements-linters.txt b/.github/configurations/python_linters/requirements-linters.txt index 8d831b61..f03dc6a6 100644 --- a/.github/configurations/python_linters/requirements-linters.txt +++ b/.github/configurations/python_linters/requirements-linters.txt @@ -1,4 +1,4 @@ -black==22.3.0 +black==24.3.0 isort==5.12.0 flake8==5.0.4 flake8-django==1.1.5 diff --git a/README.md b/README.md index 89d23b2e..67505050 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

GreedyBear

+

GreedyBear

# GreedyBear [![GitHub release (latest by date)](https://img.shields.io/github/v/release/intelowlproject/Greedybear)](https://github.com/intelowlproject/Greedybear/releases) @@ -50,7 +50,7 @@ To install it locally, Please refer to our [installation guide](https://intelowl #### Certego - Certego Logo + Certego Logo [Certego](https://www.certego.net/?utm_source=greedybear) is a MDR (Managed Detection and Response) and Threat Intelligence Provider based in Italy. @@ -58,7 +58,7 @@ Started as a personal Christmas project from [Matteo Lodi](https://twitter.com/m #### The Honeynet Project - Honeynet.org logo + Honeynet.org logo [The Honeynet Project](https://www.honeynet.org) is a non-profit organization working on creating open source cyber security tools and sharing knowledge about cyber threats. diff --git a/static/Certego.png b/static/Certego.png new file mode 100644 index 00000000..82d095be Binary files /dev/null and b/static/Certego.png differ diff --git a/static/greedybear.png b/static/greedybear.png new file mode 100644 index 00000000..887aada6 Binary files /dev/null and b/static/greedybear.png differ diff --git a/static/honeynet_logo.png b/static/honeynet_logo.png new file mode 100644 index 00000000..b6e5f96e Binary files /dev/null and b/static/honeynet_logo.png differ