Skip to content

Conversation

@ctlai95
Copy link
Contributor

@ctlai95 ctlai95 commented Feb 25, 2025

Problem

All code scans are run with a scanName as a UUID which makes it impossible to track the bug lifecycle of projects. We are not leveraging the bug tracking feature which allows grouping together different scan runs of the same project by passing in the same scanName between runs.

Solution

Calculate the scanName using ClientID, the current workspace configuration (project root(s) or active file), and code analysis scope.


  • 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.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link

  • This pull request implements a feat or fix, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
    • Note: beta or "experiment" features that have active users should announce fixes in the changelog.
    • If this is not a feature or fix, use an appropriate type from the title guidelines. For example, telemetry-only changes should use the telemetry type.

@ctlai95
Copy link
Contributor Author

ctlai95 commented Feb 25, 2025

/runIntegrationTests

@ctlai95 ctlai95 marked this pull request as ready for review February 26, 2025 23:50
@ctlai95 ctlai95 requested review from a team as code owners February 26, 2025 23:50
@justinmk3 justinmk3 merged commit 62d3ec1 into aws:master Mar 3, 2025
25 of 26 checks passed
ctlai95 added a commit to ctlai95/aws-toolkit-vscode that referenced this pull request Mar 5, 2025
nkomonen-amazon pushed a commit that referenced this pull request Mar 6, 2025
This reverts commit 62d3ec1.

## Problem

Scan name change is causing unexpected behavior from the service.


## Solution

Temporarily revert this change

---

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants