Use this file to discover all available pages before exploring further.
You can use the endorctl api command to configure the toolchains for your project.
Run the endorctl scan to create a project in Endor Labs.
endorctl scan
Fetch the UUID of the project. For example, to fetch the UUID of app-java-demo project, you can use:
UUID=$(endorctl api list -r Project --filter="meta.name matches https://github.com/endorlabs/app-java-demo" --field-mask=uuid | jq -r '.list.objects[].uuid')
Create a ScanProfile object using the following command. Set the environment variable using set EDITOR=vim before executing the following command.
endorctl api create -i -r ScanProfile
You can configure automated scan parameters in your scan profile. See automated scan parameters to learn more.Here is an example that you can use to create a ScanProfile object for installing Java 8 and Maven 3.9.4 in Linux and macOS. After executing this command, you can fetch the UUID of the ScanProfile object. See toolchain support matrix for a complete description of supported toolchains.