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

Update trustification.md #36

Merged
merged 2 commits into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/trustification.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ $ [trustification] RUST_LOG=info cargo run -p trust bombastic walker --sink http
$ [trustification] RUST_LOG=info cargo run -p trust -- vexination walker --devmode -3 --sink http://localhost:8081/api/v1/vex --source ./data/ds1/csaf
```

* Run v11y walker

```
RUST_LOG=info cargo run -p trust -- v11y walker --devmode --source ../cvelistV5/
```

* After this Trustification and Guac should be properly configured and populated with the test dataset
* You can access [Guac GraphQL explorer](http://localhost:8085)
* Some example generic queries to run can be found [here](https://github.com/guacsec/guac/tree/main/pkg/assembler/graphql/examples)
Expand Down