From fd1366e71d7ffcc857abd69a80260dc0aa7d5d60 Mon Sep 17 00:00:00 2001 From: Oleksandr Kuzminskyi Date: Sun, 17 May 2026 08:57:18 -0700 Subject: [PATCH 1/2] Add infrahouse-app repo --- repos.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/repos.tf b/repos.tf index 153be13..a68bc9d 100644 --- a/repos.tf +++ b/repos.tf @@ -39,6 +39,12 @@ locals { } public_repo = false } + "infrahouse-app" = { + "description" = "InfraHouse SaaS application - frontend, backend, and schema definitions." + "type" = "python_app" + "template_repo" = null + public_repo = false + } "infrahouse-core" = { "description" = <<-EOF Python library for AWS infrastructure automation - EC2 instance management, From 7b468af2497466e5b10cd74ee9dcff70844bde8e Mon Sep 17 00:00:00 2001 From: Oleksandr Kuzminskyi Date: Sun, 17 May 2026 09:47:22 -0700 Subject: [PATCH 2/2] Disable vulnerability alerts for archived repos Co-Authored-By: Claude Opus 4.6 --- modules/local-repo/repos.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local-repo/repos.tf b/modules/local-repo/repos.tf index f9b3053..340b318 100644 --- a/modules/local-repo/repos.tf +++ b/modules/local-repo/repos.tf @@ -5,7 +5,7 @@ resource "github_repository" "repo" { has_issues = true has_projects = false has_wiki = false - vulnerability_alerts = true + vulnerability_alerts = !var.archived archived = var.archived dynamic "template" { for_each = toset(