JupiterOne / starbase

Graph-based security analysis for everyone
Mozilla Public License 2.0
334 stars 32 forks source link

Unable to run "yarn starbase setup" command #104

Open a-pillai opened 11 months ago

a-pillai commented 11 months ago

image

I'm trying to use the Github integration. Ran into configuration validation error while running the setup command. It would help a lot if someone were to help me solve this error.

adam-in-ict commented 11 months ago

I'd recommend checking the storage section of your config.yaml file. You can compare what you have against the config.yaml.example file found here.

My guess from the error message is that the - character is missing. YAML uses dashes to denote when an item is an item in an array. The storage section can technically target multiple storage endpoints, and as such must be entered in as an array even when only entering in a single endpoint.