Python, go and node agents
The normal way to implement Sealights agents
Now implementing the agents the normal is done inside the dockerfile. We'll show you one example but all the rest follow the same rules.
Make sure you provide the dockerfile with the needed environment variables, here you see it in the relevant yaml file in helm-chart/templates/ folder but on your local machine for example you can just define them and it will use them.

Make sure you provide the dockerfile with the needed build arguments

Download the agent then make a build session-id.

Scan the code and send the build map

Run your code with Sealights (test listener)

Last updated