Skip to content

Commit

Permalink
chore: enable secret_scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 31, 2023
1 parent 6272336 commit 9ccdb31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infra/terraform/modules/repositories/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ resource "github_repository" "repo" {
has_downloads = false
squash_merge_commit_message = "BLANK"
squash_merge_commit_title = "PR_TITLE"

security_and_analysis {
secret_scanning {
status = enabled
}
secret_scanning_push_protection {
status = enabled
}
}
}

resource "github_repository_collaborator" "dpebot" {
Expand Down

0 comments on commit 9ccdb31

Please sign in to comment.