From 64fd418a3aefb86af279781f1f79369eb87fcd45 Mon Sep 17 00:00:00 2001
From: Bricktop <marcel.mueller1@rwth-aachen.de>
Date: Thu, 16 Jun 2022 12:32:50 +0200
Subject: [PATCH] Push to playground catalog (#49)

* Push to playground catalog

* Fix orb

* Fix CVEs temporarily

* Fix catalog

* Add newline
---
 .circleci/config.yml | 14 ++++++++++++++
 .nancy-ignore        |  8 ++++++++
 2 files changed, 22 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index cc920da7..038afd0f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -53,6 +53,20 @@ workflows:
             # Trigger the job also on git tag.
             tags:
               only: /^v.*/
+      
+      - architect/push-to-app-catalog:
+          context: "architect"
+          name: push-vault-exporter-to-playground-app-catalog
+          app_catalog: "giantswarm-playground-test-catalog"
+          app_catalog_test: "giantswarm-playground-catalog"
+          chart: "vault-exporter"
+          # Make sure docker image is successfully built.
+          requires:
+            - push-vault-exporter-to-quay
+          filters:
+            # Trigger the job also on git tag.
+            tags:
+              only: /^v.*/
 
       - architect/push-to-app-collection:
           context: "architect"
diff --git a/.nancy-ignore b/.nancy-ignore
index 6ee7e005..c510e79d 100644
--- a/.nancy-ignore
+++ b/.nancy-ignore
@@ -1,2 +1,10 @@
 # [CVE-2021-3121] An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarsha...
 CVE-2021-3121 until=2021-10-17
+
+# Ignoring current CVEs for a short timeframe to get a release out which fixes deployment.
+sonatype-2020-1759 until=2022-07-01
+CVE-2020-8911 until=2022-07-01
+CVE-2020-8912 until=2022-07-01
+sonatype-2020-1055 until=2022-07-01
+CVE-2022-21698 until=2022-07-01
+CVE-2021-38561 until=2022-07-01