We’re sorry for the inconvenience but this page is under construction.
Please contact support in the meantime.
When deploying the application, the Sealights agent, which was embedded in the application via static instrumentation, will run when enabled.
To associate it to a lab that the tests run against, the Lab ID needs to be provided via a dedicated environment variable SEALIGHTS_LAB_ID
For example, you can use the following commands:
Dockerfile | ENV SEALIGHTS_LAB_ID=integ_test_myapp |
Linux | export SEALIGHTS_LAB_ID=integ_test_myapp |
Powershell | TBC |
Standalone
TBC
Lambda
TBC
Additional Environment variables
The go agent sets the runtime configuration during the scan process. however, in some cases, there is a need to override the configuration parameters during runtime.
This can be done via environment variables as below:
Environment Variable Name | Default Value | Description |
---|---|---|
|
| Disable Sealight agent in production |
| ““ | Setting Collector URL in light mode (for lambda apps) |
| BuildSession Id | Setting Lab Id |
| ““ | Proxy URL for connection to server |
|
| Min log level: “ |
|
| Enable/Disable agent mode in light mode (for lambda apps) |