Skip to content

Commit 5f63cd7

Browse files
authored
Merge pull request #1358 from splunk/release_v5.0.0
Release v5.0.0
2 parents df2222a + b860459 commit 5f63cd7

File tree

520 files changed

+22279
-29384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+22279
-29384
lines changed

.dockerignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Dependencies and build artifacts (must not overwrite container's node_modules)
2+
app/node_modules
3+
app/dist
4+
app/.astro
5+
6+
# Git
7+
.git
8+
.gitignore
9+
10+
# Python
11+
__pycache__
12+
*.py[cod]
13+
.venv
14+
venv
15+
env
16+
17+
# Terraform and large runtime data
18+
**/.terraform
19+
*.tfstate
20+
*.tfstate.*
21+
terraform/**/state
22+
attack_data
23+
24+
# IDE and OS
25+
.idea
26+
.vscode
27+
.DS_Store
28+
29+
# Docs and misc
30+
docs/_build
31+
*.md
32+
!app/README.md
33+
!api/README.md
34+
!api/QUICKSTART.md
35+
36+
# Docker and compose (avoid recursive copy)
37+
docker
38+
**/docker-compose*.yml

.github/auto-merge.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/auto_assign.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/build_attack_destroy_aws.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/update_splunk_tas.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.gitignore

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
attack_range.yml
33
poetry.lock
44
terraform/ansible/vars/*.json
5+
# fully auto-generated by attack_range (do not commit)
6+
terraform/ansible/inventory.yaml
7+
terraform/ansible/lab.yaml
8+
terraform/ansible/vpn.yaml
9+
terraform/ansible/vpn_config.yaml
10+
terraform/ansible/client_configs/
11+
terraform/ansible/artifacts/*
12+
terraform/ansible/env/*
513
vagrant/*vars.json
614
scripts/apps/*.tgz
7-
15+
ssh_keys/*
16+
config/*.yml
17+
/ansible/
18+
!terraform/ansible/
819
#keys
920
*.key
1021

@@ -24,6 +35,10 @@ attack_data/*
2435
!attack_data/dumps.yml
2536
!attack_data/.gitkeep
2637

38+
# wireguard config folder
39+
wireguard_config/*
40+
!wireguard_config/.gitkeep
41+
2742
# log file
2843
attack_range.log
2944
.attack_range/artifacts
@@ -37,6 +52,7 @@ terraform/aws/state/
3752
terraform/azure/state/
3853
terraform/aws/versions.tf
3954
terraform/aws/backend.tf
55+
terraform/aws2/backend.tf
4056

4157
# .tfstate files
4258
*.tfstate

.vscode/launch.json

Lines changed: 0 additions & 106 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)