Git ingestion part of Milestone 2
This commit is contained in:
parent
3d9032a386
commit
ef41a9974a
8 changed files with 185 additions and 7 deletions
|
|
@ -49,7 +49,7 @@ curl 'http://127.0.0.1:8000/search?q=classify'
|
|||
|
||||
## Deterministic Analysis
|
||||
|
||||
For local development, repository URLs may be local filesystem paths. Trigger a deterministic scan:
|
||||
For local development, repository URLs may be local filesystem paths. Git URLs, including `file://` URLs, are cloned into `var/checkouts` before scanning. Trigger a deterministic scan:
|
||||
|
||||
```bash
|
||||
curl -X POST http://127.0.0.1:8000/repos/1/analysis-runs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue