From cb81a88f0f7589c26407e14cbc8fd82126faad59 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 13:30:54 +0100 Subject: [PATCH 1/4] First badge experiment --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5eed7ae..59df0e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![main branch test](https://github.com/avast/PurpleDome/github/workflows/main.yml/badge.svg?branch=main) + # PurpleDome creates simulated systems which hack each other It creates several virtual machines to simulate a target network. A Kali attacker will be spawned and use configured attacks to blast at the targets. Those attacks can be Kali command line tools, Caldera abilities or Metasploit tools. @@ -66,3 +68,9 @@ Generate it switching to the directory doc and calling *make all* +## Development + +Development happens in *feature branches* branched of from *develop* branch. And all PRs go back there. +The branch *release* is a temporary branch from *develop* and will be used for bug fixing before a PR to *main* creates a new release. Commits in main will be marked with tags and the *changelog.txt* file in human readable form describe the new features. + +https://nvie.com/posts/a-successful-git-branching-model/ From b1a3c9f1726ec3e5feb620a4fae55f8aa654e52e Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 13:34:32 +0100 Subject: [PATCH 2/4] Fix 1 for badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59df0e2..e440bd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![main branch test](https://github.com/avast/PurpleDome/github/workflows/main.yml/badge.svg?branch=main) +![main branch test](https://github.com/avast/PurpleDome/.github/workflows/makefile.yml/badge.svg?branch=main) # PurpleDome creates simulated systems which hack each other From 5dcdacf4aae4ddad3b78d038728fd240508cd79e Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 13:37:33 +0100 Subject: [PATCH 3/4] Fix 2 for badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e440bd8..909480c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![main branch test](https://github.com/avast/PurpleDome/.github/workflows/makefile.yml/badge.svg?branch=main) +![main branch test](https://github.com/avast/PurpleDome/github/workflows/makefile.yml/badge.svg?branch=main) # PurpleDome creates simulated systems which hack each other From 674abe978c3c460d06144d10959ad9aa13311357 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 13:40:13 +0100 Subject: [PATCH 4/4] Fix 3 for badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 909480c..8022ed4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![main branch test](https://github.com/avast/PurpleDome/github/workflows/makefile.yml/badge.svg?branch=main) +![main branch test](https://github.com/avast/PurpleDome/actions/workflows/makefile.yml/badge.svg?branch=main) # PurpleDome creates simulated systems which hack each other