Overriding API Fuzzing jobs

To override a job definition, (for example, change properties like variables, dependencies, or rules), declare a job with the same name as the DAST job to override. Place this new job after the template inclusion and specify any additional keys under it. For example, this sets the target APIs base URL:

include:
  - template: Security/API-Fuzzing.gitlab-ci.yml

apifuzzing_fuzz:
  variables:
    FUZZAPI_TARGET_URL: https://target/api