Synopsis

fcli fod [-h] [COMMAND]

Description

The commands in this module allow for interacting with Fortify on Demand (FoD). This includes functionality like managing applications, releases and microservices, and for submitting and managing SAST, DAST and open-source scan requests and results.

Before being able to interact with FoD, a session will need to be created by passing FoD URL and credentials to the 'session login' command in this module. As a best practice, 'session logout' should be run to terminate the session when there are no more activities to be performed.

Options

-h, --help

Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.

Commands

session

Manage FoD sessions (start here).

action

Manage FoD actions: data export, integration, automation & more.

access-control, ac

Manage FoD users & groups.

app

Manage FoD applications.

microservice, ms

Manage FoD application microservices.

release, rel

Manage FoD application releases.

sast-scan, sast

Manage FoD SAST scans.

dast-scan, dast

Manage FoD DAST scans.

mast-scan, mast

Manage FoD MAST scans.

oss-scan, oss

Manage FoD OSS scans.

issue

Manage FoD issues (vulnerabilities) and related entities.

report

Manage FoD reports.

rest

Interact with FoD REST API endpoints.