Let's quickly review the preceding steps. If you skipped or missed any of these, you will want to go back and make sure you've completed them:
A valid Snyk, CircleCI, and AWS account
An Amazon EKS cluster provisioned
A fork
or clone
of the GitHub repository
If this is your first time using CircleCI, I recommend reviewing the step-by-step instructions on setting up your project. You will need to navigate to the CircleCI Project Page and configure things so that you will automatically trigger a pipeline run against your Git repo.
Once configured, subsequent commits
or pull requests
will trigger runs as shown in the examples below:
git push --force-with-lease origin develop
Enumerating objects: 9, done.Counting objects: 100% (9/9), done.Delta compression using up to 16 threadsCompressing objects: 100% (4/4), done.Writing objects: 100% (5/5), 1.31 KiB | 1.31 MiB/s, done.Total 5 (delta 2), reused 0 (delta 0)remote: Resolving deltas: 100% (2/2), completed with 2 local objects.To github.com:snyk-partners/snyk-circleci-eks.git4a09bea..9025276 develop -> develop