UNCLASSIFIED - NO CUI

Recreate and update hardening_manifest.yaml

@alexander.klepal

We had to delete the hardening_manifest.yaml from the development branch for this project because of the following configuration in the file:

name: "redhat/ubi/ubi8" <---------- Need to update name to something appropriate for the container

tags: <---------------------------- Update relevant tags
- "8.4" 
- "latest"

# Build args passed to Dockerfile ARGs
args:
  BASE_IMAGE: "redhat/ubi/ubi8"
  BASE_TAG: "8.4"

This file will need to be recreated and updated on a feature branch and merged to development before the development pipeline can run successfully.

Edited by Kenneth Maguire