snyk-labs / snyk-tags-tool

CLI tool designed to manage tags and attributes at scale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Code Analysis projects not being tagged with target tag command

jonesjim opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

When using snyk-tags target tag command, all projects beneath the specified target are identified and tagged except Code Analysis. After some testing, it appears this only occurs when custom branching is disabled in an environment as custom branching changes the naming convention of projects.

Steps To Reproduce

  1. Ensure customBranch is disabled on Snyk account
  2. Execute snyk-tags target tag --target=snyk-labs/nodejs-goof --org-id=abc --snyktkn=abc --tagkey=project --tagvalue=snyk with appropriate values
  3. Check Code Analysis projects for Tags either through filtering the UI or API call

Additional Information

No response

Thank you! Great catch 😄 Should all be fixed now thank you