UNCLASSIFIED

Commit 5aba0770 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

fix: updated to hardening manfiest

parent 40bc8ecd
Pipeline #158824 failed with stages
in 58 seconds
---
apiVersion: v1
version: "0.3.0" # The repository name in registry1, excluding /ironbank/
name: "cluster-auditor/oopa-collector"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "0.3.1"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "ironbank/opensource/fluentd/fluentd"
BASE_TAG: "1.11.5"
# Docker image labels
labels:
org.opencontainers.image.title: "opa-collector"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Collector of opa policies into elasticsearch"
## 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: "MIT"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Big Bang"
org.opencontainers.image.version: "0.3.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "bigbang,opa"
## 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: "bigbang"
# List of resources to make available to the offline build context
resources: resources:
- url: "https://rubygems.org/downloads/ffi-1.13.1.gem" - url: "https://rubygems.org/downloads/ffi-1.13.1.gem"
filename: "ffi.gem" filename: "ffi.gem"
...@@ -164,8 +200,12 @@ resources: ...@@ -164,8 +200,12 @@ resources:
validation: validation:
type: "sha256" type: "sha256"
value: "a99967c7b2d1d2eb00e1142e60de06a1a6471e82af574b330e9af375e87c0cf7" value: "a99967c7b2d1d2eb00e1142e60de06a1a6471e82af574b330e9af375e87c0cf7"
- url: "https://rubygems.org/downloads/excon-0.73.0.gem"
filename: "excon-0.73.0.gem" # List of project maintainers
validation: # FIXME: Fill in the following details for the current container owner in the whitelist
type: "sha256" # FIXME: Include any other vendor information if applicable
value: "bcee89692736d075ee41c904e98e80d9f94793d7b71d28bea1cc73078c8777ff" maintainers:
- email: "tom@runyon.dev"
name: "Tom Runyon"
username: runyontr
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