Skip to content

Commit

Permalink
Push to playground catalog (#49)
Browse files Browse the repository at this point in the history
* Push to playground catalog

* Fix orb

* Fix CVEs temporarily

* Fix catalog

* Add newline
  • Loading branch information
MarcelMue authored Jun 16, 2022
1 parent 4ae654b commit 64fd418
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 64fd418

Please # to comment.