diff --git a/main.tf b/main.tf index c2703d7..334efb4 100644 --- a/main.tf +++ b/main.tf @@ -20,6 +20,18 @@ resource "github_repository" "repository" { delete_branch_on_merge = each.value.delete_branch_on_merge + dynamic "security_and_analysis" { + for_each = each.value.visibility == "public" ? [1] : [] + content { + secret_scanning { + status = each.value.enable_secret_scanning ? "enabled" : "disabled" + } + secret_scanning_push_protection { + status = each.value.enable_secret_push_protection ? "enabled" : "disabled" + } + } + } + lifecycle { ignore_changes = [template] } @@ -48,6 +60,27 @@ resource "github_branch_protection" "branch_protection" { } } +resource "github_repository_vulnerability_alerts" "vulnerability_alerts" { + for_each = { + for name, repo in var.github_repositories : name => repo + if repo.enable_vulnerability_alerts + } + + repository = github_repository.repository[each.key].name +} + +resource "github_repository_dependabot_security_updates" "dependabot_security_updates" { + for_each = { + for name, repo in var.github_repositories : name => repo + if repo.enable_vulnerability_alerts && repo.enable_dependabot_security_updates + } + + repository = github_repository.repository[each.key].name + enabled = true + + depends_on = [github_repository_vulnerability_alerts.vulnerability_alerts] +} + resource "github_issue_labels" "issue_labels" { for_each = var.github_repositories diff --git a/terraform.tfstate b/terraform.tfstate index 596f6d3..5b048bb 100644 --- a/terraform.tfstate +++ b/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 4, "terraform_version": "1.15.3", - "serial": 717, + "serial": 817, "lineage": "2a98549d-2369-e4c9-327f-f760011c1412", "outputs": {}, "resources": [ @@ -1597,7 +1597,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/question" }, { "color": "0e8a16", @@ -1627,31 +1627,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2020/labels/help-wanted" }, { "color": "fbca04", @@ -1682,7 +1682,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/question" }, { "color": "0e8a16", @@ -1712,31 +1712,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/advent-of-code-2022/labels/help-wanted" }, { "color": "fbca04", @@ -1767,7 +1767,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/question" }, { "color": "0e8a16", @@ -1797,31 +1797,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/apache-age-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -1852,7 +1852,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/question" }, { "color": "0e8a16", @@ -1882,31 +1882,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/brk-api-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -1937,7 +1937,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/question" }, { "color": "0e8a16", @@ -1967,31 +1967,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cahuella-lightdm-theme/labels/help-wanted" }, { "color": "fbca04", @@ -2022,7 +2022,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/question" }, { "color": "0e8a16", @@ -2052,31 +2052,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/clojure-basics/labels/help-wanted" }, { "color": "fbca04", @@ -2107,7 +2107,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/question" }, { "color": "0e8a16", @@ -2137,31 +2137,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/cloudflare-ddns-worker/labels/help-wanted" }, { "color": "fbca04", @@ -2192,7 +2192,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/question" }, { "color": "0e8a16", @@ -2222,31 +2222,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/config/labels/help-wanted" }, { "color": "fbca04", @@ -2277,7 +2277,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/question" }, { "color": "0e8a16", @@ -2307,31 +2307,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/corinapatings.nl/labels/help-wanted" }, { "color": "fbca04", @@ -2362,7 +2362,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/question" }, { "color": "0e8a16", @@ -2392,31 +2392,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/covid-19-data-visualizer/labels/help-wanted" }, { "color": "fbca04", @@ -2447,7 +2447,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/question" }, { "color": "0e8a16", @@ -2477,31 +2477,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/email-signature/labels/help-wanted" }, { "color": "fbca04", @@ -2532,7 +2532,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/question" }, { "color": "0e8a16", @@ -2562,31 +2562,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gatsby-site-template/labels/help-wanted" }, { "color": "fbca04", @@ -2617,7 +2617,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/question" }, { "color": "0e8a16", @@ -2647,31 +2647,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-actions-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -2702,7 +2702,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/question" }, { "color": "0e8a16", @@ -2732,31 +2732,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/github-settings-as-code/labels/help-wanted" }, { "color": "fbca04", @@ -2787,7 +2787,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/question" }, { "color": "0e8a16", @@ -2817,31 +2817,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/gnome-gtklock-theme/labels/help-wanted" }, { "color": "fbca04", @@ -2872,7 +2872,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/question" }, { "color": "0e8a16", @@ -2902,31 +2902,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/google-foobar/labels/help-wanted" }, { "color": "fbca04", @@ -2957,7 +2957,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/question" }, { "color": "0e8a16", @@ -2987,31 +2987,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/homelab/labels/help-wanted" }, { "color": "fbca04", @@ -3042,7 +3042,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/question" }, { "color": "0e8a16", @@ -3072,31 +3072,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/kvk-data-service-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -3127,7 +3127,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/question" }, { "color": "0e8a16", @@ -3157,31 +3157,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-journal-template/labels/help-wanted" }, { "color": "fbca04", @@ -3212,7 +3212,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/question" }, { "color": "0e8a16", @@ -3242,31 +3242,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-report-template/labels/help-wanted" }, { "color": "fbca04", @@ -3297,7 +3297,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/question" }, { "color": "0e8a16", @@ -3327,31 +3327,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/latex-thesis-template/labels/help-wanted" }, { "color": "fbca04", @@ -3382,7 +3382,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/question" }, { "color": "0e8a16", @@ -3412,31 +3412,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-grub-theme/labels/help-wanted" }, { "color": "fbca04", @@ -3467,7 +3467,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/question" }, { "color": "0e8a16", @@ -3497,31 +3497,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/minimal-plymouth-theme/labels/help-wanted" }, { "color": "fbca04", @@ -3552,7 +3552,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/question" }, { "color": "0e8a16", @@ -3582,31 +3582,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/parcel-site-template/labels/help-wanted" }, { "color": "fbca04", @@ -3637,7 +3637,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/question" }, { "color": "0e8a16", @@ -3667,31 +3667,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/playlist-exporter/labels/help-wanted" }, { "color": "fbca04", @@ -3722,7 +3722,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/question" }, { "color": "0e8a16", @@ -3752,31 +3752,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/raspberry-pi-images/labels/help-wanted" }, { "color": "fbca04", @@ -3892,7 +3892,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/question" }, { "color": "0e8a16", @@ -3922,31 +3922,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/receipt-scanner/labels/help-wanted" }, { "color": "fbca04", @@ -3977,7 +3977,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/question" }, { "color": "0e8a16", @@ -4007,31 +4007,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/request-info/labels/help-wanted" }, { "color": "fbca04", @@ -4062,7 +4062,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/question" }, { "color": "0e8a16", @@ -4092,31 +4092,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/rust-basics/labels/help-wanted" }, { "color": "fbca04", @@ -4147,7 +4147,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/question" }, { "color": "0e8a16", @@ -4177,31 +4177,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/ssh-provision/labels/help-wanted" }, { "color": "fbca04", @@ -4232,7 +4232,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/question" }, { "color": "0e8a16", @@ -4262,31 +4262,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/stable-diffusion-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -4317,7 +4317,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/question" }, { "color": "0e8a16", @@ -4347,31 +4347,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/tomdewildt/labels/help-wanted" }, { "color": "fbca04", @@ -4402,7 +4402,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/question" }, { "color": "0e8a16", @@ -4432,31 +4432,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/vlm-ocr-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -4487,7 +4487,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/question" }, { "color": "0e8a16", @@ -4517,31 +4517,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/web-diff/labels/help-wanted" }, { "color": "fbca04", @@ -4572,7 +4572,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/question" }, { "color": "0e8a16", @@ -4602,31 +4602,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/whisper-experiment/labels/help-wanted" }, { "color": "fbca04", @@ -4657,7 +4657,7 @@ "color": "006b75", "description": "A question or general inquiry", "name": "question", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/question" }, { "color": "0e8a16", @@ -4687,31 +4687,31 @@ "color": "b60205", "description": "This doesn't seem right", "name": "invalid", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/invalid" }, { "color": "cfd3d7", "description": "Hasn't had activity in 60 days", "name": "inactive", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/inactive" }, { "color": "cfd3d7", "description": "This issue or pull request already exists", "name": "duplicate", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/duplicate" }, { "color": "cfd3d7", "description": "This will not be worked on", "name": "wontfix", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/wontfix" }, { "color": "d93f0b", "description": "Extra attention is needed", "name": "help-wanted", - "url": "" + "url": "https://api.github.com/repos/tomdewildt/workstation/labels/help-wanted" }, { "color": "fbca04", @@ -4750,7 +4750,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Solutions for the Advent of Code 2020 problems implemented in Golang", - "etag": "W/\"f9bec709d59bd57f96c8c70189500369dc6cbfcdefc0aaf5a9bf53e5a85faf57\"", + "etag": "W/\"43325424f98f384d92009aff829eea99b0c3b380612a09c2dd84417cb1377c9a\"", "fork": "false", "full_name": "tomdewildt/advent-of-code-2020", "git_clone_url": "git://github.com/tomdewildt/advent-of-code-2020.git", @@ -4781,14 +4781,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -4832,7 +4832,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Solutions for the Advent of Code 2022 problems implemented in Python", - "etag": "W/\"c2b6e8589a9a04ac0d8a27398f2085e6f544be89da023bad053bef328ff54e89\"", + "etag": "W/\"a46ea4b14c2a700aa9a2e2cd3e112dbc59dc01458d32581dfef8dc6564b4026d\"", "fork": "false", "full_name": "tomdewildt/advent-of-code-2022", "git_clone_url": "git://github.com/tomdewildt/advent-of-code-2022.git", @@ -4863,14 +4863,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5081,7 +5081,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple LightDM theme inspired by cahuella", - "etag": "W/\"cce32edb184154ee20f766f8b9e94a6e3adc84496249dc0bf8295d38cf5fa837\"", + "etag": "W/\"68e620cb7e3b75df32ef744031f04420fc3c4085841b3d56c2c6c69f2f097096\"", "fork": "false", "full_name": "tomdewildt/cahuella-lightdm-theme", "git_clone_url": "git://github.com/tomdewildt/cahuella-lightdm-theme.git", @@ -5112,14 +5112,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5162,7 +5162,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Syntax basics for the clojure programming language", - "etag": "W/\"619208b7e4ba9c9d499b64c80ad4ea12ad29fb9e78494cf1270c7290cd889ad5\"", + "etag": "W/\"1a721d329cf029623a006980cbc752cbcbfe02a7b930070f6fae8c2e1f692ee1\"", "fork": "false", "full_name": "tomdewildt/clojure-basics", "git_clone_url": "git://github.com/tomdewildt/clojure-basics.git", @@ -5193,14 +5193,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5325,7 +5325,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Shared config files between my workstations", - "etag": "W/\"bb6fa438aeecad9c9614a79f3b4662b5f893a5b8f280fd65d2230c0974f4ed4c\"", + "etag": "W/\"16945186f3f2fd3aed8df00bded2d2571fecd9ca2246f65741f74d748d767061\"", "fork": "false", "full_name": "tomdewildt/config", "git_clone_url": "git://github.com/tomdewildt/config.git", @@ -5356,14 +5356,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5408,7 +5408,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Website for corinapatings.nl", - "etag": "W/\"290a6eb127048fdc35824197af98307da7e2e40b7dab2635352a9c2daee09a2b\"", + "etag": "W/\"2504db718c23fff78a0909434772abcc7e9e565753d41a41d7823ea24735fc53\"", "fork": "false", "full_name": "tomdewildt/corinapatings.nl", "git_clone_url": "git://github.com/tomdewildt/corinapatings.nl.git", @@ -5439,14 +5439,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5490,7 +5490,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Website for visualizing temporal COVID-19 outbreak data in The Netherlands on a map", - "etag": "W/\"b43777ff921c1e101f0413f201c18086d3c1480e23d80b62e00c534086ca42c2\"", + "etag": "W/\"d3a89f98955dc6d3ac05ecb0aff531553f766efaf9ff86c02b73bcdf34999faf\"", "fork": "false", "full_name": "tomdewildt/covid-19-data-visualizer", "git_clone_url": "git://github.com/tomdewildt/covid-19-data-visualizer.git", @@ -5521,14 +5521,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5579,7 +5579,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Custom signatures for my emails", - "etag": "W/\"0aa2a83b8c05d9501d646971f530ccc7a44b22891e12e7b0f41d602e7d63bf33\"", + "etag": "W/\"7eb6af43142c9078919129c9ede4d1ed3f767ef5edc35fb1789bcf700fecf0f7\"", "fork": "false", "full_name": "tomdewildt/email-signature", "git_clone_url": "git://github.com/tomdewildt/email-signature.git", @@ -5610,14 +5610,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5660,7 +5660,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for building Gatsby sites with Markdown and Styled Components", - "etag": "W/\"b4eaef6cbe482b9c8b6295c7e97030508c8e9d74bd60e7bda4bac04946517498\"", + "etag": "W/\"01b76ead9a00ea599f775a47cc462265b2a5a1795803997bd8e871f8b632bb9f\"", "fork": "false", "full_name": "tomdewildt/gatsby-site-template", "git_clone_url": "git://github.com/tomdewildt/gatsby-site-template.git", @@ -5691,14 +5691,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -5983,7 +5983,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Solutions for the Google Foobar problems implemented in Python", - "etag": "W/\"b39c4ba688692be1ee2063bab8fc281623f79c7c61839af87e1a525910e0ae02\"", + "etag": "W/\"39c5ef5e9276e07ceb8950759a8f9b873e712cf0688c754d87952221ccd90341\"", "fork": "false", "full_name": "tomdewildt/google-foobar", "git_clone_url": "git://github.com/tomdewildt/google-foobar.git", @@ -6014,14 +6014,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6064,7 +6064,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Configuration and documentation for my homelab", - "etag": "W/\"82037b49ca20c663d9dd8549d91d8fbff0230aea3115ad98383e745e5d910e13\"", + "etag": "W/\"bf828dec6801ba1f63d768cfc44d4d28e559a207ca659788e95d99f20b174b3c\"", "fork": "false", "full_name": "tomdewildt/homelab", "git_clone_url": "git://github.com/tomdewildt/homelab.git", @@ -6095,14 +6095,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6230,7 +6230,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for writing journals with LaTeX", - "etag": "W/\"10d5ae12b4a7ddcc98817290fe2688a1c8b120780b872ed5e78456ab16c69c9d\"", + "etag": "W/\"1f9086aac555ab37bb328688f59e16e1a110646d4ec8105a79039307a204e8df\"", "fork": "false", "full_name": "tomdewildt/latex-journal-template", "git_clone_url": "git://github.com/tomdewildt/latex-journal-template.git", @@ -6261,14 +6261,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6314,7 +6314,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for writing reports with LaTeX", - "etag": "W/\"4d89b722461cf24fe640fccb059eac78f10580f87a39c77aa2c177fb30a1cb39\"", + "etag": "W/\"709124e1676c7f5c31e9b48f5b90868771782b30ce4a3a185e16c106b25666e8\"", "fork": "false", "full_name": "tomdewildt/latex-report-template", "git_clone_url": "git://github.com/tomdewildt/latex-report-template.git", @@ -6345,14 +6345,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6397,7 +6397,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for writing theses with LaTeX", - "etag": "W/\"dc4714e2d13c35fa0972c3143275ec27f81c5ce950d9d661c4a9745254ef9374\"", + "etag": "W/\"c8106937577690a42ce77c1aa9306eab0328a8219e64a33631105febc3f22c6b\"", "fork": "false", "full_name": "tomdewildt/latex-thesis-template", "git_clone_url": "git://github.com/tomdewildt/latex-thesis-template.git", @@ -6428,14 +6428,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6480,7 +6480,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Minimalistic GRUB theme insipired by primitivistical and vimix", - "etag": "W/\"fae1906f6dafe2ad0c6c077fad2c85377f16e5f2425c9ac6bb9aad126dd75d3a\"", + "etag": "W/\"023abf46f47421a3c657d0ac8477c770df99e74c79fceb468744a136de2caeef\"", "fork": "false", "full_name": "tomdewildt/minimal-grub-theme", "git_clone_url": "git://github.com/tomdewildt/minimal-grub-theme.git", @@ -6511,14 +6511,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6642,7 +6642,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for building Parcel sites with Sass and Javascript", - "etag": "W/\"121dbf2a2ac7c76e9aa77d0f650621be5a09be0a35e75ff72c821d37396b90a0\"", + "etag": "W/\"b6e2f67bd6dd75048d1c4ee700e40bb48fb882967a23ab70b9f813bd9843aa73\"", "fork": "false", "full_name": "tomdewildt/parcel-site-template", "git_clone_url": "git://github.com/tomdewildt/parcel-site-template.git", @@ -6673,14 +6673,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6804,7 +6804,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Configuration for creating my Raspberry Pi images using HashiCorp Packer", - "etag": "W/\"d82065f264c0c06e1f6b52e9a8a38bdd9a7924ca1bdfa63935434083a1922cdb\"", + "etag": "W/\"fb0bc03291ffaecab1d84afeb5fbe3f13fc11c43889fa48ebcdde0fe4a15067e\"", "fork": "false", "full_name": "tomdewildt/raspberry-pi-images", "git_clone_url": "git://github.com/tomdewildt/raspberry-pi-images.git", @@ -6835,14 +6835,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6886,7 +6886,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple starter template for building React apps with Redux, Redux-Saga and Styled Components", - "etag": "W/\"8b428898c96e9a93ceada44bc83ef8cb0ffcce147db3f7c296dc25bdb0a0641b\"", + "etag": "W/\"920b45afe9b610e9d56ada46da0232cec88d31951e318628d06122a320299697\"", "fork": "false", "full_name": "tomdewildt/react-app-template", "git_clone_url": "git://github.com/tomdewildt/react-app-template.git", @@ -6917,14 +6917,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -6968,7 +6968,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Simple API to convert a picture of a receipt to a structured response", - "etag": "W/\"706b4c87ccfdef2bc82cb0dc1eba7f99bc5512cfb9ab642da2f370933ec5adf4\"", + "etag": "W/\"8ee84e5762bba97af11febcb04f6a7f873fafb422df036a067bb68b1550bbf4c\"", "fork": "false", "full_name": "tomdewildt/receipt-scanner", "git_clone_url": "git://github.com/tomdewildt/receipt-scanner.git", @@ -6999,14 +6999,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7132,7 +7132,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Syntax basics for the rust programming language", - "etag": "W/\"3054a48be5b1574fd9b0f23f59432c27a2ede9d8e0dd57e85b95e45fefdc47da\"", + "etag": "W/\"433d33a13ceb4c5af2fe8899c899a916c4ad01888fb1db65ece1b298a72f42eb\"", "fork": "false", "full_name": "tomdewildt/rust-basics", "git_clone_url": "git://github.com/tomdewildt/rust-basics.git", @@ -7163,14 +7163,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7213,7 +7213,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "A simple tool to create ssh keys and distribute them to CentOS servers", - "etag": "W/\"2fe51f11f1dc53abe9d12193b4fc435dcbc350c750619c093e5b7832e3cb5a58\"", + "etag": "W/\"a7de0439d12ddce7c20a9af913f56ffd64b5fe6924301e9ecf65374ccb6422df\"", "fork": "false", "full_name": "tomdewildt/ssh-provision", "git_clone_url": "git://github.com/tomdewildt/ssh-provision.git", @@ -7244,14 +7244,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7295,7 +7295,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Experiments using the Stable Diffusion model from Stability AI", - "etag": "W/\"ef6e6e8246721c323fabb8f4091fc07dabea5c764aad5393b3944af140af3a69\"", + "etag": "W/\"1b551fd23f5b2b5055a72fc833e74d77cf27bcb63a979c607aaa3b36b9fba1cd\"", "fork": "false", "full_name": "tomdewildt/stable-diffusion-experiment", "git_clone_url": "git://github.com/tomdewildt/stable-diffusion-experiment.git", @@ -7326,14 +7326,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7380,7 +7380,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "README for my profile", - "etag": "W/\"9e63e9af2abdfc216a3092716b66bc066eed2cf22d004e38d5b8dc7a578486e0\"", + "etag": "W/\"10568f5ef87f16ef48594753366d86a165627819874780fa007d23f89ce6ee8f\"", "fork": "false", "full_name": "tomdewildt/tomdewildt", "git_clone_url": "git://github.com/tomdewildt/tomdewildt.git", @@ -7411,14 +7411,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7623,7 +7623,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Experiments using the Whisper model from Open AI", - "etag": "W/\"5ac69050f6b28c81af3852618c32042567082d3319ab7a266a1b1485cf8276fd\"", + "etag": "W/\"e89df368a895bf83780f7b873f34c81fb607e8033bf1b6006d8115be4945ab54\"", "fork": "false", "full_name": "tomdewildt/whisper-experiment", "git_clone_url": "git://github.com/tomdewildt/whisper-experiment.git", @@ -7654,14 +7654,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7706,7 +7706,7 @@ "default_branch": "master", "delete_branch_on_merge": true, "description": "Configuration and setup for my development workstation", - "etag": "W/\"18457449821899779fa5d877ccf6cc5ff7e3a5b3f07e4735f6ea00d465e818b2\"", + "etag": "W/\"56e8fdee74a0b2721b67a864b95e2ae449f2a72c46d0118e25184a8686d346e9\"", "fork": "false", "full_name": "tomdewildt/workstation", "git_clone_url": "git://github.com/tomdewildt/workstation.git", @@ -7737,14 +7737,14 @@ "code_security": [], "secret_scanning": [ { - "status": "disabled" + "status": "enabled" } ], "secret_scanning_ai_detection": [], "secret_scanning_non_provider_patterns": [], "secret_scanning_push_protection": [ { - "status": "disabled" + "status": "enabled" } ] } @@ -7780,6 +7780,1206 @@ "private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==" } ] + }, + { + "mode": "managed", + "type": "github_repository_dependabot_security_updates", + "name": "dependabot_security_updates", + "provider": "provider[\"registry.terraform.io/integrations/github\"]", + "instances": [ + { + "index_key": "advent-of-code-2020", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "advent-of-code-2020", + "repository": "advent-of-code-2020" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "advent-of-code-2022", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "advent-of-code-2022", + "repository": "advent-of-code-2022" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "apache-age-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "apache-age-experiment", + "repository": "apache-age-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "brk-api-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "brk-api-experiment", + "repository": "brk-api-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "cahuella-lightdm-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "cahuella-lightdm-theme", + "repository": "cahuella-lightdm-theme" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "clojure-basics", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "clojure-basics", + "repository": "clojure-basics" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "cloudflare-ddns-worker", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "cloudflare-ddns-worker", + "repository": "cloudflare-ddns-worker" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "config", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "config", + "repository": "config" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "corinapatings.nl", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "corinapatings.nl", + "repository": "corinapatings.nl" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "covid-19-data-visualizer", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "covid-19-data-visualizer", + "repository": "covid-19-data-visualizer" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "email-signature", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "email-signature", + "repository": "email-signature" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "gatsby-site-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "gatsby-site-template", + "repository": "gatsby-site-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "github-actions-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "github-actions-experiment", + "repository": "github-actions-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "github-settings-as-code", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "github-settings-as-code", + "repository": "github-settings-as-code" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "gnome-gtklock-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "gnome-gtklock-theme", + "repository": "gnome-gtklock-theme" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "google-foobar", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "google-foobar", + "repository": "google-foobar" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "homelab", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "homelab", + "repository": "homelab" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "kvk-data-service-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "kvk-data-service-experiment", + "repository": "kvk-data-service-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "latex-journal-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "latex-journal-template", + "repository": "latex-journal-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "latex-report-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "latex-report-template", + "repository": "latex-report-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "latex-thesis-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "latex-thesis-template", + "repository": "latex-thesis-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "minimal-grub-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "minimal-grub-theme", + "repository": "minimal-grub-theme" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "minimal-plymouth-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "minimal-plymouth-theme", + "repository": "minimal-plymouth-theme" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "parcel-site-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "parcel-site-template", + "repository": "parcel-site-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "playlist-exporter", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "playlist-exporter", + "repository": "playlist-exporter" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "raspberry-pi-images", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "raspberry-pi-images", + "repository": "raspberry-pi-images" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "react-app-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "react-app-template", + "repository": "react-app-template" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "receipt-scanner", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "receipt-scanner", + "repository": "receipt-scanner" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "request-info", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "request-info", + "repository": "request-info" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "rust-basics", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "rust-basics", + "repository": "rust-basics" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "ssh-provision", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "ssh-provision", + "repository": "ssh-provision" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "stable-diffusion-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "stable-diffusion-experiment", + "repository": "stable-diffusion-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "tomdewildt", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "tomdewildt", + "repository": "tomdewildt" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "vlm-ocr-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "vlm-ocr-experiment", + "repository": "vlm-ocr-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "web-diff", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "web-diff", + "repository": "web-diff" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "whisper-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "whisper-experiment", + "repository": "whisper-experiment" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + }, + { + "index_key": "workstation", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "workstation", + "repository": "workstation" + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository", + "github_repository_vulnerability_alerts.vulnerability_alerts" + ] + } + ] + }, + { + "mode": "managed", + "type": "github_repository_vulnerability_alerts", + "name": "vulnerability_alerts", + "provider": "provider[\"registry.terraform.io/integrations/github\"]", + "instances": [ + { + "index_key": "advent-of-code-2020", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "318329609", + "repository": "advent-of-code-2020", + "repository_id": 318329609 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "advent-of-code-2022", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "567773830", + "repository": "advent-of-code-2022", + "repository_id": 567773830 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "apache-age-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1193715766", + "repository": "apache-age-experiment", + "repository_id": 1193715766 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "brk-api-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1200225630", + "repository": "brk-api-experiment", + "repository_id": 1200225630 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "cahuella-lightdm-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "326711037", + "repository": "cahuella-lightdm-theme", + "repository_id": 326711037 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "clojure-basics", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "249292180", + "repository": "clojure-basics", + "repository_id": 249292180 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "cloudflare-ddns-worker", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "839040574", + "repository": "cloudflare-ddns-worker", + "repository_id": 839040574 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "config", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "249283265", + "repository": "config", + "repository_id": 249283265 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "corinapatings.nl", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "203575510", + "repository": "corinapatings.nl", + "repository_id": 203575510 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "covid-19-data-visualizer", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "303526527", + "repository": "covid-19-data-visualizer", + "repository_id": 303526527 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "email-signature", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "505233470", + "repository": "email-signature", + "repository_id": 505233470 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "gatsby-site-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "306639437", + "repository": "gatsby-site-template", + "repository_id": 306639437 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "github-actions-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1121390465", + "repository": "github-actions-experiment", + "repository_id": 1121390465 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "github-settings-as-code", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1231633813", + "repository": "github-settings-as-code", + "repository_id": 1231633813 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "gnome-gtklock-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1097838626", + "repository": "gnome-gtklock-theme", + "repository_id": 1097838626 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "google-foobar", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "590461588", + "repository": "google-foobar", + "repository_id": 590461588 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "homelab", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "248985220", + "repository": "homelab", + "repository_id": 248985220 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "kvk-data-service-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1198625564", + "repository": "kvk-data-service-experiment", + "repository_id": 1198625564 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "latex-journal-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "458654632", + "repository": "latex-journal-template", + "repository_id": 458654632 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "latex-report-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "458657946", + "repository": "latex-report-template", + "repository_id": 458657946 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "latex-thesis-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "652564955", + "repository": "latex-thesis-template", + "repository_id": 652564955 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "minimal-grub-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "325278735", + "repository": "minimal-grub-theme", + "repository_id": 325278735 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "minimal-plymouth-theme", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1097838507", + "repository": "minimal-plymouth-theme", + "repository_id": 1097838507 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "parcel-site-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "449264665", + "repository": "parcel-site-template", + "repository_id": 449264665 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "playlist-exporter", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "819164126", + "repository": "playlist-exporter", + "repository_id": 819164126 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "raspberry-pi-images", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "586097255", + "repository": "raspberry-pi-images", + "repository_id": 586097255 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "react-app-template", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "303520642", + "repository": "react-app-template", + "repository_id": 303520642 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "receipt-scanner", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "506403584", + "repository": "receipt-scanner", + "repository_id": 506403584 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "request-info", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1237515949", + "repository": "request-info", + "repository_id": 1237515949 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "rust-basics", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "248876960", + "repository": "rust-basics", + "repository_id": 248876960 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "ssh-provision", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "253632195", + "repository": "ssh-provision", + "repository_id": 253632195 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "stable-diffusion-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "540487300", + "repository": "stable-diffusion-experiment", + "repository_id": 540487300 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "tomdewildt", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "507108251", + "repository": "tomdewildt", + "repository_id": 507108251 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "vlm-ocr-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "1193715334", + "repository": "vlm-ocr-experiment", + "repository_id": 1193715334 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "web-diff", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "809353801", + "repository": "web-diff", + "repository_id": 809353801 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "whisper-experiment", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "547838804", + "repository": "whisper-experiment", + "repository_id": 547838804 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + }, + { + "index_key": "workstation", + "schema_version": 0, + "attributes": { + "enabled": true, + "id": "249199190", + "repository": "workstation", + "repository_id": 249199190 + }, + "sensitive_attributes": [], + "identity_schema_version": 0, + "private": "bnVsbA==", + "dependencies": [ + "github_repository.repository" + ] + } + ] } ], "check_results": [ diff --git a/variables.tf b/variables.tf index 1467407..0bf5b53 100644 --- a/variables.tf +++ b/variables.tf @@ -21,6 +21,11 @@ variable "github_repositories" { squash_merge_commit_title = optional(string, "COMMIT_OR_PR_TITLE") squash_merge_commit_message = optional(string, "COMMIT_MESSAGES") delete_branch_on_merge = optional(bool, true) + + enable_dependabot_security_updates = optional(bool, true) + enable_secret_scanning = optional(bool, true) + enable_secret_push_protection = optional(bool, true) + enable_vulnerability_alerts = optional(bool, true) })) validation {