Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloudsploit/scans
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Sep 1, 2020
2 parents aa40acd + ba8b127 commit 084556b
Show file tree
Hide file tree
Showing 69 changed files with 3,923 additions and 1,893 deletions.
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.

18 changes: 18 additions & 0 deletions collectors/aws/collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ var calls = {
describeDBSnapshots: {
property: 'DBSnapshots',
paginate: 'Marker'
},
describeDBParameterGroups: {
property: 'DBParameterGroups',
paginate: 'Marker'
}
},
Redshift: {
Expand Down Expand Up @@ -812,6 +816,14 @@ var postcalls = [
filterValue: 'FunctionArn'
}
},
RDS: {
describeDBParameters: {
reliesOnService: 'rds',
reliesOnCall: 'describeDBParameterGroups',
filterKey: 'DBParameterGroupName',
filterValue: 'DBParameterGroupName'
}
},
SageMaker: {
describeNotebookInstance: {
reliesOnService: 'sagemaker',
Expand Down Expand Up @@ -890,6 +902,12 @@ var postcalls = [
reliesOnService: 'iam',
reliesOnCall: 'listRoles',
override: true
},
getRole: {
reliesOnService: 'iam',
reliesOnCall: 'listRoles',
filterKey: 'RoleName',
filterValue: 'RoleName'
}
}
}
Expand Down
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

0 comments on commit 084556b

Please sign in to comment.