From 916efd2064ddfdfadc7b4d91d4473c99c42e7f22 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal <85845881+Kr1shna4garwal@users.noreply.github.com> Date: Thu, 13 Jun 2024 03:19:50 +0530 Subject: [PATCH 1/2] Update main.go --- main.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/main.go b/main.go index 554447d..f9a702c 100644 --- a/main.go +++ b/main.go @@ -107,9 +107,27 @@ var suffixes = []string{ "dev", "developement", "devops", + "logs", + "logging", + "admin", + "log", "stage", + "staging", + "stg", "production", "dev-only", + "cicd", + "employee-only", + "testing", + "secret", + "kibana", + "employees", + "partners", + "sso", + "saml", + "tickets", + "issues", + "oauth2" // Add more suffixes as needed } From e3869d1c722e320bd8dc6acd24f24a1b5dc6a07c Mon Sep 17 00:00:00 2001 From: 0xblackbird Date: Sat, 15 Jun 2024 06:44:33 +0200 Subject: [PATCH 2/2] fix: syntax error (missing character) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f9a702c..7ca4e17 100644 --- a/main.go +++ b/main.go @@ -127,7 +127,7 @@ var suffixes = []string{ "saml", "tickets", "issues", - "oauth2" + "oauth2", // Add more suffixes as needed }