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

Allow using GitHub URLs as targets #259

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Feb 1, 2024

Running the CLI with a target that starts with https://github.com would be allowed. If it encounters a GitHub URL it will:

  • Download a zip ball for the repo
  • Extract the zip file into a temporary directory
  • Delete the zip file
  • Run analysis on the files in that temp directory

Closes #219

@ericwb ericwb force-pushed the github_urls branch 3 times, most recently from eaf3aa0 to 7f17062 Compare February 1, 2024 21:29
Running the CLI with a target that starts with https://github.com
would be allowed. If it encounters a GitHub URL it will:
* Download a zip ball for the repo
* Extract the zip file into a temporary directory
* Delete the zip file
* Run analysis on the files in that temp directory

Signed-off-by: Eric Brown <[email protected]>
@ericwb ericwb merged commit 2ee3722 into securesauce:main Feb 1, 2024
8 checks passed
@ericwb ericwb deleted the github_urls branch February 1, 2024 21:40
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.

Allow a git repository URL as a target
1 participant