Browserker can be configured using environment variables
Problem to solve
Users will be able to run Browserker independently of the current DAST solution. When users manually run a new pipeline, they should be able to supply environment variables for the new pipeline. Also, secret environment variables should be able to be configured for a pipeline using CI environment variables.
Intended users
Proposal
Browserker can be configured using TOML files. Some of the configuration can also applied using CLI variables.
This issue proposes that all configuration values also can be applied using environment variables. Suitable variables names should be chosen, code should be implemented to accept them and they should be documented.
Documentation
The Browserker configuration documentation should be updated.