From fd96f5c0658ac1dd2a3cf16603e1aaecc31ee251 Mon Sep 17 00:00:00 2001 From: Bhavdeep13 Date: Thu, 25 Jul 2024 09:47:19 +0000 Subject: [PATCH] feat: Setup Dependabot workflow --- .github/workflows/dependabot-security-issue-creator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-security-issue-creator.yml b/.github/workflows/dependabot-security-issue-creator.yml index a62add0..89a2ffa 100644 --- a/.github/workflows/dependabot-security-issue-creator.yml +++ b/.github/workflows/dependabot-security-issue-creator.yml @@ -71,9 +71,9 @@ jobs: const issueBody = ` A security vulnerability has been detected in the **${alert.package_name}** package. - **Severity**: **${alert.severity}** + **Severity**: ${alert.severity} - **Summary**: **${alert.summary}** + **Summary**: ${alert.summary} **Details**: [View alert](${alert.url})