fix(iwooos): query Wazuh coverage timestamp
Some checks failed
CD Pipeline / select-latest-carrier (push) Successful in 51s
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 8m50s
CD Pipeline / revalidate-deploy-carrier (push) Successful in 34s
CD Pipeline / revalidate-post-deploy-carrier (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
Some checks failed
CD Pipeline / select-latest-carrier (push) Successful in 51s
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 8m50s
CD Pipeline / revalidate-deploy-carrier (push) Successful in 34s
CD Pipeline / revalidate-post-deploy-carrier (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -2527,7 +2527,7 @@ class IwoooSSecurityAssetControlPlaneService:
|
||||
JOIN latest_run
|
||||
ON latest_run.run_id = snapshot.run_id
|
||||
WHERE snapshot.dimension = 'auto_monitoring'
|
||||
ORDER BY snapshot.detected_at DESC,
|
||||
ORDER BY snapshot.created_at DESC,
|
||||
snapshot.snapshot_id DESC
|
||||
LIMIT 1
|
||||
),
|
||||
@@ -2542,7 +2542,7 @@ class IwoooSSecurityAssetControlPlaneService:
|
||||
JOIN latest_run
|
||||
ON latest_run.run_id = snapshot.run_id
|
||||
WHERE snapshot.dimension = 'auto_alerting'
|
||||
ORDER BY snapshot.detected_at DESC,
|
||||
ORDER BY snapshot.created_at DESC,
|
||||
snapshot.snapshot_id DESC
|
||||
LIMIT 1
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user