-
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.
added specific logging, updated readme, bumped version
Signed-off-by: Aaron Lippold <[email protected]>
- Loading branch information
1 parent
be31fdb
commit 4dd7a19
Showing
4 changed files
with
35 additions
and
20 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
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 |
---|---|---|
|
@@ -4,10 +4,10 @@ maintainer: MITRE InSpec Team | |
copyright: MITRE, 2022 | ||
copyright_email: [email protected] | ||
license: Apache-2.0 | ||
summary: "InSpec validation example baseline profile for AWS S3 - to test if you have public buckets" | ||
version: 1.5.1 | ||
summary: "InSpec profile to test if you have public buckets or objects" | ||
version: 1.5.2 | ||
|
||
inspec_version: ">= 4" | ||
inspec_version: ">= 4.0" | ||
|
||
supports: | ||
- platform: aws | ||
|
@@ -17,12 +17,13 @@ depends: | |
url: https://github.com/inspec/inspec-aws/archive/main.tar.gz | ||
|
||
inputs: | ||
- name: exception_bucket_list | ||
description: "list of buckets exempted from inspection" | ||
type: array | ||
value: | ||
- "" | ||
- name: single_bucket | ||
description: "The name of the single bucket you wish to scan" | ||
type: string | ||
value: "" | ||
|
||
- name: exception_bucket_list | ||
description: "List of buckets that should be exempted from review" | ||
type: array | ||
value: | ||
- "" |
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