fix: ignore external libraries for integrity report checksum check (#29248)

This commit is contained in:
Daniel Dietzler 2026-06-22 15:56:24 +02:00 committed by GitHub
parent c0bf5a4c56
commit c484bd99b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View file

@ -129,6 +129,7 @@ from
and "integrity_report"."type" = $1
where
"asset"."deletedAt" is null
and "asset"."isExternal" = false
and "integrity_report"."createdAt" >= $2
and "integrity_report"."createdAt" <= $3
order by