-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from chalbersma/staging
Should Generate Documentation
- Loading branch information
Showing
457 changed files
with
29,890 additions
and
22,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,40 @@ | ||
language: python | ||
cache: pip | ||
python: | ||
- 3.7 | ||
sudo: required | ||
dist: xenail | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
on_success: always | ||
on_failure: always | ||
before_script: | ||
- sudo apt-get -y install openssh-server | ||
- "./travis/pre_build.sh" | ||
- "./travis/ssh_setup.sh" | ||
- export DEBIAN_FRONTEND=noninteractive; sudo -E apt-get -y install python3-pip python-dev | ||
shellcheck mariadb-server mariadb-client jq openjdk-7-jre graphviz | ||
shellcheck mariadb-server mariadb-client jq openjdk-8-jre graphviz openssh-server | ||
- "./travis/ssh_setup.sh" | ||
- "./travis/db_setup.sh" | ||
- sudo pip3 install --upgrade setuptools | ||
- sudo pip3 install bandit pylint paramiko pymysql colorama flask flask_cors jsonschema | ||
lxml pika mkdocs requests | ||
- sudo pip3 install -r requirements.txt | ||
- sudo pip3 install mkdocs bandit twine pylint pylint-fail-under | ||
- gem install mdl | ||
script: | ||
- "./travis/testing.sh" | ||
- pylint-fail-under --fail_under 6.0 manoward | ||
- pylint-fail-under --fail_under 6.0 jelly_api_2 | ||
- pylint-fail-under --fail_under 6.0 jelly_display_2 | ||
- pylint-fail-under --fail_under 6.0 audittools | ||
- "./travis/swagger_test.sh" | ||
- "./travis/swagger_build.sh" | ||
- "./travis/api_test.sh" | ||
- "./travis/sapi_test.sh" | ||
- "./travis/schedule_test.sh" | ||
- "./travis/analyze_test.sh" | ||
after_success: | ||
- "./travis/build_diag.sh" | ||
- "./travis/swagger_build.sh" | ||
- "./travis/build_docs.sh" | ||
- "./travis/packages.sh" | ||
before_install: | ||
- pwd | ||
- openssl aes-256-cbc -K $encrypted_1acdf71f7d2b_key -iv $encrypted_1acdf71f7d2b_iv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Jellyfish | ||
# Manowar | ||
|
||
> Jellyfish, it stores info about your servers and analyzes it for you if you ask it to. | ||
> Manowar, it stores info about your servers and analyzes it for you if you ask it to. | ||
## Description | ||
|
||
Jellyfish is a tool designed to help people profile and analyze their server | ||
fleets for for various things. With is companion tool, jellyfish-audits | ||
Manowar is a tool designed to help people profile and analyze their server | ||
fleets for for various things. With is companion tool, audittools | ||
it can check environments for a series of common vulnerabilities that one might | ||
wish to check against. | ||
|
||
|
@@ -32,7 +32,7 @@ Please refer to the `contributing.md` file for information about how to get invo | |
|
||
## Maintainers | ||
|
||
Chris Halbersma : chris[email protected] | ||
Chris Halbersma : chris[email protected] | ||
|
||
## Usage | ||
|
||
|
Oops, something went wrong.