Skip to content

Commit 5a854cc

Browse files
Update Security-Notification.yml
Update dependabot url
1 parent 092b50a commit 5a854cc

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
@@ -19,7 +19,7 @@ jobs:
1919
2020
# Fetch open alerts from GitHub API
2121
RESPONSE=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
22-
"https://api.github.com/repos/${{ github.repository }}/dependabot/alerts?state=open")
22+
"https://github.com/mongodb/docs-sample-apps/security/dependabot/alerts?state=open")
2323
2424
ALERT_COUNT=$(echo "$RESPONSE" | jq length)
2525
echo "Found $ALERT_COUNT open alerts."

0 commit comments

Comments
 (0)