DevOps

Application Security built into DevOps CI/CD

Get started with FortiDevSec in 3 easy steps

 

Commands to configure for SAST and DAST scan accordingly in your Jenkins | | Configure | Add build step | Execute Shell

SAST Scan:

env | grep -E "JENKINS_HOME|BUILD_ID|GIT_BRANCH|GIT_COMMIT" > /tmp/env
docker run --pull always --rm --env-file /tmp/env --mount type=bind,source=$PWD,target=/scan registry.fortidevsec.forticloud.com/fdevsec_sast:latest

DAST Scan:

env | grep -E "JENKINS_HOME|BUILD_ID|GIT_BRANCH|GIT_COMMIT" > /tmp/env
docker run --pull always --rm --env-file /tmp/env --mount type=bind,source=$PWD,target=/scan registry.fortidevsec.forticloud.com/fdevsec_dast:latest

FortiDevSec incorporates continuous application security seamlessly into the devops process by including security testing in CI/CD.

devops secure

Build and Deploy Secure Apps Faster

Find security issues during your SDLC

devops shield

Integrate Security With CI/CD

2-Line CLI Integration With CI/CD

devops cicd

Single CI/CD automation layer for all app security scan types

Unified configuration for all scans in one YAML

devops package

Scanners packaged and managed automatically

No need to set up, install or update scanners

devops plugin

No more siloed plugins

No need for multiple scanners and multiple plugins

devops docker

Dockerized scanners

Always use fresh copy of scanners