tenable / runterrascan.io

https://runterrascan.io
Apache License 2.0
8 stars 17 forks source link

Getting Started page doesn't really talk about architecture for installation #96

Open bengaywins opened 1 day ago

bengaywins commented 1 day ago

The documentation only talks about linux vs darwin in the command line, which you can actually drop and replace Darwin with $(uname -s)[1]. Which is important, but because it can be abstracted, is less important than the architecture considerations. For macOS have you guys considered publishing to Homebrew in some manner? This would make macOS installation a lot more straight forward as it would just be brew tap <tapaddress> && brew install terrascan.

  1. Output for macOS:
    uname -s
    Darwin

    linux:

    uname -s
    Linux