Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alembic==1.17.0
alembic==1.17.1
assemblyline-client==4.9.8
aws-lambda-powertools==2.43.1
boto3==1.40.59
boto3==1.40.64
fastapi==0.120.0
mangum==0.19.0
pydantic-settings==2.11.0
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage==7.11.0
factory-boy==3.3.3
flake8==7.3.0
httpx==0.28.1
locust==2.42.0
locust==2.42.1
pytest==8.4.2
requests==2.32.4
uvicorn==0.38.0
4 changes: 2 additions & 2 deletions terragrunt/aws/alarms/athena.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "simple" {
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=v10.8.4"

athena_bucket_name = module.athena_bucket.s3_bucket_id
waf_access_queries_create = true
Expand All @@ -12,7 +12,7 @@ module "simple" {
# Hold the Athena data
#
module "athena_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.4"
bucket_name = "${var.product_name}-${var.env}-athena-bucket"
billing_tag_value = var.billing_code

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/alarms/sentinel_logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.8.4"
function_name = "sentinel-cloud-watch-forwarder"
billing_tag_value = var.billing_code

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "scan_files" {
for_each = toset(local.scan_files_api_functions)

source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.4"
name = "${var.product_name}-${each.key}"
billing_tag_value = var.billing_code
ecr_arn = aws_ecr_repository.api.arn
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/rds.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "rds" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//rds?ref=v10.8.4"
backup_retention_period = 7
billing_tag_value = var.billing_code
database_name = "scan_files"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_route53_record" "sync_scan_files_A" {
# Route53 DNS logging and query firewall
#
module "resolver_dns" {
source = "github.com/cds-snc/terraform-modules//resolver_dns?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//resolver_dns?ref=v10.8.4"
vpc_id = module.vpc.vpc_id
firewall_enabled = true

Expand Down
6 changes: 3 additions & 3 deletions terragrunt/aws/api/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ locals {
}

module "log_bucket" {
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v10.8.4"
bucket_name = "${var.product_name}-${var.env}-logs"
critical_tag_value = false
versioning_status = "Suspended"
billing_tag_value = var.billing_code
}

module "file-queue" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.4"
bucket_name = local.file_queue_name
lifecycle_rule = [{
id = "expire"
Expand All @@ -30,7 +30,7 @@ module "file-queue" {
}

module "clamav-defs" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.4"
bucket_name = local.clamav-defs
billing_tag_value = var.billing_code
logging = {
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpc" {
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.8.4"

name = var.product_name
enable_flow_log = true
Expand Down
4 changes: 2 additions & 2 deletions terragrunt/aws/integration_test/s3_scan_object.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "integration_test" {
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3_scan_object?ref=v10.8.4"

s3_upload_bucket_names = [module.integration_test_bucket.s3_bucket_id]
scan_files_role_arn = "arn:aws:iam::${var.account_id}:role/scan-files-api"
Expand All @@ -9,7 +9,7 @@ module "integration_test" {
}

module "integration_test_bucket" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//S3?ref=v10.8.4"
bucket_name = "${var.product_name}-${var.env}-integration-test"
billing_tag_value = var.billing_code

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/s3_scan_object/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "s3_scan_object" {
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.3"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.8.4"

name = "s3-scan-object"
image_uri = "${aws_ecr_repository.s3_scan_object.repository_url}:latest"
Expand Down
Loading