Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 5, 2025
1 parent 22f5617 commit 5c238e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/securityAlertsReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
COMMENT_BODY+="🟢 [View Alert]($ALERT_URL) - **File:** \`$ALERT_FILE\`\n"
COMMENT_BODY+=" 🔹 $ALERT_DESCRIPTION\n"
COMMENT_BODY+=" 🔹 Dismiss Reason: **$CAPITALIZED_REASON**\n"
COMMENT_BODY+=" 🔹 Dismiss Comment: $DISMISS_COMMENT_ESCAPED\n\n"
# COMMENT_BODY+=" 🔹 Dismiss Comment: $DISMISS_COMMENT_ESCAPED\n\n"
done < <(echo "$RESOLVED_ALERTS" | jq -c '.[]')
fi
Expand Down

0 comments on commit 5c238e0

Please sign in to comment.