Describe the feature
Currently, a user must specify the file(s) they wish to scan. Implement a repo parser which finds relevant files and scans them automatically. Base, unimplemented code exists today in GithubService.ts with the getGithubFileNames() function.
Feature Requirements
- Scanner parses GitHub repository and returns list of files to be scanned.
Customer/Developer Value Proposition
Allow user to scan multiple files and only need to input base repository link to the CLI.