Skip to content

Commit 5c02b07

Browse files
Update Security-Notification.yml
1 parent 26e1adc commit 5c02b07

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
@@ -24,7 +24,7 @@ jobs:
2424
2525
# 2. Fetch alerts using GitHub CLI
2626
# Note: We point to the API endpoint explicitly
27-
ALERTS=$(gh api "/repos/${{ github.repository }}/dependabot/alerts" \
27+
ALERTS=$(gh api "https://github.com/mongodb/docs-sample-apps/security/dependabot" \
2828
--jq ".[] | select(.state == \"open\") | select(.created_at > \"$TIME_THRESHOLD\") | select(.security_advisory.severity == \"critical\" or .security_advisory.severity == \"high\")")
2929
3030
# 3. Check if any alerts were found

0 commit comments

Comments
 (0)