Skip to content

Commit

Permalink
Merge branch 'release/2.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed Aug 4, 2022
2 parents 1b830e1 + 7b8bd57 commit 979e7c8
Show file tree
Hide file tree
Showing 11 changed files with 330 additions and 476 deletions.
49 changes: 49 additions & 0 deletions .checkov.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"failed_checks": [
{
"file": "/main.tf",
"findings": [
{
"resource": "aws_s3_bucket.this",
"check_ids": [
"CKV2_AWS_40",
"CKV2_AWS_41",
"CKV2_AWS_6",
"CKV_AWS_144",
"CKV_AWS_145",
"CKV_AWS_18",
"CKV_AWS_19"
]
},
{
"resource": "aws_security_group.this",
"check_ids": [
"CKV_AWS_23"
]
},
{
"resource": "aws_security_group.bastion_to_instance_sg",
"check_ids": [
"CKV2_AWS_5",
"CKV_AWS_23"
]
},
{
"resource": "aws_lb.this",
"check_ids": [
"CKV_AWS_150",
"CKV_AWS_152",
"CKV_AWS_91"
]
},
{
"resource": "aws_launch_configuration.this",
"check_ids": [
"CKV_AWS_79",
"CKV_AWS_8"
]
}
]
}
]
}
3 changes: 2 additions & 1 deletion .github/workflows/terraform_static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Checkov baseline static analysis
id: checkov
uses: bridgecrewio/checkov-action@master
with:
baseline: .checkov.baseline
quiet: true
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Unreleased
==========

2.4.0
2.5.0
=====

* Remediate Checkov warnings
* Rolled back to release 2.3.0 - release 2.4.0 was premature. This release is
identical to release 2.3.0.

2.3.0
=====
Expand Down
103 changes: 0 additions & 103 deletions asg.tf

This file was deleted.

85 changes: 0 additions & 85 deletions iam.tf

This file was deleted.

19 changes: 0 additions & 19 deletions kms.tf

This file was deleted.

66 changes: 0 additions & 66 deletions lb.tf

This file was deleted.

Loading

0 comments on commit 979e7c8

Please sign in to comment.