From a9a522cac3239f861dbdc53291a2f34ad93aad45 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:48:06 +0200 Subject: [PATCH] chore: enable vulnerability alerts (#311) --- lib/repository.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/repository.ts b/lib/repository.ts index 729fa01..f5d10df 100644 --- a/lib/repository.ts +++ b/lib/repository.ts @@ -156,6 +156,7 @@ export class GithubRepository extends Construct { allowUpdateBranch: true, squashMergeCommitMessage: "PR_BODY", squashMergeCommitTitle: "PR_TITLE", + vulnerabilityAlerts: !name.endsWith("-go"), topics, provider, });