GitLab
Paste this code segment in the gitlab-ci.yml file for a SAST scan.
SAST:
tags:
- devsecops
image: registry.fortidevsec.forticloud.com/fdevsec_sast:latest
stage: deploy
script:
- main
Paste this code segment in the gitlab-ci.yml file for a DAST scan.
DAST:
tags:
- devsecops
image: registry.fortidevsec.forticloud.com/fdevsec_dast:latest
stage: deploy
script:
- main