mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
Handles the case where a V2 scanner is not configured (noop implementation) and the proxy model tries to load security information that has not been indexed in V4 yet. In such case, the noop implementation of the V2 scanner should return a COULD_NOT_LOAD status (instead of None, to comply to the secscan model interface), and ignore the fallback to V2, and finally just return the V4 status (NOT_YET_INDEXED)