Skip to content

Commit

Permalink
Push to gcp app collection (#355)
Browse files Browse the repository at this point in the history
* Push to gcp app collection

* Ignore nancy vulnerabilities that can't be fixed right now
  • Loading branch information
fiunchinho committed Oct 6, 2022
1 parent 398ad27 commit c907c46
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,16 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-gcp-app-collection
app_name: "etcd-backup-operator"
app_collection_repo: "gcp-app-collection"
requires:
- push-etcd-backup-operator-to-control-plane-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
7 changes: 5 additions & 2 deletions .nancy-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
CVE-2022-29153 until=2023-02-01
CVE-2022-24687 until=2023-02-01
CVE-2021-23772 until=2023-02-01
CVE-2021-41803 until=2023-02-01
sonatype-2022-0204 until=2023-02-01
sonatype-2021-1485 until=2023-02-01
sonatype-2021-0276 until=2023-02-01

# Hashicorp consul /api and /sdk are no longer intended for public use and don't have newer tags.
# Waiting for direct dependencies to move away from them.
CVE-2021-41803 until=2022-12-03
sonatype-2022-0204 until=2023-02-01

0 comments on commit c907c46

Please sign in to comment.