[Cloud Security] fixed onboarding link directs to cspm integration (#153268)

This commit is contained in:
Kfir Peled 2023-03-20 10:53:49 -06:00 committed by GitHub
parent 49a0996a6a
commit 2b5c537e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@ exports[`guide cards snapshots should render all cards 1`] = `
Object {
"navigateTo": Object {
"appId": "integrations",
"path": "/detail/cloud_security_posture/overview",
"path": "/detail/cloud_security_posture/overview?integration=cspm",
},
"order": 9,
"solution": "security",

View file

@ -169,7 +169,7 @@ export const guideCards: GuideCardConstants[] = [
),
navigateTo: {
appId: 'integrations',
path: '/detail/cloud_security_posture/overview',
path: '/detail/cloud_security_posture/overview?integration=cspm',
},
telemetryId: 'onboarding--security--cloud',
order: 9,