From 7ca2f49acfb3692145774c881a103373891e3da7 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Wed, 13 Nov 2024 10:42:14 +1000 Subject: [PATCH] feat(importer): enable strict validation in staging (#2841) This only impacts sources that have `strict_validation` enabled for them, such as in #2837 Part of #2188 --- .../gke-workers/environments/oss-vdb-test/importer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/clouddeploy/gke-workers/environments/oss-vdb-test/importer.yaml b/deployment/clouddeploy/gke-workers/environments/oss-vdb-test/importer.yaml index 395b882500a..032e92e6f60 100644 --- a/deployment/clouddeploy/gke-workers/environments/oss-vdb-test/importer.yaml +++ b/deployment/clouddeploy/gke-workers/environments/oss-vdb-test/importer.yaml @@ -16,3 +16,7 @@ spec: # TODO(michaelkedar): ssh secrets # TODO(michaelkedar): single source of truth w/ terraform config - "--public_log_bucket=osv-test-public-import-logs" + # Note that with https://github.com/google/osv.dev/pull/2766 + # addition per-repository settings make this *really* take effect, see + # https://github.com/google/osv.dev/pull/2837 + - "--strict_validation=True"