Not sure if this is a Socket issue or Bun but I'm trying to install @socketsecurity/bun-security-scanner as a global dependency because I will want to be checking every project I have so global seems the right place. I'm getting:
error: Security scanner '@socketsecurity/bun-security-scanner' is configured in bunfig.toml but is not installed.
To install it, run: bun add --dev @socketsecurity/bun-security-scanner
Not sure if this is a Socket issue or Bun but I'm trying to install @socketsecurity/bun-security-scanner as a global dependency because I will want to be checking every project I have so global seems the right place. I'm getting: