Skip to content

Commit 43a6878

Browse files
authored
fix: Add vulns bucket to prod crons (#4047)
1 parent b8a2799 commit 43a6878

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployment/clouddeploy/gke-workers/environments/oss-vdb/make-bugs-public.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ spec:
1919
env:
2020
- name: GOOGLE_CLOUD_PROJECT
2121
value: "oss-vdb"
22+
- name: OSV_VULNERABILITIES_BUCKET
23+
value: osv-vulnerabilities
2224
resources:
2325
requests:
2426
cpu: 1

deployment/clouddeploy/gke-workers/environments/oss-vdb/process-results.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ spec:
1919
env:
2020
- name: GOOGLE_CLOUD_PROJECT
2121
value: "oss-vdb"
22+
- name: OSV_VULNERABILITIES_BUCKET
23+
value: osv-vulnerabilities
2224
resources:
2325
requests:
2426
cpu: 1

0 commit comments

Comments
 (0)