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: ...@@ -19,21 +19,21 @@ args:
# Docker image labels # Docker image labels
labels: labels:
org.opencontainers.image.title: "clair" org.opencontainers.image.title: "clair"
## 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: "Clair is an open source project for the static analysis of vulnerabilities in application containers"
## 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: "Apache-2.0"
## 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://github.com/quay/clair"
## 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: "Red Hat"
org.opencontainers.image.version: "v2.1.6" org.opencontainers.image.version: "v2.1.6"
## 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: "security,scanning,container"
## 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: "opensource"
## 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: "clair"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -46,15 +46,10 @@ resources: ...@@ -46,15 +46,10 @@ resources:
value: c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8 value: c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8
# 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: "melissari_sean@bah.com" - email: "melissari_sean@bah.com"
# # The name of the current container owner # The name of the current container owner
# name: "FIXME" name: "Sean Melissari"
# # The gitlab username of the current container owner # The gitlab username of the current container owner
# username: "FIXME" username: "melissari_sean"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT cht_member: true
# - name: "FIXME"
# username: "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