In this example, we will use the Snyk GitHub integration to connect Snyk to the application’s GitHub repository to check for problems in the application’s open source dependencies.
Now that Snyk is connected to your GitHub Account, import the Repo into Snyk as a Project.
3. Select the repo for the Goof application and click the “Add selected repositories” button at the top-right corner of the page.
When the import completes, Snyk displays the issue counts next to the files that introduced the issues. Issues in the open source components in our Goof application are displayed, the ones we want to look at are in the Maven todolist/todolist-web-struts/pom.xml
file.
Before investigating the issues, let’s explore an example of the invisible risks that open source components can bundle into our application.