Skip to content

Adding reusable configuration in DAST.gitlab-ci.yml

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

When using the DAST.gitlab-ci.yml template it creates the dast ci job. If the user wants to reuse the default configuration from the template (e.g variables,artifacts etc) but with custom_dast job instead of the default dast job it is not straightforward.

It would be nice to have everything in the template except script moved to a reusable config section like .dast_config within the template so that it could be reused in a custom dast job using extends and include. Also an option to skip the default dast job also would be nice.

Edited by 🤖 GitLab Bot 🤖