You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit ad7488e added a filters argument to the apply_tags_to_projects() function. Yet, the usage in line 166 was not adapted (missing filters) causing the cli command to fail.
Steps To Reproduce
CLI command that shows the failure: snyk-tags target tag --target org/repo --tagkey Key --tagvalue Value --org-id <ORG_ID> --snyktkn <TOKEN>
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of the bug
Commit ad7488e added a
filters
argument to the apply_tags_to_projects() function. Yet, the usage in line 166 was not adapted (missingfilters
) causing the cli command to fail.Steps To Reproduce
CLI command that shows the failure:
snyk-tags target tag --target org/repo --tagkey Key --tagvalue Value --org-id <ORG_ID> --snyktkn <TOKEN>
Additional Information
No response
The text was updated successfully, but these errors were encountered: