UNCLASSIFIED

Commit d0d328d9 authored by Daniel Dolfie's avatar Daniel Dolfie
Browse files

Merge branch 'ddolfie-hardening_manifest-patch-96929' into 'hardening_manifest'

Update hardening_manifest.yaml

See merge request !22
parents 4619da66 a2359f30
Pipeline #125783 passed with stages
in 11 minutes and 25 seconds
...@@ -20,20 +20,20 @@ args: ...@@ -20,20 +20,20 @@ args:
labels: labels:
org.opencontainers.image.title: "base-image" org.opencontainers.image.title: "base-image"
## Human-readable description of the software packaged in the image ## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME" org.opencontainers.image.description: "Beast Core renders digital twins (3D representations) of ships, aircraft, etc."
## License(s) under which contained software is distributed ## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME" org.opencontainers.image.licenses: "Contact info@Beast-Code.com"
## URL to find more information on the image ## URL to find more information on the image
# org.opencontainers.image.url: "FIXME" org.opencontainers.image.url: "https://beast-code.com/products/beast-core"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME" org.opencontainers.image.vendor: "Beast Code, LLC"
org.opencontainers.image.version: "2.4.2" org.opencontainers.image.version: "2.4.2"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME" mil.dso.ironbank.image.keywords: "digital twin, 3D"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME" mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images ## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME" mil.dso.ironbank.product.name: "beast-core"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -55,14 +55,16 @@ resources: ...@@ -55,14 +55,16 @@ resources:
value: 37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9 value: 37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9
# List of project maintainers # List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers: maintainers:
- email: "bryan.kelly@beast-code.com" - name: "Daniel Dolfie"
# # The name of the current container owner username: "ddolfie"
# name: "FIXME" email: "daniel.dolfie@beast-code.com"
# # The gitlab username of the current container owner - name: "Brandon Sumner"
# username: "FIXME" username: "bsumner"
email: "brandon.sumner@beast-code.com"
- name: "Matthew Stover"
username: "mstover"
email: "matthew.stover@beast-code.com"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT # cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME" # - name: "FIXME"
# username: "FIXME" # username: "FIXME"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment