Skip to content

Releases: ministryofjustice/modernisation-platform-terraform-s3-bucket

v8.2.0

17 Sep 10:39
52a40b0
Compare
Choose a tag to compare

What's New

The prior implementation of aws_s3_bucket_logging caused issues where bucket names for logs were strings known only after a terraform apply. This PR moves the logic to use a for_eachwith options to preserve backwards compatibility in the use of var.log_bucket_name.
A new variable - var.log_buckets - takes a map of bucket attributes and creates aws_s3_bucket_logging resources for each log bucket.

To reference a bucket from a s3 bucket module in the same tf:

module "s3_with_log_bucket" {
  log_buckets      = tomap({ "main_log_bucket" : module.s3_log_bucket.bucket })
  log_prefix       = "logs/"
}

To refer to another bucket by name:

module "s3_with_log_bucket" { 
  log_bucket       = "log-bucket"
  log_prefix = "logs/"
}

Or multiple buckets by name:

module "s3_with_log_bucket" { 
  log_bucket_names = toset(["log-bucket", "other-log-bucket"])
  log_prefix = "logs/"
}

What's Changed

  • Bump bridgecrewio/checkov-action from 12.2851.0 to 12.2852.0 by @dependabot in #512
  • Bump bridgecrewio/checkov-action from 12.2852.0 to 12.2855.0 by @dependabot in #513
  • Bump github/codeql-action from 3.26.2 to 3.26.3 by @dependabot in #514
  • Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 by @dependabot in #515
  • Bump bridgecrewio/checkov-action from 12.2855.0 to 12.2857.0 by @dependabot in #516
  • Bump github/codeql-action from 3.26.3 to 3.26.4 by @dependabot in #517
  • Bump bridgecrewio/checkov-action from 12.2857.0 to 12.2858.0 by @dependabot in #518
  • Bump github/codeql-action from 3.26.4 to 3.26.5 by @dependabot in #519
  • Bump bridgecrewio/checkov-action from 12.2858.0 to 12.2860.0 by @dependabot in #520
  • Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #521
  • Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #523
  • Bump bridgecrewio/checkov-action from 12.2860.0 to 12.2862.0 by @dependabot in #522
  • Bump bridgecrewio/checkov-action from 12.2862.0 to 12.2863.0 by @dependabot in #526
  • Bump bridgecrewio/checkov-action from 12.2863.0 to 12.2864.0 by @dependabot in #527
  • Bump bridgecrewio/checkov-action from 12.2864.0 to 12.2867.0 by @dependabot in #528
  • Bump terraform-docs/gh-actions from 1.2.0 to 1.2.2 by @dependabot in #529
  • Bump bridgecrewio/checkov-action from 12.2867.0 to 12.2868.0 by @dependabot in #530
  • Bump bridgecrewio/checkov-action from 12.2868.0 to 12.2869.0 by @dependabot in #531
  • Bump bridgecrewio/checkov-action from 12.2869.0 to 12.2870.0 by @dependabot in #533
  • Bump bridgecrewio/checkov-action from 12.2870.0 to 12.2871.0 by @dependabot in #534
  • Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #535
  • Bump bridgecrewio/checkov-action from 12.2871.0 to 12.2872.0 by @dependabot in #536
  • S3 bucket object with a name and prefix by @matt-heery in #537
  • Multiple Log Bucket Locations by @matt-heery in #538

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

15 Aug 11:30
4e17731
Compare
Choose a tag to compare

What's New

This version updates the bucket policy to deny connections where the TLS version is below 1.2. Prior to this, non-TLS connections were denied, but now less-secure TLS versions will also be denied.

What's Changed

  • Removes tee from unit test workflow. by @mikereiddigital in #474
  • Bump actions/upload-artifact
  • Bump actions/setup-go
  • Bump github/codeql-action
  • Bump bridgecrewio/checkov-action
  • Bump ossf/scorecard-action from 2.3.3
  • Add option to enable date partitioned logs by @pricemg in #505
  • Revise bucket policy to enforce tls v1.2 or higher connections by @pricemg in #511

New Contributors

Full Changelog: v8.0.1...v8.1.0

v8.0.1

05 Jul 08:06
7b2b75c
Compare
Choose a tag to compare

