github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/github/repositories/AVD-GIT-0003/Terraform.md (about)

     1  
     2  Enable vulnerability alerts
     3  
     4  ```hcl
     5   resource "github_repository" "good_example" {
     6     name        = "example"
     7     description = "My awesome codebase"
     8  
     9     vulnerability_alerts = true
    10  
    11     template {
    12       owner = "github"
    13       repository = "terraform-module-template"
    14     }
    15   }
    16   
    17  ```
    18  
    19  #### Remediation Links
    20   - https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository
    21