Skip to content

Commit 11160ee

Browse files
authored
Merge pull request #195 from guardicore/develop
Update Master to latest
2 parents b56dec3 + 9812dcd commit 11160ee

File tree

222 files changed

+4564
-2214
lines changed

Some content is hidden

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

222 files changed

+4564
-2214
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ docs/_build/
6262

6363
# PyBuilder
6464
target/
65-
db
6665
bin
67-
/monkey_island/cc/server.key
68-
/monkey_island/cc/server.crt
69-
/monkey_island/cc/server.csr
70-
monkey_island/cc/ui/node_modules/
66+
/monkey/monkey_island/db
67+
/monkey/monkey_island/cc/server.key
68+
/monkey/monkey_island/cc/server.crt
69+
/monkey/monkey_island/cc/server.csr
70+
/monkey/monkey_island/cc/ui/node_modules/

.travis.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ cache: pip
44
python:
55
- 2.7
66
- 3.6
7-
#- nightly
8-
#- pypy
9-
#- pypy3
107
matrix:
11-
allow_failures:
12-
- python: nightly
13-
- python: pypy
14-
- python: pypy3
8+
include:
9+
- python: 3.7
10+
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
11+
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
1512
install:
1613
#- pip install -r requirements.txt
1714
- pip install flake8 # pytest # add another testing frameworks later

infection_monkey/exploit/elasticgroovy.py

-238
This file was deleted.

0 commit comments

Comments
 (0)