Skip to content

Commit

Permalink
feat(importer): enable strict validation in staging (#2841)
Browse files Browse the repository at this point in the history
This only impacts sources that have `strict_validation` enabled for
them, such as in #2837

Part of #2188
  • Loading branch information
andrewpollock authored Nov 13, 2024
1 parent b8e73e2 commit 7ca2f49
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ca2f49

Please sign in to comment.