What's Changed

  • Bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 by @dependabot in #447
  • Bump bridgecrewio/checkov-action from 12.2769.0 to 12.2772.0 by @dependabot in #448
  • Bump bridgecrewio/checkov-action from 12.2772.0 to 12.2776.0 by @dependabot in #449
  • Bump bridgecrewio/checkov-action from 12.2776.0 to 12.2777.0 by @dependabot in #450
  • Bump github/codeql-action from 3.25.8 to 3.25.9 by @dependabot in #451
  • Bump bridgecrewio/checkov-action from 12.2777.0 to 12.2779.0 by @dependabot in #452
  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #453
  • Bump github/codeql-action from 3.25.9 to 3.25.10 by @dependabot in #454
  • Bump bridgecrewio/checkov-action from 12.2779.0 to 12.2780.0 by @dependabot in #455
  • Bump bridgecrewio/checkov-action from 12.2780.0 to 12.2782.0 by @dependabot in #456
  • Bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in #457
  • Bump bridgecrewio/checkov-action from 12.2782.0 to 12.2783.0 by @dependabot in #458
  • Bump bridgecrewio/checkov-action from 12.2783.0 to 12.2784.0 by @dependabot in #459
  • Bump bridgecrewio/checkov-action from 12.2784.0 to 12.2785.0 by @dependabot in #460
  • Bump bridgecrewio/checkov-action from 12.2785.0 to 12.2786.0 by @dependabot in #461
  • Bump bridgecrewio/checkov-action from 12.2786.0 to 12.2787.0 by @dependabot in #462
  • Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in /test by @dependabot in #463
  • Bump bridgecrewio/checkov-action from 12.2787.0 to 12.2790.0 by @dependabot in #464
  • Bump bridgecrewio/checkov-action from 12.2790.0 to 12.2796.0 by @dependabot in #465
  • Adds redact output to unit test logs. by @mikereiddigital in #466
  • Bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #468
  • Bump bridgecrewio/checkov-action from 12.2796.0 to 12.2799.0 by @dependabot in #467
  • Update go-terratest.yml by @ASTRobinson in #470
  • Bump bridgecrewio/checkov-action from 12.2799.0 to 12.2802.0 by @dependabot in #469
  • Bump bridgecrewio/checkov-action from 12.2802.0 to 12.2805.0 by @dependabot in #471
  • Bump bridgecrewio/checkov-action from 12.2805.0 to 12.2809.0 by @dependabot in #472
  • add Static analysis scan exception for module by @robertsweetman in #473

New Contributors

Full Changelog: v.8.0.0...v8.0.1

v8.0.0

06 Jun 15:24
cadab51
Compare
Choose a tag to compare

Breaking Changes

Module for creating IAM role for replication has been integrated into this S3-bucket module so includes functionality for an IAM role to enable the replication of objects between S3 buckets in different regions.

The breaking changes only apply to pre existing replication buckets, used by this module here.
If you currently do not use the replication module, you will not be affected.

  • 'versioning_enabled' is not optional and must be set to true for both source and destination bucket.
  • 'ownership_controls' variable must be set to 'BucketOwnerEnforced' for full control of all objects in the bucket and to disable ACLs.
  • The KMS key used for encryption must be in the same region as the destination bucket.

If any more information is required, feel free to reach out to Khatra Farah or Edd Proctor.

