General usage

How to use

Installation

Download the isaac script from here here and make it executable. A later invocation of the script will ensure, through Docker, that the scanner image meterian/isaac:latest is pulled. Subsequent invocations of the script will not ensure this, so newer versions of the image can be accessed through docker pull.

Operation

The scanner is fully integrated with the Meterian Dashboard: every scan will be recorded and managed there.

Executing a scan

You can perform a scan by simply moving in the folder where the IAC code is and run the script:

$ isaac 

Note that to perform a scan a valid Meterian API token must be set as environment variable on your system. To gain a token, create one from your account at https://meterian.com/account/#tokens

Once you have a token populate a METERIAN_API_TOKEN environment variable with its value as shown below

export METERIAN_API_TOKEN=12345678-90ab-cdef-1234-567890abcdef

Last updated