Skip to content

Commit

Permalink
chore: Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 11, 2024
1 parent 0db749d commit df26ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/run-script/scripts/fod-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF

run "JOB_SUMMARY" "${FCLI_CMD}" fod action run "${JOB_SUMMARY_ACTION:-release-summary}" \
--rel "${FOD_RELEASE}" --progress=none __expand:JOB_SUMMARY_EXTRA_OPTS
ifRun "RELEASE_SUMMARY" \
ifRun "JOB_SUMMARY" \
&& printOutput "JOB_SUMMARY" "stdout" >> $GITHUB_STEP_SUMMARY \
|| cat<<EOF >> $GITHUB_STEP_SUMMARY
# FoD Release Summary
Expand Down
2 changes: 1 addition & 1 deletion internal/run-script/scripts/sc-sast-and-debricked-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EOF

run "JOB_SUMMARY" "${FCLI_CMD}" ssc action run "${JOB_SUMMARY_ACTION:-appversion-summary}" \
--av "${SSC_APPVERSION}" --progress=none __expand:JOB_SUMMARY_EXTRA_OPTS
ifRun "APPVERSION_SUMMARY" \
ifRun "JOB_SUMMARY" \
&& printOutput "JOB_SUMMARY" "stdout" >> $GITHUB_STEP_SUMMARY \
|| cat<<EOF >> $GITHUB_STEP_SUMMARY
# SSC Application Version Summary
Expand Down

0 comments on commit df26ac5

Please sign in to comment.