From 2f11021ce092d6ca5df7b73c18756774f1946474 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Fri, 11 Dec 2020 17:58:42 +0000 Subject: [PATCH] Update hardening_manifest.yaml --- hardening_manifest.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 69cd941..2e68eb3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -47,12 +47,12 @@ 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: "hojeda@redhat.com" +- email: "spicer_casey@bah.com" # # The name of the current container owner -# name: "FIXME" + name: "Casey Spicer" # # The gitlab username of the current container owner -# username: "FIXME" + username: "cspicer" # cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT -# - name: "FIXME" -# username: "FIXME" -# email: "FIXME" +- name: "Al Fontaine" + username: "alfontaine" + email: "alan.fontaine@centauricorp.com" -- GitLab