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"