We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c48678d + c94e324 commit e1e25ceCopy full SHA for e1e25ce
internal/sql/repository/security/ImageScanDeployInfoRepository.go
@@ -237,7 +237,7 @@ func (impl ImageScanDeployInfoRepositoryImpl) scanListQueryWithObject(request *s
237
query = query + ` INNER JOIN environment env on env.id=info.env_id
238
INNER JOIN cluster c on c.id=env.cluster_id
239
WHERE info.scan_object_meta_id > 0 and env.active=true and info.image_scan_execution_history_id[1] != -1
240
- AND a.app_name like '%" + request.AppName + "%' `
+ AND a.app_name like '%` + request.AppName + `%' `
241
242
if len(deployInfoIds) > 0 {
243
query += " AND info.id IN (?) "
0 commit comments