File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,15 @@ nav_order: 2
99# Ingest data
1010
1111You can run the ` guacone collect files ` ingestion command to load data into your
12- GUAC deployment. For example we can ingest the sample ` guac-data ` data. However,
12+ GUAC deployment. For example we can ingest the sample guac-data data. However,
1313you may ingest what you wish to here instead.
1414
15+ To use the sample data, download the
16+ [ guac-data repo contents] ( https://github.com/guacsec/guac-data/archive/refs/heads/main.zip ) .
17+ Unzip the file and you will have a directory named ` guac-data-main ` . The
18+ remaining examples assume you are in the directory that contains
19+ ` guac-data-main ` .
20+
1521``` bash
1622guacone collect --add-vuln-on-ingest --add-eol-on-ingest --add-license-on-ingest files guac-data-main/docs
1723```
You can’t perform that action at this time.
0 commit comments