Synopsis

fcli ssc action [-h] [COMMAND]

Description

Fcli supports workflow-style actions defined in YAML files. Many built-in actions are provided, focusing on data export and CI/CD integration. Users can also develop their own custom actions, either from scratch or by customizing built-in actions. If you require any assistance with developing custom actions, please consult with Fortify Professional Services.

This fcli version supports the following action schema versions: See fcli help output.

Actions can potentially perform dangerous operations like deleting data or posting data to 3rd-party systems, so it is recommended to only run trusted actions. Action authors can sign their actions using the action sign command; actions without a (valid) signature will require confirmation when trying to run them. Trusted public keys can be configured through the fcli config public-key commands, or passed directly using the --pubkey option on various action-related commands. null

Options

-h, --help

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

Commands

get

Get action contents.

help

Show action usage help.

import

Import custom actions.

list, ls

List built-in and imported actions.

reset

Remove all custom actions.

run

Run an action.

sign

Sign action.