Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: hanghuge <cmoman@outlook.com>
  • Loading branch information
hanghuge committed Apr 6, 2024
1 parent a51cedd commit e502136
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/cloud/aws/commands/run_test.go
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
Expand Up @@ -322,7 +322,7 @@ resource "aws_s3_bucket" "my-bucket" {
expectedResult: true,
},
{
name: "is is one of the provided valued",
name: "it is one of the provided valued",
source: `
resource "aws_security_group" "my-security_group" {
count = 1
Expand Down
2 changes: 1 addition & 1 deletion rpc/cache/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/scanner/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e502136

Please sign in to comment.