Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: CloudSploit 2.0 #281

Merged
merged 6 commits into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# Contributing to CloudSploit

Thank you for your interest in contributing to CloudSploit! We welcome your PRs, issues, feedback, and other contributions to this open source repository. To keep things moving smoothly, please use the following guidelines when working with the CloudSploit source code.

## Code of Conduct

The CloudSploit project, maintainers, and contributors are governed by the [CloudSploit Code of Conduct](CODE_OF_CONDUCT.md). By contributing, you are agreeing to uphold this code in your interactions with the CloudSploit community.

## License

By contributing code to CloudSploit, you attest that you have the rights to all code and that you are assigning these rights to CloudSploit LLC for use within its projects.
By contributing code to CloudSploit, you attest that you have the rights to all code and that you are assigning these rights to Aqua Security, Ltd. for use within its projects.

## Getting Started

Please read our [README](../README.md#installation) for information on getting setup to use and develop CloudSploit scans locally. We also have a [guide for writing new plugins](../README.md#writing-a-plugin).
Please read our [README](../README.md#installation) for information on getting setup to use and develop CloudSploit scans locally. We also have a [guide for writing new plugins](../docs/writing-plugins.md).

## Proposing Large Changes

While we welcome all contributions, large pull requests that make significant changes to the codebase are difficult to review are merge without prior discussion. Please open an issue to discuss these changes before beginning work on them.

## Questions?

Please ask all questions in the form of GitHub issues.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vscode/*
.idea
coverage/
.nyc_output
config.js
1,083 changes: 236 additions & 847 deletions README.md

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions compliance/all.js

This file was deleted.

233 changes: 0 additions & 233 deletions compliance/cis.js

This file was deleted.

31 changes: 0 additions & 31 deletions compliance/controls.js

This file was deleted.

12 changes: 0 additions & 12 deletions compliance/hipaa.js

This file was deleted.

12 changes: 0 additions & 12 deletions compliance/pci.js

This file was deleted.

21 changes: 0 additions & 21 deletions config/_oracle/keys/Readme.md

This file was deleted.

Loading