From 26bcabc7c173276bb027c50e2f446548275ce7e6 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:19:48 +0200 Subject: [PATCH] docs: Add links to action docs from main doc --- fcli-other/fcli-doc/src/docs/asciidoc/versioned/index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fcli-other/fcli-doc/src/docs/asciidoc/versioned/index.adoc b/fcli-other/fcli-doc/src/docs/asciidoc/versioned/index.adoc index 4c6e0e5658..e8bd085972 100644 --- a/fcli-other/fcli-doc/src/docs/asciidoc/versioned/index.adoc +++ b/fcli-other/fcli-doc/src/docs/asciidoc/versioned/index.adoc @@ -495,6 +495,11 @@ Fci comes with various built-in actions, currently focused on providing the foll * Generating application version/release summaries in Markdown format, for example for use as pipeline summaries. * Evaluating security policy criteria, for example allowing to break a build if one or more checks are failing. +Documentation for built-in actions can be found here: + +* link:fod-actions.html[FoD built-in actions documentation] +* link:ssc-actions.html[SSC built-in actions documentation] + Future fcli versions may introduce new built-in actions, enhance existing built-in actions, or provide enhanced action syntax, for example to allow for running pipeline-style actions that run a set of commands to package source code, submit a scan request, wait for scan completion, and perform post-scan activities like data export or policy checks. Action support is centralized into the `action` entity of the various product modules. For now, fcli supports `fcli fod action *` and `fcli ssc action *` commands. Based on user feedback, we may consider adding action support on other modules like `sc-sast` or `sc-dast` as well. The following commands may be used to manage and run built-in actions: