Skip to content

Commit

Permalink
Update security-checker.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMor25 authored Dec 12, 2023
1 parent d3044bc commit c219116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/security-checker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ class SecurityChecker {
+ (issuePackage ? `#### Package: \`${issuePackage}\`\n` : '')
+ `#### Description:\n`
+ `${description}\n`
+ `#### Link: ${link}`
+ `#### CVE ID: \`${cveId}\``
+ `#### Link: ${link}\n`
+ `#### CVE ID: \`${cveId}\`\n`
+ `#### GHSA ID: \`${ghsaId}\``

return this.github.rest.issues.create({
Expand Down

0 comments on commit c219116

Please sign in to comment.