Skip to content

Commit c762304

Browse files
Feature: CloudSploit 2.0 (#281)
* using table formatting * updating docs and compliance * more docs, working index * removing duplicate suppression option for regions, fixing tests * adding new screenshot to readme * working cis benchmarks, updating readme
1 parent cede716 commit c762304

Some content is hidden

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

58 files changed

+2929
-1882
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
# Contributing to CloudSploit
2-
32
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.
43

54
## Code of Conduct
6-
75
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.
86

97
## License
10-
11-
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.
8+
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.
129

1310
## Getting Started
14-
15-
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).
11+
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).
1612

1713
## Proposing Large Changes
18-
1914
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.
2015

2116
## Questions?
22-
2317
Please ask all questions in the form of GitHub issues.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ vscode/*
99
.idea
1010
coverage/
1111
.nyc_output
12+
config.js

README.md

Lines changed: 236 additions & 847 deletions
Large diffs are not rendered by default.

compliance/all.js

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

compliance/cis.js

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

compliance/controls.js

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

compliance/hipaa.js

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

compliance/pci.js

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

config/_oracle/keys/Readme.md

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

0 commit comments

Comments
 (0)