-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,14 @@ InSpec uses the standard AWS authentication mechanisms. Typically, you will crea | |
|
||
## Get started | ||
|
||
The following attributes can be configured in an attributes file. More information about InSpec attributes can be found in the [InSpec Profile Documentation](https://www.inspec.io/docs/reference/profiles/). | ||
|
||
``` | ||
# Description: List of buckets exempted from inspection. | ||
exception_bucket_list: [] | ||
``` | ||
|
||
Bundle install required gems <br> | ||
- `bundle install` | ||
|
||
|
@@ -99,15 +107,15 @@ $ inspec exec /path/to/profile --controls s3-buckets-no-public-access -t aws:// | |
## Contributors + Kudos | ||
|
||
- Rony Xavier [rx294](https://github.com/rx294) | ||
- Matthew Dromazos [rx294](https://github.com/dromazmj) | ||
- Matthew Dromazos [dromazmj](https://github.com/dromazmj) | ||
- Aaron Lippold [aaronlippold](https://github.com/aaronlippold) | ||
|
||
## License and Author | ||
|
||
|
||
### Authors | ||
|
||
- Author:: Rony Xaiver [rxaiver@mitre.org](mailto:[email protected]) | ||
- Author:: Rony Xavier [rxavier@mitre.org](mailto:[email protected]) | ||
- Author:: Matthew Dromazos [[email protected]](mailto:[email protected] ) | ||
- Author:: Aaron Lippold [[email protected]](mailto:[email protected]) | ||
|
||
|