UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
quay
clair
Commits
b743bd52
Commit
b743bd52
authored
Dec 28, 2020
by
Jeffrey Weatherford
Browse files
migration to the hardening manifest
parent
38386a71
Pipeline
#115778
passed with stage
in 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
24 deletions
+19
-24
hardening_manifest.yaml
hardening_manifest.yaml
+19
-24
No files found.
hardening_manifest.yaml
View file @
b743bd52
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment