-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
205 additions
and
543 deletions.
There are no files selected for viewing
This file contains 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
version = '3.2.309' | ||
version = '3.2.311' |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
checkov==3.2.309 | ||
checkov==3.2.311 |
This file contains 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 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 |
---|---|---|
@@ -1 +1,22 @@ | ||
{"reportIdentifier": "iac_assets", "items": [{"name": "aws_instance.web_host", "provider": "GitHub", "realm": "Github-terragoat", "typeId": "EC2_INSTANCE", "observationTime": 1730972043909, "strongId": "repo1//s3.tf:aws_instance.web_host", "groupId": "CKV_AWS_79", "normalizedFields": {"xdm.code.iac.resource_name": "web_host", "xdm.code.iac.resource_type": "aws_instance", "xdm.code.iac.framework": "TERRAFORM", "xdm.code.iac.code_block": "resource \"aws_instance\" \"web_host\" {\n ami = \"${var.ami}\"\n instance_type = \"t2.nano\"\n\n vpc_security_group_ids = [\n \"${aws_security_group.web-node.id}\"]\n subnet_id = \"${aws_subnet.web_subnet.id}\"\n user_data = <<EOF\n#! /bin/bash\nsudo apt-get update\nsudo apt-get install -y apache2\nsudo systemctl start apache2\nsudo systemctl enable apache2\nexport AWS_ACCESS_KEY_ID=AKIAYNKRE4OV2LF6TC3N\nexport AWS_SECRET_ACCESS_KEY=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\nexport AWS_DEFAULT_REGION=us-west-2\necho \"<h1>Deployed via Terraform</h1>\" | sudo tee /var/www/html/index.html\nEOF\n}", "xdm.file.path": "/s3.tf", "xdm.file.position.start.line": 1, "xdm.file.position.end.line": 19, "xdm.code.iac.tags": {}, "xdm.repository.name": "terragoat", "xdm.repository.organization": "BC", "xdm.code.git.commit.hash": "abc123", "xdm.code.git.commit.time": "2024-09-16 12:10:00.45", "xdm.code.git.contributors": ["settinger"]}, "rawFields": {"cloud_provider": "AWS"}}]} | ||
{ | ||
"reportIdentifier": "iac_assets", | ||
"items": [ | ||
{ | ||
"name": "aws_instance.web_host", | ||
"provider": "GitHub", | ||
"groupId": "CKV_AWS_79", | ||
"fields": { | ||
"resource_name": "web_host", | ||
"resource_type": "aws_instance", | ||
"framework": "TERRAFORM", | ||
"code_block": "resource \"aws_instance\" \"web_host\" {\n ami = \"${var.ami}\"\n instance_type = \"t2.nano\"\n\n vpc_security_group_ids = [\n \"${aws_security_group.web-node.id}\"]\n subnet_id = \"${aws_subnet.web_subnet.id}\"\n user_data = <<EOF\n#! /bin/bash\nsudo apt-get update\nsudo apt-get install -y apache2\nsudo systemctl start apache2\nsudo systemctl enable apache2\nexport AWS_ACCESS_KEY_ID=AKIAYNKRE4OV2LF6TC3N\nexport AWS_SECRET_ACCESS_KEY=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\nexport AWS_DEFAULT_REGION=us-west-2\necho \"<h1>Deployed via Terraform</h1>\" | sudo tee /var/www/html/index.html\nEOF\n}", | ||
"path": "/s3.tf", | ||
"start.line": 1, | ||
"end.line": 19 | ||
}, | ||
"rawFields": { | ||
"cloud_provider": "AWS" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.