github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/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