fortify / github-action

Fortify GitHub Actions
Other
10 stars 8 forks source link

Add pipeline summaries #40

Closed rsenden closed 1 week ago

rsenden commented 4 months ago

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.

rsenden commented 1 week ago

Implemented in latest 1.3.0 release