Skip to content

Commit

Permalink
feat: enable security_and_analysis for example
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs authored and Robbert committed May 26, 2024
1 parent fb49c36 commit c95e48d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ resource "github_repository" "example" {
squash_merge_commit_message = "PR_BODY"
topics = ["nl-design-system", "storybook"]

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

pages {
source {
branch = "gh-pages"
Expand Down

0 comments on commit c95e48d

Please sign in to comment.