Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gcp/workers/importer/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ def _record_quality_finding(
findings for the record (if any already exist)
"""

# TODO: Do not write import findings at import time, as it could cause
# confusing results.
# We run osv-linter daily on all records and populate the linting bucket.
return
# Get any current findings for this record.
findingtimenow = utcnow()
if existing_finding := osv.ImportFinding.get_by_id(bug_id):
Expand Down
Loading