Skip to content

Commit c20b211

Browse files
fix(amazonq): remove Welcome Walkthrough Security Scan Feature (#8246)
## Problem In the Amazon Q Welcome Walkthrough, the "Scan your current project" button under "Check for security vulnerabilities" feature is non-functional and does not initiate any scanning process when clicked. #### Steps to Reproduce - Click the 3-dot menu (⋯) above the chat interface - Select "Help" from the dropdown menu - Choose "Welcome Walkthrough" option - Navigate to "Check for security vulnerabilities" section - Click the "Scan your current project" button <img width="2778" height="1896" alt="image" src="https://github.com/user-attachments/assets/3e1a271a-c617-4e51-ae11-3fa538e54c3b" /> ## Solution - Remove this user experience as this is a part of agentic chat experience. --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: seshubaws <[email protected]>
1 parent 8d1fcc1 commit c20b211

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,17 +1470,6 @@
14701470
},
14711471
"completionEvents": []
14721472
},
1473-
{
1474-
"id": "aws.amazonq.walkthrough.securityScan",
1475-
"title": "Check for security vulnerabilities",
1476-
"description": "Amazon Q scans your code to identify security vulnerabilities and suggests fixes.\n\nStart a scan from the status bar menu.\n\n[Scan your current project](command:_aws.amazonq.walkthrough.securityScanExample)\n\nIdentifies vulnerabilities in Python, Typescript, Ruby, AWS CDK, and [more](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html#security-scans-language-support)",
1477-
"media": {
1478-
"markdown": "./resources/walkthrough/amazonq/scans.md"
1479-
},
1480-
"completionEvents": [
1481-
"onCommand:_aws.amazonq.walkthrough.securityScanExample"
1482-
]
1483-
},
14841473
{
14851474
"id": "aws.amazonq.walkthrough.settings",
14861475
"title": "Access actions and options",

0 commit comments

Comments
 (0)