Fortinet black logo

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: test
script:
— main

Paste this code segment in the gitlab-ci.yml file for a DAST scan.

DAST:
tags:
— devsecops
image: https://registry.fortidevsec.forticloud.com/fdevsec_dast:latest
stage: deploy
script:
— main