Swaps out organization slugs for UUID for better compatibility with v3 API and support in other tools depending on snyk-delta.
Notes for the reviewer
In api v1, org slugs and org ID could pretty much be used interchangeably. The CLI json output includes the org slug. Since REST api are more opinionated about the org identifier being a UUID, adding a org slug to org UUID resolution step.
It is needed to support snyk-delta version getting off projects v1 API in snyk-prevent-gh-commit-status.
What this does
Swaps out organization slugs for UUID for better compatibility with v3 API and support in other tools depending on snyk-delta.
Notes for the reviewer
In api v1, org slugs and org ID could pretty much be used interchangeably. The CLI json output includes the org slug. Since REST api are more opinionated about the org identifier being a UUID, adding a org slug to org UUID resolution step. It is needed to support snyk-delta version getting off projects v1 API in snyk-prevent-gh-commit-status.