After enabling the DAST report, you can begin to modify your pipeline’s .gitlab-ci.yml file.
Add the following lines at the top of the file:
Once you have added the “include” lines, you can create a new job name as long as you extend .analysis:
You can use custom variables within your .gitlab-ci.yml file as shown here, or you can use the default names we have set up. These will be visible within the analysis.yml file.
To change your CI/CD variables, go to SETTINGS > CI/CD on the sidebar.
Find and expand the VARIABLES section and add your desired variable names – either the default or custom ones.
Now, when you run your pipeline, these values will be filling in and our image will run:
Now, when you run your pipeline, these values will be filling in and our image will run:
Copyright © 2024, Quokka. All rights reserved.