Skip to content

Commit

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

0 comments on commit 1e6ce4b

Please sign in to comment.