From 9b78d0d8b531d51054660709fae667f2647da5dc Mon Sep 17 00:00:00 2001 From: Oleksandr Kuzminskyi Date: Thu, 25 Jun 2026 23:35:48 -0700 Subject: [PATCH] Add private loopproof repository (type: other) Co-Authored-By: Claude Opus 4.8 (1M context) --- repos.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/repos.tf b/repos.tf index f23e495..71ba6c6 100644 --- a/repos.tf +++ b/repos.tf @@ -105,6 +105,12 @@ locals { "type" = "terraform_aws" "template_repo" = null } + "loopproof" = { + "description" = "Loopproof." + "type" = "other" + "template_repo" = null + public_repo = false + } "osv-scanner" = { "description" = "Vulnerability scanner written in Go which uses the data provided by https://osv.dev" "type" = "other"