Integrate fcli ssc/fod action run appversion-summary/release-summary --progress none >> $GITHUB_STEP_SUMMARY into the SSC/FoD scan actions to allow for job summaries to be generated. As shown in the example command above, output of the fcli command can be redirected to $GITHUB_STEP_SUMMARY, making sure to use --progress none to avoid any progress messages being written to the job summary.
Enhancement Request
Integrate
fcli ssc/fod action run appversion-summary/release-summary --progress none >> $GITHUB_STEP_SUMMARY
into the SSC/FoD scan actions to allow for job summaries to be generated. As shown in the example command above, output of the fcli command can be redirected to$GITHUB_STEP_SUMMARY
, making sure to use--progress none
to avoid any progress messages being written to the job summary.