To start using TSA, you can either use the prebuilt artifacts (depending on your operating system) or build the artifacts yourself from the source code.
Running Prebuilt Artifacts
Using a Docker Container
docker run --platform linux/amd64 -it--rm\-v[SOURCES_DIR_ABSOLUTE_PATH]:/project \
ghcr.io/espritoxyz/tsa:latest \[ANALYZER_OPTIONS]
Here:
SOURCES_DIR_ABSOLUTE_PATH – the absolute path to the directory containing the source code of the project you want to analyze;
ANALYZER_OPTIONS – analyzer options (see the Use Cases Guide, or use the --help option).
NOTE: All paths must be RELATIVE to the project dir.
NOTE: All paths in ANALYZER_OPTIONS must be RELATIVE to SOURCES_DIR_ABSOLUTE_PATH.