feat: add project tags for code test report flow#6694
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
8f2754d to
228e5b6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Users can pass --project-tags or --tags with snyk code test --report so file-based uploads include tag metadata on the project. Updates code-test help, bumps @snyk/code-client for ReportOptions.tags, adds unit tests, and declares project-tags on Options.
1a01ea9 to
de9a766
Compare
PR Reviewer Guide 🔍
|
|
|
||
| Example: `--remote-repo-url=https://gitlab.com/example/project` will create a target for given URL and on the UI it would be visible as `/example/project/` . | ||
|
|
||
| ### `--project-tags=<KEY>=<VALUE>[,<KEY>=<VALUE>]...` |
There was a problem hiding this comment.
Issue: Please see this doc. The help contents is currently curated in gitbook and synchronized with the CLI automatically
Pull Request Submission Checklist
are release-note ready, emphasizing
what was changed, not how.
What does this PR do?
Where should the reviewer start?
How should this be manually tested?
What's the product update that needs to be communicated to CLI users?