forked from mitre/caldera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
47 lines (43 loc) · 793 Bytes
/
.dockerignore
File metadata and controls
47 lines (43 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# common
**/README.md
**/CONTRIBUTING.md
docker-compose.yml
Dockerfile
# git
**/.git
**/.gitattributes
**/.gitignore
**/.gitmodules
**/.github
# dev
tests/
**/.codecov.yml
**/.coveragerc
**/.flake8
**/.pre-commit-config.yaml
**/.travis.yml
**/release.sh
**/requirements-dev.txt
**/tox.ini
# Artifacts from previous use/compilation
**/__pycache__/
**/node_modules/
**/plugins/magma/dist/
# Artifacts from previous caldera use
data/*_store
data/abilities/*
data/adversaries/*
data/results/*
data/payloads/*
data/facts/*
data/sources/*
data/objectives/*
data/backup/*
data/planners/*
!data/planners/aaa7c857-37a0-4c4a-85f7-4e9f7f30e31a.yml
conf/local.yml
conf/ssh_keys/*
ftp_dir/*
**/plugins/atomic/data/atomic-red-team
**/plugins/emu/data/adversary-emulation-plans
**/plugins/emu/payloads/*