From 8c6f034faf50ee3c2192ad894a6a6b8ad3515c1d Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Fri, 3 Sep 2021 14:25:17 +0000 Subject: [PATCH 1/2] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b6faebe..9a9736a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@shen_vickie" + "@echi" ], "baseBranches": [ "development" -- GitLab From 35b02763e633ee0b23aac725aff627ab32d9db6d Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Fri, 3 Sep 2021 14:26:22 +0000 Subject: [PATCH 2/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e14bde5..9089c64 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -42,9 +42,9 @@ resources: # List of project maintainers maintainers: -- email: "shen_vickie@bah.com" -# # The name of the current container owner - name: "Vickie Shen" -# # The gitlab username of the current container owner - username: "shen_vickie" +- email: "echi@vivsoft.io" + # The name of the current container owner + name: "Elvis Chi" + # The gitlab username of the current container owner + username: "echi" cht_member: true -- GitLab