guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.68k stars 786 forks source link

Monkey tutorial #4175

Closed cakekoa closed 6 months ago

cakekoa commented 6 months ago

What does this PR do?

Issue #put issue number here.

Add any further explanations here.

PR Checklist

Testing Checklist

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.07%. Comparing base (540a1aa) to head (ac27ea5). Report is 34 commits behind head on develop.

:exclamation: Current head ac27ea5 differs from pull request most recent head e68f96a. Consider uploading reports for the commit e68f96a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4175 +/- ## ======================================== Coverage 77.07% 77.07% ======================================== Files 444 444 Lines 14138 14138 Branches 18 18 ======================================== Hits 10897 10897 Misses 3241 3241 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

VakarisZ commented 6 months ago

I have slimmed down the tutorial to make it more about the subject and less about explaining how our UI components work. You can take inspiration or clean it up: https://github.com/guardicore/monkey/commit/b6b0a26dbfce84dfc9b61587c8814e830ed13702

cakekoa commented 6 months ago

The docker compose script references a specific build of the Island docker image because the current version on docker hub does not have the MONGO_URL fix. The referenced build is not on docker hub.