Skip to content

Commit

Permalink
feat: Setup Dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Jul 25, 2024
1 parent ad6d64f commit 2efd333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-security-issue-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
continue;
}
const issueTitle = `Security Alert: ${alert.package_name} - ${alert.severity}`;
const alertNumber = alert.url.split('/').pop();
const issueTitle = `Security Alert: Dependabot issue (${alertNumber}) - ${alert.severity}`;
const issueBody = `
A security vulnerability has been detected in the \`${alert.package_name}\` package.
Expand Down

0 comments on commit 2efd333

Please sign in to comment.