From 6ef8211b69bdddc37455ed97ace37739c727a71c Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Fri, 20 Aug 2021 15:24:59 +0000 Subject: [PATCH] Add new file --- hardening_manifest.yaml | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 hardening_manifest.yaml diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000..428d9e8 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,48 @@ +-- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "grammatech/codesonar/codesonar-hub" + +# 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.dso.mil +tags: +- "6.1.0" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "redhat/ubi/ubi8" + BASE_TAG: "8.4" + +# Docker image labels +labels: + org.opencontainers.image.title: "codesonar-gnu-builder" + org.opencontainers.image.description: "CodeSonar GNU Builder" + org.opencontainers.image.licenses: "GrammaTech Commercial License" + org.opencontainers.image.url: "http://support.grammatech.com/" + org.opencontainers.image.vendor: "GrammaTech" + org.opencontainers.image.version: "6.1" + mil.dso.ironbank.image.keywords: "GrammaTech, CodeSonar, SAST, CI/CD" + mil.dso.ironbank.image.type: "commercial" + mil.dso.ironbank.product.name: "CodeSonar" + +# List of resources to make available to the offline build context +resources: + - url: "https://download.grammatech.com/diracc2011/codesonar-6.1/codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz" + filename: "codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz" # [required field] desired staging name for the build context + validation: + type: "sha256" # supported: sha256, sha512 + value: "c6fe558a91b460a7ed3377a23bf98ce12f2c1c72b1519835859ceefbb295ffc8" # must be lowercase + auth: + type: basic + id: grammatech + +# List of project maintainers +maintainers: +- email: "mhermeling@grammatech.com" + # The name of the current container owner + name: "Mark Hermeling" + # The gitlab username of the current container owner + username: "markhermeling" -- GitLab