Skip to content

Commit

Permalink
chore: enable vulnerability alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Aug 15, 2024
1 parent e0f6fa8 commit 31b244f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class GithubRepository extends Construct {
allowUpdateBranch: true,
squashMergeCommitMessage: "PR_BODY",
squashMergeCommitTitle: "PR_TITLE",
vulnerabilityAlerts: true,
topics,
provider,
});
Expand Down

0 comments on commit 31b244f

Please sign in to comment.