Skip to content

Commit 2b5c537

Browse files
authored
[Cloud Security] fixed onboarding link directs to cspm integration (#153268)
1 parent 49a0996 commit 2b5c537

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/kbn-guided-onboarding/src/components/landing_page/__snapshots__/guide_cards.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/kbn-guided-onboarding/src/components/landing_page/guide_cards.constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const guideCards: GuideCardConstants[] = [
169169
),
170170
navigateTo: {
171171
appId: 'integrations',
172-
path: '/detail/cloud_security_posture/overview',
172+
path: '/detail/cloud_security_posture/overview?integration=cspm',
173173
},
174174
telemetryId: 'onboarding--security--cloud',
175175
order: 9,

0 commit comments

Comments
 (0)