Skip to content

Commit

Permalink
Merge pull request #78 from SumoLogic/hpal_kor_support
Browse files Browse the repository at this point in the history
Added deployment in script and updated full app list.txt
  • Loading branch information
himanshu219 authored Aug 29, 2024
2 parents ad8f3ea + 0374bbf commit 8c4f0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def get_endpoint(deployment):
"fed": "fed",
"jp": "jp",
"mon": "ca",
"us2": "us2"
"us2": "us2",
"kr": "kr"
}
if deployment in ("us1", "prod"):
return "https://api.sumologic.com/api/v1/content/app"
Expand Down
2 changes: 1 addition & 1 deletion bin/full_app_list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Format:</path/to/source/file>:</path/to/manifest/file>_where_path_starts_from_under_content/src/main/app-package.Use_'//'_to_comment_out_lines_not_currently_used.No_space_character_is_allowed.
ZeroFox/ZeroFOX Cloud.json:ZeroFox/ZeroFOX Cloud.manifest.json
ZeroFox/ZeroFOX_Cloud.json:ZeroFox/ZeroFOX_Cloud.manifest.json
Cybereason/Cybereason.json:Cybereason/Cybereason.manifest.json
Nucleon/Nucleon.json:Nucleon/Nucleon.manifest.json
Mimecast/Mimecast.json:Mimecast/Mimecast.manifest.json
Expand Down

0 comments on commit 8c4f0e6

Please sign in to comment.