We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092b50a commit 5a854ccCopy full SHA for 5a854cc
1 file changed
.github/workflows/Security-Notification.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# Fetch open alerts from GitHub API
21
RESPONSE=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
22
- "https://api.github.com/repos/${{ github.repository }}/dependabot/alerts?state=open")
+ "https://github.com/mongodb/docs-sample-apps/security/dependabot/alerts?state=open")
23
24
ALERT_COUNT=$(echo "$RESPONSE" | jq length)
25
echo "Found $ALERT_COUNT open alerts."
0 commit comments