Add capability for cli to scan by repo url
Open
enhancement
user-experience
- Dominant language
- Go
- Stars
- 26
- Forks
- 13
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 3
Description
The cli could take a repo url as input and scan and return the result. This would be a convenient option to have for folks who'd want to use disclosure for scanning multiple repos.
Example:
```sh
disclosure scan --format=text https://github.com/chaoss/disclosure
```
or simply:
```sh
disclosure scan --format=text github.com/chaoss/disclosure
```
Contributor guide
Assessment
This issue has not been assessed yet.