Skip to content
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

chore: fix some comments #6463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cloud/aws/commands/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const expectedS3AndCloudTrailResult = `{
"ID": "AVD-AWS-0015",
"AVDID": "AVD-AWS-0015",
"Title": "Cloudtrail should be encrypted at rest to secure access to sensitive trail data",
"Description": "Cloudtrail logs should be encrypted at rest to secure the sensitive data. Cloudtrail logs record all activity that occurs in the the account through API calls and would be one of the first places to look when reacting to a breach.",
"Description": "Cloudtrail logs should be encrypted at rest to secure the sensitive data. Cloudtrail logs record all activity that occurs in the account through API calls and would be one of the first places to look when reacting to a breach.",
"Message": "Trail is not encrypted.",
"Resolution": "Enable encryption at rest",
"Severity": "HIGH",
Expand Down
2 changes: 1 addition & 1 deletion pkg/iac/scanners/terraform/attribute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ resource "aws_s3_bucket" "my-bucket" {
expectedResult: true,
},
{
name: "is is one of the provided valued",
name: "is one of the provided values",
source: `
resource "aws_security_group" "my-security_group" {
count = 1
Expand Down