Skip to content

Commit 61385c2

Browse files
Update Security-Notification.yml
Turn test off
1 parent 72aef42 commit 61385c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Security-Notification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
2929
# 3. Filter for NEW items only
3030
# Open alerts created > 65 mins ago
31-
# ALERTS=$(echo "$RAW_DATA" | jq --arg TIME "$TIME_THRESHOLD" \
32-
# '[ .[] | select(.state == "open") | select(.created_at > $TIME) ]')
31+
ALERTS=$(echo "$RAW_DATA" | jq --arg TIME "$TIME_THRESHOLD" \
32+
'[ .[] | select(.state == "open") | select(.created_at > $TIME) ]')
3333
3434
# --- FOR TESTING ONLY ---
35-
ALERTS=$(echo "$RAW_DATA" | jq '[ .[] | select(.state == "open") ]')
35+
# ALERTS=$(echo "$RAW_DATA" | jq '[ .[] | select(.state == "open") ]')
3636
# ---------------------------------------------------------------
3737
3838
# 4. Check count

0 commit comments

Comments
 (0)