mirror of
https://github.com/quay/quay.git
synced 2025-07-28 20:22:05 +03:00
secscan: deprecate support for Clair V2 (PROJQUAY-2837) (#951)
Removes read support for Clair V2, along with the need to package jwtproxy with Quay. TODO: Drop deprecate image api + image table, remove image data model.
This commit is contained in:
committed by
GitHub
parent
e6c6ecd47b
commit
5471d3cbcb
@ -38,7 +38,7 @@ from data.database import RepositoryActionCount, Repository as RepositoryTable
|
||||
from data.logs_model import logs_model
|
||||
from data.registry_model import registry_model
|
||||
from test.helpers import assert_action_logged, check_transitive_modifications
|
||||
from util.secscan.fake import fake_security_scanner
|
||||
from util.secscan.v4.fake import fake_security_scanner
|
||||
|
||||
from endpoints.api.team import (
|
||||
TeamMember,
|
||||
|
Reference in New Issue
Block a user