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
Describe the user need
When running snyk-api-import, archived/renamed/deleted packages from the SCM provider are deactivated in Snyk. While this makes sense as a the default behavior, having a --delete argument to delete the projects instead of deactivating them would be extremely helpful.
Describe expected behaviour
Adding an optional --delete argument to snyk-api-import sync should delete projects (and targets, if applicable) instead of deactivate them.
Additional context
We are currently running a secondary custom automation script to delete the deactivated projects. Having the functionality built-in would be much more efficient.
The text was updated successfully, but these errors were encountered:
Describe the user need
When running
snyk-api-import
, archived/renamed/deleted packages from the SCM provider are deactivated in Snyk. While this makes sense as a the default behavior, having a--delete
argument to delete the projects instead of deactivating them would be extremely helpful.Describe expected behaviour
Adding an optional
--delete
argument tosnyk-api-import sync
should delete projects (and targets, if applicable) instead of deactivate them.Additional context
We are currently running a secondary custom automation script to delete the deactivated projects. Having the functionality built-in would be much more efficient.
The text was updated successfully, but these errors were encountered: