From 3678853a629fbe39fe21e5f828ea445599fe6e5c Mon Sep 17 00:00:00 2001 From: Olga O Date: Fri, 2 Jul 2021 15:20:16 -0500 Subject: [PATCH] update --- hardening_manifest.yaml | 16 +++++++++------- renovate.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 442abf7..3892f7e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -44,12 +44,14 @@ resources: # FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Include any other vendor information if applicable maintainers: -- email: "bhearn@anchore.com" +# - email: "bhearn@anchore.com" +# # The name of the current container owner +# name: "Blake Hearn" +# # The gitlab username of the current container owner +# username: "bhearn" +- email: "olga@alphabravo.io" # The name of the current container owner - name: "Blake Hearn" + name: "Olga Ojjeh" # The gitlab username of the current container owner - username: "bhearn" - cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT -# - name: "FIXME" -# username: "FIXME" -# email: "FIXME" + username: "olga" + cht_member: true \ No newline at end of file diff --git a/renovate.json b/renovate.json index 9e1c5aa..a317758 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@bhearn" + "@olga" ], "baseBranches": [ "development" -- GitLab