CloudSecurityAlliance / gsd-tools

Global Security Database Tools
https://gsd.id
Apache License 2.0
41 stars 20 forks source link

Fix telemetry prompt causing gsd-api .devcontainer to hang on start #191

Closed joshbuker closed 1 year ago

joshbuker commented 1 year ago

Turns out wrangler decided to add telemetry, and it blocks the CLI from running until a human interacts with it, silently breaking the workflow.

This adds the json to tell it to knock it off, and mounts it in the appropriate place in the dev container.