Skip to content

Commit

Permalink
Merge pull request #7807 from ministryofjustice/feature/7437-point-ba…
Browse files Browse the repository at this point in the history
…selines-module-to-v7.7.0

Update baselines module to v7.7.0
  • Loading branch information
richgreen-moj authored Sep 2, 2024
2 parents 1bb63e3 + 0523780 commit 6574881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/bootstrap/secure-baselines/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_kms_key" "cloudtrail_key" {

#trivy:ignore:AVD-AWS-0136
module "baselines" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=672806679936c8e5da29234fe6f23411f8b45eba" # v7.6.4
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=7a44478e0f15d0158cb06a2e8ab8f95448a796cd" # v7.7.0

providers = {
# Default and replication regions
Expand Down
2 changes: 1 addition & 1 deletion terraform/modernisation-platform-account/baselines.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
# Secure baselines (GuardDuty, Config, SecurityHub, etc)
#trivy:ignore:AVD-AWS-0136 trivy:ignore:AVD-AWS-0132
module "baselines-modernisation-platform" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=672806679936c8e5da29234fe6f23411f8b45eba" # v7.6.4
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=7a44478e0f15d0158cb06a2e8ab8f95448a796cd" # v7.7.0
providers = {
# Default and replication regions
aws = aws.modernisation-platform-eu-west-2
Expand Down

0 comments on commit 6574881

Please sign in to comment.