-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Add checkov suggested fixes and exceptions #3
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| skip-check: | ||
| # CKV | ||
| - CKV_AWS_18 # INFO "Ensure the S3 bucket has access logging enabled" | ||
| - CKV_AWS_59 # LOW "Ensure there is no open access to back-end resources through API" | ||
| - CKV_AWS_109 # LOW "Ensure IAM policies does not allow permissions management / resource exposure without constraints" | ||
| - CKV_AWS_111 # LOW "Ensure IAM policies does not allow write access without constraints" | ||
| - CKV_AWS_116 # LOW "Ensure that AWS Lambda function is configured for a Dead Letter Queue(DLQ)" | ||
| - CKV_AWS_117 # LOW "Ensure that AWS Lambda function is configured inside a VPC" | ||
| - CKV_AWS_120 # LOW "Ensure API Gateway caching is enabled" | ||
| - CKV_AWS_144 # LOW "Ensure that S3 bucket has cross-region replication enabled" | ||
| - CKV_AWS_158 # LOW "Ensure that CloudWatch Log Group is encrypted by KMS" | ||
| - CKV_AWS_225 # LOW "Ensure API Gateway method setting caching is enabled" | ||
| - CKV_AWS_272 # HIGH "Ensure AWS Lambda function is configured to validate code-signing" | ||
| - CKV_AWS_283 # HIGH "Ensure no IAM policies documents allow ALL or any AWS principal permissions to the resource" | ||
| - CKV_AWS_337 # HIGH "Ensure SSM parameters are using KMS CMK" | ||
| - CKV_AWS_338 # INFO "Ensure CloudWatch log groups retains logs for at least 1 year" | ||
| - CKV_AWS_356 # HIGH "Ensure no IAM policies documents allow "*" as a statement's resource for restrictable actions" | ||
| # CKV2 | ||
| - CKV2_AWS_29 # MEDIUM "Ensure public API gateway are protected by WAF" | ||
| - CKV2_AWS_51 # LOW "Ensure AWS API Gateway endpoints uses client certificate authentication" | ||
| - CKV2_AWS_73 # INFO "Ensure AWS SQS uses CMK not AWS default keys for encryption" |
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.