feat(aws): Update cis 1.5.0 policy#1615
Merged
kodiakhq[bot] merged 22 commits intocloudquery:mainfrom Oct 5, 2022
Merged
Conversation
bbernays
reviewed
Aug 30, 2022
plugins/source/aws/policies/queries/cloudwatch/alarm_organization_changes.sql
Outdated
Show resolved
Hide resolved
bbernays
reviewed
Aug 30, 2022
plugins/source/aws/policies/queries/cloudwatch/alarm_organization_changes.sql
Outdated
Show resolved
Hide resolved
bbernays
reviewed
Aug 30, 2022
plugins/source/aws/policies/queries/iam/unused_creds_disabled_45_days.sql
Outdated
Show resolved
Hide resolved
bbernays
reviewed
Aug 30, 2022
plugins/source/aws/policies/queries/acm/certificates_expired.sql
Outdated
Show resolved
Hide resolved
dbac889 to
595a5b8
Compare
bbernays
reviewed
Sep 2, 2022
plugins/source/aws/policies/queries/accessanalyzer/regions_with_no_accessanalyzers.sql
Outdated
Show resolved
Hide resolved
disq
reviewed
Oct 4, 2022
plugins/source/aws/policies_v1/queries/cloudwatch/alarm_actions_disabled.sql
Outdated
Show resolved
Hide resolved
plugins/source/aws/policies_v1/views/metric_filters_with_active_subscriptions.sql
Outdated
Show resolved
Hide resolved
yevgenypats
approved these changes
Oct 5, 2022
disq
approved these changes
Oct 5, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 6, 2022
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-source-aws-v1.0.1...plugins-source-aws-v2.0.0) (2022-10-06) ### ⚠ BREAKING CHANGES * Update all AWS Client Versions (#2410) * Store some JSON columns as jsonb not as a text (#2463) ### Features * Add new fields to Lightsail and EC2 ([#2403](#2403)) ([7e3fc83](7e3fc83)) * **aws:** EMR Clusters to use PreResourceResolver ([#2411](#2411)) ([b01e6ca](b01e6ca)) * **aws:** Update cis 1.5.0 policy ([#1615](#1615)) ([0f64196](0f64196)) ### Bug Fixes * AWS codegen: fix ec2 naming ([#2473](#2473)) ([27dd558](27dd558)) * **deps:** Update plugin-sdk for aws to v0.12.3 ([#2383](#2383)) ([0ed4d5f](0ed4d5f)) * **deps:** Update plugin-sdk for aws to v0.12.4 ([#2394](#2394)) ([d8c9657](d8c9657)) * **deps:** Update plugin-sdk for aws to v0.12.6 ([#2416](#2416)) ([0539c03](0539c03)) * **deps:** Update plugin-sdk for aws to v0.12.7 ([#2445](#2445)) ([6e39611](6e39611)) * Store some JSON columns as jsonb not as a text ([#2463](#2463)) ([5da8a1f](5da8a1f)) * Update all AWS Client Versions ([#2410](#2410)) ([ca34f1c](ca34f1c)) * Update endpoints ([#2414](#2414)) ([62d8802](62d8802)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
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
closes #1559
some cloudwatch alerts checks are refined but they are still not perfect. Formatting of rules can these affect checks result.
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)