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 d53048c commit 0db749d
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -30,7 +30,7 @@ This section provides a status overview of the scans types supported by this Git
| SAST | ${SAST_SCAN_STATUS} | ${SAST_PUBLISH_STATUS} |
If any of the statuses shows \`FAILED\`, please review job logs to identify the cause of the failure. If any of the statuses
shows \`FAILED\` or \`SKIPPED\`, the corresponding details listed in the summary below (if enabled) may represent older scan results.
shows \`FAILED\` or \`SKIPPED\`, the corresponding details listed in the summary below may represent older scan results.
EOF

run "JOB_SUMMARY" "${FCLI_CMD}" fod action run "${JOB_SUMMARY_ACTION:-release-summary}" \
Expand Down
3 changes: 2 additions & 1 deletion internal/run-script/scripts/sc-sast-and-debricked-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ requireVar "SSC_APPVERSION"
if [ "${DO_SC_SAST_SCAN}" == "true" ]; then
requireSCSastSession
requireVar "SC_SAST_SENSOR_VERSION"
fi
if [ "${DO_DEBRICKED_SCAN}" == "true" ]; then
requireDebrickedCLI
requireVar "DEBRICKED_TOKEN"
Expand Down Expand Up @@ -60,7 +61,7 @@ This section provides a status overview of the scans types supported by this Git
| SCA | ${SAST_SCAN_STATUS} | ${SAST_SSC_PUBLISH_STATUS} |
If any of the statuses shows \`FAILED\`, please review job logs to identify the cause of the failure. If any of the statuses
shows \`FAILED\` or \`SKIPPED\`, the corresponding details listed in the summary below (if enabled) may represent older scan results.
shows \`FAILED\` or \`SKIPPED\`, the corresponding details listed in the summary below may represent older scan results.
EOF

[ ! -z "${DEBRICKED_SCAN_RESULTS}" ] && cat <<EOF >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 0db749d

Please sign in to comment.