What's Changed

  • Build(deps): Bump bridgecrewio/checkov-action from 12.2529.0 to 12.2530.0 by @dependabot in #286
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2530.0 to 12.2531.0 by @dependabot in #288
  • Build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #287
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2531.0 to 12.2534.0 by @dependabot in #289
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2534.0 to 12.2535.0 by @dependabot in #290
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2535.0 to 12.2538.0 by @dependabot in #291
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2538.0 to 12.2539.0 by @dependabot in #293
  • Build(deps): Bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in #292
  • Build(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /test by @dependabot in #295
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2539.0 to 12.2550.0 by @dependabot in #297
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2550.0 to 12.2552.0 by @dependabot in #298
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2552.0 to 12.2553.0 by @dependabot in #299
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2553.0 to 12.2554.0 by @dependabot in #300
  • Address secure code analysis alerts by @dms1981 in #303
  • Build(deps): Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 by @dependabot in #301
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2554.0 to 12.2555.0 by @dependabot in #302
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2555.0 to 12.2556.0 by @dependabot in #304
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2556.0 to 12.2559.0 by @dependabot in #305
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2559.0 to 12.2562.0 by @dependabot in #306
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2562.0 to 12.2564.0 by @dependabot in #307
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2564.0 to 12.2566.0 by @dependabot in #308
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2566.0 to 12.2570.0 by @dependabot in #309
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2570.0 to 12.2572.0 by @dependabot in #310
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2572.0 to 12.2574.0 by @dependabot in #311
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2572.0 to 12.2575.0 by @dependabot in #312
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2575.0 to 12.2576.0 by @dependabot in #313
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2576.0 to 12.2577.0 by @dependabot in #314
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2577.0 to 12.2578.0 by @dependabot in #315
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2578.0 to 12.2586.0 by @dependabot in #317
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2586.0 to 12.2590.0 by @dependabot in #318
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2590.0 to 12.2592.0 by @dependabot in #319
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2592.0 to 12.2596.0 by @dependabot in #320
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2596.0 to 12.2598.0 by @dependabot in #321
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2598.0 to 12.2599.0 by @dependabot in #322
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2599.0 to 12.2600.0 by @dependabot in #323
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2600.0 to 12.2601.0 by @dependabot in #324
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2601.0 to 12.2602.0 by @dependabot in #325
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2602.0 to 12.2605.0 by @dependabot in #326
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2605.0 to 12.2607.0 by @dependabot in #328
  • Build(deps): Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #327
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2607.0 to 12.2608.0 by @dependabot in #329
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2608.0 to 12.2610.0 by @dependabot in #330
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2610.0 to 12.2616.0 by @dependabot in #332
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2616.0 to 12.2619.0 by @dependabot in #333
  • Build(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #334
  • Build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test by @dependabot in #335
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2619.0 to 12.2621.0 by @dependabot in #336
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2621.0 to 12.2622.0 by @dependabot in #337
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2622.0 to 12.2624.0 by @dependabot in #339
  • Build(deps): Bump bridgecrewio/checkov-...
Read more

v7.1.0

16 Oct 15:03
568694e
Compare
Choose a tag to compare

Release updated following implementation of steps to clear a checkov issue (CKV2_AWS_62). Some additional code was added. This will not impact anyone with release v7.0.0 in place.

What's Changed

  • Build(deps): Bump bridgecrewio/checkov-action from 12.2390.0 to 12.2393.0 by @dependabot in #190
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2393.0 to 12.2396.0 by @dependabot in #193
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2396.0 to 12.2400.0 by @dependabot in #194
  • Build(deps): Bump ministryofjustice/github-actions from 13 to 14 by @dependabot in #197
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2400.0 to 12.2401.0 by @dependabot in #196
  • Build(deps): Bump ossf/scorecard-action from 2.1.3 to 2.2.0 by @dependabot in #195
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2401.0 to 12.2407.0 by @dependabot in #200
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2407.0 to 12.2408.0 by @dependabot in #201
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2408.0 to 12.2409.0 by @dependabot in #202
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2409.0 to 12.2411.0 by @dependabot in #204
  • Build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /test by @dependabot in #203
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2411.0 to 12.2412.0 by @dependabot in #205
  • Update usage code by @davidkelliott in #206
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2412.0 to 12.2414.0 by @dependabot in #207
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2414.0 to 12.2416.0 by @dependabot in #208
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2416.0 to 12.2419.0 by @dependabot in #209
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2419.0 to 12.2420.0 by @dependabot in #210
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2420.0 to 12.2423.0 by @dependabot in #211
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2423.0 to 12.2425.0 by @dependabot in #212
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2425.0 to 12.2427.0 by @dependabot in #213
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2427.0 to 12.2431.0 by @dependabot in #214
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2431.0 to 12.2436.0 by @dependabot in #215
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2436.0 to 12.2437.0 by @dependabot in #216
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2437.0 to 12.2441.0 by @dependabot in #217
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2441.0 to 12.2443.0 by @dependabot in #218
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2443.0 to 12.2446.0 by @dependabot in #219
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2446.0 to 12.2451.0 by @dependabot in #221
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2451.0 to 12.2454.0 by @dependabot in #222
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2454.0 to 12.2455.0 by @dependabot in #224
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2455.0 to 12.2456.0 by @dependabot in #225
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2456.0 to 12.2459.0 by @dependabot in #226
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2459.0 to 12.2460.0 by @dependabot in #227
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2460.0 to 12.2462.0 by @dependabot in #228
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2462.0 to 12.2463.0 by @dependabot in #229
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2463.0 to 12.2464.0 by @dependabot in #230
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2464.0 to 12.2466.0 by @dependabot in #231
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2466.0 to 12.2467.0 by @dependabot in #232
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2467.0 to 12.2468.0 by @dependabot in #233
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2468.0 to 12.2471.0 by @dependabot in #234
  • Build(deps): Bump terraform-linters/setup-tflint from 3.0.0 to 3.1.0 by @dependabot in #236
  • Build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #223
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2471.0 to 12.2472.0 by @dependabot in #235
  • Build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #237
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2472.0 to 12.2476.0 by @dependabot in #238
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2476.0 to 12.2480.0 by @dependabot in #239
  • Build(deps): Bump terraform-linters/setup-tflint from 3.1.0 to 3.1.1 by @dependabot in #241
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2480.0 to 12.2483.0 by @dependabot in #242
  • MOJ Compliant Badge Update by @ASTRobinson in #240
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2483.0 to 12.2486.0 by @dependabot in #243
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2486.0 to 12.2487.0 by @dependabot in #244
  • Build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #247
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2487.0 to 12.2491.0 by @dependabot in #249
  • Build(deps): Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #251
  • Build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #245
  • Build(deps): Bump bridgecrewio/checkov-action from 12.2491.0 to 12.2493.0 by @Depe...
Read more

v7.0.0

16 Jun 08:47
8688bc1
Compare
Choose a tag to compare

Breaking Changes

  • AWS Provider constraint is now set to ~> 5.x.
  • This will conflict with modules that enforce a constraint of ~> 4.x. You can use terraform providers to show any potential conflicts.

What's Changed

  • Build(deps): Bump bridgecrewio/checkov-action from 12.2301.0 to 12.2390.0 by @dependabot
  • Build(deps): Bump github/codeql-action from 2.3.0 to 2.13.4 by @dependabot
  • Build(deps): Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #157
  • Build(deps): Bump ministryofjustice/github-actions from 12 to 13 by @dependabot in #160
  • Adding CONTRIBUTING.md to the top level by @SteveLinden in #179
  • Build(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #186
  • AWS Provider 5.0 upgrade by @dms1981 in #191

Full Changelog: v6.4.0...v7.0.0

v6.4.0

26 Apr 10:12
189a156
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.4.0

v6.3.0

28 Feb 16:28
981bf39
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #36
  • Update README.md by @davidkelliott in #37
  • Bump hashicorp/setup-terraform from 2.0.0 to 2.0.2 by @dependabot in #38
  • Bump hashicorp/setup-terraform from 2.0.2 to 2.0.3 by @dependabot in #39
  • Add OSSF scorecards and pin github actions to specific versions as recommended in the github actions security hardening guidance by @davidkelliott in #40
  • Bump actions/upload-artifact from 3.1.0 to 3.1.1 by @dependabot in #41
  • Remove reliance on remote backend by @dms1981 in #42
  • Github actions security improvements by @davidkelliott in #44
  • Bump github/codeql-action from 2.1.32 to 2.1.35 by @dependabot in #46
  • Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #45
  • Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #47
  • Remove deprecated attribute by @davidkelliott in #50
  • Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #52
  • Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #48
  • Bump ministryofjustice/github-actions from 8 to 9 by @dependabot in #49
  • Bump ossf/scorecard-action from 2.0.6 to 2.1.0 by @dependabot in #53
  • Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #54
  • Bump ossf/scorecard-action from 2.1.0 to 2.1.1 by @dependabot in #55
  • Bump ossf/scorecard-action from 2.1.1 to 2.1.2 by @dependabot in #56
  • Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #57
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #58
  • Fix unit tests by @dms1981 in #60
  • Bump ministryofjustice/github-actions from 9 to 10 by @dependabot in #61
  • Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #62
  • Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #63
  • Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #65
  • Bump github/codeql-action from 2.2.1 to 2.2.2 by @dependabot in #66
  • Bump github/codeql-action from 2.2.2 to 2.2.3 by @dependabot in #67
  • Bump github/codeql-action from 2.2.3 to 2.2.4 by @dependabot in #68
  • Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test by @dependabot in #69
  • Added code scanning workflow task by @dms1981 in #70
  • Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test by @dependabot in #71
  • Ensure sarif upload runs regardless of scanning exit code by @dms1981 in #72
  • Bump bridgecrewio/checkov-action from 12.2138.0 to 12.2154.0 by @dependabot in #75
  • Update code-scanning to support GITHUB_TOKEN, scoped permissions, added scan exclusions by @dms1981 in #76
  • Bump bridgecrewio/checkov-action from 12.2151.0 to 12.2155.0 by @dependabot in #77
  • Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #79
  • Bump bridgecrewio/checkov-action from 12.2155.0 to 12.2161.0 by @dependabot in #78
  • Bump bridgecrewio/checkov-action from 12.2161.0 to 12.2164.0 by @dependabot in #80
  • allow custom policies to be defined in one pass by @drobinson-moj in #81

New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

16 Aug 06:24
a37f4f0
Compare
Choose a tag to compare

What's Changed

Input for sse_algorithm added to allow the use of AES256 encryption (required for S3 bucket access logging)

Full Changelog: v6.1.1...v6.2.0

v6.1.1

20 Jun 07:39
1c059f6
Compare
Choose a tag to compare

What's Changed

  • Remove prevent destroy lifecycle rule

Full Changelog: v6.1.0...v6.1.1