Skip to content

Commit ad0d2de

Browse files
authored
Merge pull request #195 from funnelfiasco/add_data_instructions
Add instructions for downloading the example data
2 parents f91d5ca + b9f91b7 commit ad0d2de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup-ingest-data.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ nav_order: 2
99
# Ingest data
1010

1111
You 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,
1313
you 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
1622
guacone collect --add-vuln-on-ingest --add-eol-on-ingest --add-license-on-ingest files guac-data-main/docs
1723
```

0 commit comments

Comments
 (0)