UNCLASSIFIED

Commit cf37dae5 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'patch-1' into 'development'

Update hardening_manifest.yaml

See merge request !11
parents 396a986d 166e24fb
Pipeline #148170 passed with stages
in 14 minutes and 30 seconds
...@@ -3,17 +3,8 @@ ARG BASE_IMAGE=opensource/nodejs/nodejs12 ...@@ -3,17 +3,8 @@ ARG BASE_IMAGE=opensource/nodejs/nodejs12
ARG BASE_TAG=12.20.0 ARG BASE_TAG=12.20.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL \
name="innosabi Stylepack" \
maintainer="fedramp@collaboration.ai" \
vendor="Collaboration.Ai" \
version="0.0.5" \
summary="innosabi stylepack" \
description="Based on node12"
USER root USER root
WORKDIR /opt/innosabi/stylepack WORKDIR /opt/innosabi/stylepack
......
...@@ -20,20 +20,20 @@ args: ...@@ -20,20 +20,20 @@ args:
labels: labels:
org.opencontainers.image.title: "stylepack" org.opencontainers.image.title: "stylepack"
## 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: "innosabi stylepack"
## 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: "COMMERCIAL"
## 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://collaboration.ai/products/crowdvector/"
## 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: "Collaboration.Ai"
org.opencontainers.image.version: "0.0.5" org.opencontainers.image.version: "0.0.5"
## 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: "CrowdVector"
## 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: "CrowdVector"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -52,12 +52,12 @@ resources: ...@@ -52,12 +52,12 @@ resources:
# FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable # FIXME: Include any other vendor information if applicable
maintainers: maintainers:
- email: "jay@collaboration.ai" - email: "fedramp_admin@collaboration.ai"
# # The name of the current container owner # # The name of the current container owner
name: "FIXME" name: "Collaboration.Ai"
# # The gitlab username of the current container owner # # The gitlab username of the current container owner
username: "FIXME" username: "crowdvector"
# 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"
email: "FIXME" # email: "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