UNCLASSIFIED

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

migration to the hardening manifest

parent 38386a71
Pipeline #115778 passed with stage
in 8 seconds
......@@ -19,21 +19,21 @@ args:
# Docker image labels
labels:
org.opencontainers.image.title: "clair"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
# Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Clair is an open source project for the static analysis of vulnerabilities in application containers"
# 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/quay/clair"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Red Hat"
org.opencontainers.image.version: "v2.1.6"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "security,scanning,container"
# 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: "clair"
# List of resources to make available to the offline build context
resources:
......@@ -46,15 +46,10 @@ resources:
value: c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8
# 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:
- email: "melissari_sean@bah.com"
# # The name of the current container owner
# name: "FIXME"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
# The name of the current container owner
name: "Sean Melissari"
# The gitlab username of the current container owner
username: "melissari_sean"
cht_member: true
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