Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update snyk app demo to use GA apps APIs #91

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

VinceDeslo
Copy link
Contributor

@VinceDeslo VinceDeslo commented Nov 7, 2023

Changes:

  • Bumps the create-app.ts script call to use the Snyk Apps GA API version 2023-11-03
  • Consolidates versions for API calls under a common enum
  • Bumps axios to v1.6.0 for a high vuln fix

@VinceDeslo VinceDeslo force-pushed the feat/EXT-2122-update-to-ga-apis branch from 9cccba6 to 2d3263d Compare November 8, 2023 16:11
@VinceDeslo VinceDeslo marked this pull request as ready for review November 8, 2023 16:12
@VinceDeslo VinceDeslo requested a review from a team as a code owner November 8, 2023 16:12
V1 = 'v1',
REST = 'rest',
}

export const enum APIVersion {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@VinceDeslo VinceDeslo merged commit c3a008e into main Nov 8, 2023
2 checks passed
@VinceDeslo VinceDeslo deleted the feat/EXT-2122-update-to-ga-apis branch November 8, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants