-
Notifications
You must be signed in to change notification settings - Fork 547
fix: Detecting conditions for CIS AWS v1.5.0 Section 1 #12670
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
Merged
Merged
Conversation
This file contains hidden or 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
Member
|
/gen sha=4400f77794dd00098207b65dcb7898d3e2ddc260 plugin=aws |
erezrokah
approved these changes
Aug 1, 2023
Member
erezrokah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aruneko 🚀
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 1, 2023
🤖 I have created a release *beep* *boop* --- ## [22.3.0](plugins-source-aws-v22.2.0...plugins-source-aws-v22.3.0) (2023-08-01) ### This Release has the Following Changes to Tables - Table `aws_appflow_flows` was added - Table `aws_auditmanager_assessments` was added - Table `aws_backup_report_plans` was added - Table `aws_cloudformation_stacks`: column added with name `retain_except_on_create` and type `bool` - Table `aws_ec2_ebs_snapshots`: column added with name `sse_type` and type `utf8` - Table `aws_ec2_ebs_volumes`: column added with name `sse_type` and type `utf8` - Table `aws_emr_notebook_executions` was added - Table `aws_emr_release_labels` was added - Table `aws_emr_steps` was added - Table `aws_emr_supported_instance_types` was added - Table `aws_rds_instances`: column added with name `percent_progress` and type `utf8` ### Features * **resources:** Add support for Amazon Appflow Flows ([#12575](#12575)) ([43ed08e](43ed08e)) * **resources:** Add Support for AWS Audit Manager Assessments ([#12573](#12573)) ([ab5a939](ab5a939)) * **resources:** Add support for AWS Backup Report Plan ([#12578](#12578)) ([5fa1af1](5fa1af1)) * **resources:** Adding additional EMR cluster resources ([#12562](#12562)) ([4a25c5c](4a25c5c)) * **services:** Support newly added regions ([#12671](#12671)) ([5af2d31](5af2d31)) ### Bug Fixes * **deps:** Update AWS modules ([#12591](#12591)) ([20eb1bf](20eb1bf)) * **deps:** Update AWS modules ([#12592](#12592)) ([80ad5c5](80ad5c5)) * **deps:** Update github.com/apache/arrow/go/v13 digest to 112f949 ([#12659](#12659)) ([48d73a9](48d73a9)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 3452eb0 ([#12595](#12595)) ([c1c0949](c1c0949)) * **deps:** Update github.com/cockroachdb/cockroachdb-parser digest to 302c9ad ([#12664](#12664)) ([924509c](924509c)) * **deps:** Update github.com/gocarina/gocsv digest to 99d496c ([#12667](#12667)) ([428f719](428f719)) * **deps:** Update github.com/petermattis/goid digest to 80aa455 ([#12669](#12669)) ([a140396](a140396)) * Detecting conditions for CIS AWS v1.5.0 Section 1 ([#12670](#12670)) ([f7bd160](f7bd160)) * **resources:** Handle Pagination for AWS Code Commit Repositories ([#12653](#12653)) ([6f37e56](6f37e56)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
I have fixed some detecting conditions for CIS AWS v1.5.0 Section 1.
casecondition.password_reuse_preventionis 1 to 24 (ref official doc).Ensure "Number of passwords to remember" is set to 24.