General usage
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the isaac
script from here and make it executable. A later invocation of the script will ensure, through Docker, that the scanner image is pulled. Subsequent invocations of the script will not ensure this, so newer versions of the image can be accessed through docker pull.
The scanner is fully integrated with the : every scan will be recorded and managed there.
You can perform a scan by simply moving in the folder where the IAC code is and run the script:
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
Once you have a token populate a METERIAN_API_TOKEN
environment variable with its value as shown below