diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 408f280f05fef0217605a92c4c1f718ce28bf064..31669a873eaad6de954f1560bead0db70eefa3b8 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -1,43 +1,29 @@
----
 apiVersion: v1
 
-# The repository name in registry1, excluding /ironbank/
-name: "fluxcd/source-controller"
+name: fluxcd/source-controller
 
-# List of tags to push for the repository in registry1
-# The most specific version should be the first tag and will be shown
-# on ironbank.dsop.io
 tags:
-- "v0.15.4"
-- "latest"
+- v0.15.4
+- latest
 
-# Build args passed to Dockerfile ARGs
 args:
-  BASE_IMAGE: "redhat/ubi/ubi8"
-  BASE_TAG: "8.4"
-  GOLANG_IMAGE: "google/golang/golang-1.16"
-  GOLANG_TAG: "1.16.7"
+  BASE_IMAGE: redhat/ubi/ubi8
+  BASE_TAG: '8.4'
+  GOLANG_IMAGE: google/golang/golang-1.16
+  GOLANG_TAG: 1.16.7
 
-# Docker image labels
 labels:
-  org.opencontainers.image.title: "source-controller"
-  ## Human-readable description of the software packaged in the image
-  org.opencontainers.image.description: "The source-controller is a core component of the GitOps toolkit for a Kubernetes operator."
-  ## License(s) under which contained software is distributed
-  org.opencontainers.image.licenses: "Apache-2.0"
-  ## URL to find more information on the image
-  org.opencontainers.image.url: "https://github.com/fluxcd/source-controller"
-  ## Name of the distributing entity, organization or individual
-  org.opencontainers.image.vendor: "fluxcd"
-  org.opencontainers.image.version: "v0.15.4"
-  ## Keywords to help with search (ex. "cicd,gitops,golang")
-  mil.dso.ironbank.image.keywords: "gitops,kubernetes"
-  ## This value can be "opensource" or "commercial"
-  mil.dso.ironbank.image.type: "opensource"
-  ## Product the image belongs to for grouping multiple images
-  mil.dso.ironbank.product.name: "fluxcd"
+  org.opencontainers.image.title: source-controller
+  org.opencontainers.image.description: The source-controller is a core component
+    of the GitOps toolkit for a Kubernetes operator.
+  org.opencontainers.image.licenses: Apache-2.0
+  org.opencontainers.image.url: https://github.com/fluxcd/source-controller
+  org.opencontainers.image.vendor: fluxcd
+  org.opencontainers.image.version: v0.15.4
+  mil.dso.ironbank.image.keywords: gitops,kubernetes
+  mil.dso.ironbank.image.type: opensource
+  mil.dso.ironbank.product.name: fluxcd
 
-# List of resources to make available to the offline build context
 resources:
 - filename: libgit2.tar.gz
   url: https://github.com/libgit2/libgit2/releases/download/v1.1.0/libgit2-1.1.0.tar.gz
@@ -55,13 +41,8 @@ resources:
     type: sha256
     value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
 
-# List of project maintainers
 maintainers:
-- email: "shen_vickie@bah.com"
-  name: "Vickie Shen"
-  username: "vshen"
-  cht_member: true
-- email: "olga@alphabravo.io"
-  name: "Olga Ojjeh"
-  username: "olga"
+- email: ironbank@dsop.io
+  username: olga
+  name: Olga Ojjeh
   cht_member: true