snyk-tech-services / snyk-delta

Other
18 stars 20 forks source link

feat: add org slug to orgUUID resolution for better v3 compatibility #166

Closed aarlaud closed 1 year ago

aarlaud commented 1 year ago

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.

aarlaud commented 1 year ago

:tada: This PR is included in version 1.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: