Skip to content

Commit 0a2fa82

Browse files
authored
fix(amazonq): remove the security scan command (aws#8107)
## Problem We removed `/agents` in this PR but the security.scan command was not removed: - aws#8026 <img width="1206" height="56" alt="Screenshot 2025-09-29 at 10 45 22 AM" src="https://github.com/user-attachments/assets/70db455a-8efe-43f3-94a9-629d094c6d29" /> ## Solution Remove left over code ## Testing Tested and command was removed --- - 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.
1 parent 10fb7f6 commit 0a2fa82

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,6 @@
593593
"category": "%AWS.amazonq.title%",
594594
"enablement": "aws.codewhisperer.connected"
595595
},
596-
{
597-
"command": "aws.amazonq.security.scan-statusbar",
598-
"title": "%AWS.command.amazonq.security.scan%",
599-
"category": "%AWS.amazonq.title%",
600-
"enablement": "aws.codewhisperer.connected && !aws.isSageMaker"
601-
},
602596
{
603597
"command": "aws.amazonq.refactorCode",
604598
"title": "%AWS.command.amazonq.refactorCode%",

0 commit comments

Comments
 (0)