sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
166 stars 15 forks source link

Fix preflight script to pull from curl #40

Closed hugh-sublime closed 2 years ago

hugh-sublime commented 2 years ago

Context

Fixed a bug where we were attempting to call the preflight checks before cloning the repo. We will now just call it via curl instead.

Testing

Called the script from /tmp and ensured that the one-liner preflight works.