Skip to content

Commit dbf8476

Browse files
authored
ci(fix-security-vulnerability): Be specific about how to fetch the alert page (#19414)
Closes #19415 (added automatically)
1 parent 6bfaf3b commit dbf8476

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/fix-security-vulnerability.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
3737
IMPORTANT: Do NOT dismiss any alerts. Do NOT wait for approval.
3838
39+
IMPORTANT: To fetch the alert, use EXACTLY this command format (replacing <number> with the alert number):
40+
gh api repos/getsentry/sentry-javascript/dependabot/alerts/<number>
41+
Do NOT use --paginate, query parameters, GraphQL, curl, or any other approach.
42+
Your allowed tools are narrowly scoped - only the exact command patterns listed will be permitted.
43+
3944
If you can fix the vulnerability:
4045
Create a branch named fix/security-<alert-number>, apply the fix, and open a PR with your analysis
4146
in the PR description. Target the develop branch.

0 commit comments

Comments
 (0)