Skip to content

Commit ed3c26f

Browse files
Update Security-Notification.yml
1 parent 8a28552 commit ed3c26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Security-Notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# 3. Filter for NEW items only
3131
# We look for Open alerts created > 65 mins ago
3232
# ALERTS=$(echo "$RAW_DATA" | jq --arg TIME "$TIME_THRESHOLD" \
33-
'[ .[] | select(.state == "open") | select(.created_at > $TIME) ]')
33+
# '[ .[] | select(.state == "open") | select(.created_at > $TIME) ]')
3434
3535
# --- FOR TESTING ONLY: UNCOMMENT BELOW TO IGNORE TIME FILTER ---
3636
ALERTS=$(echo "$RAW_DATA" | jq '[ .[] | select(.state == "open") ]')

0 commit comments

Comments
 (0)