Skip to content

Commit

Permalink
fix(importer): correctly specific strict validation flag (#2864)
Browse files Browse the repository at this point in the history
This commit fixes the specification of the `--strict_validation` flag
for the importer in staging. It seems #2841 had it wrong, based on:

```
importer.py: error: argument --strict_validation: ignored explicit argument 'True'
```
  • Loading branch information
andrewpollock authored Nov 13, 2024
1 parent bbf9360 commit 54560cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
# 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"
- "--strict_validation"

0 comments on commit 54560cb

Please sign in to comment.