{"id":50779489,"url":"https://github.com/rad-security/terraform-google-gcr-scraper","last_synced_at":"2026-06-12T02:03:37.377Z","repository":{"id":270448388,"uuid":"906229793","full_name":"rad-security/terraform-google-gcr-scraper","owner":"rad-security","description":"A terraform module for allowing Rad Security to scan GCR registries in your GCP account.","archived":false,"fork":false,"pushed_at":"2025-01-07T13:53:37.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-06-03T15:13:59.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rad-security.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T12:42:08.000Z","updated_at":"2025-01-07T13:43:54.000Z","dependencies_parsed_at":"2025-01-01T06:48:40.329Z","dependency_job_id":null,"html_url":"https://github.com/rad-security/terraform-google-gcr-scraper","commit_stats":null,"previous_names":["rad-security/terraform-google-gcr-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rad-security/terraform-google-gcr-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rad-security%2Fterraform-google-gcr-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rad-security%2Fterraform-google-gcr-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rad-security%2Fterraform-google-gcr-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rad-security%2Fterraform-google-gcr-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rad-security","download_url":"https://codeload.github.com/rad-security/terraform-google-gcr-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rad-security%2Fterraform-google-gcr-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34225359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T02:03:36.858Z","updated_at":"2026-06-12T02:03:37.361Z","avatar_url":"https://github.com/rad-security.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-google-gcr-scraper\nA terraform module for allowing Rad Security to scan GCR registries in your GCP account.\n\n## Terraform Registry\n\nThis module is available in the [Terraform Registry](https://registry.terraform.io/) see [here](https://registry.terraform.io/modules/rad-security/gcr-scraper/google/latest).\n\n## Contributing\n\nThe most important thing to be aware of when contributing is that we leverage the [Semantic Release Action](https://github.com/cycjimmy/semantic-release-action) to automate our changelog, see [here](CHANGELOG.md).\n\nThis requires us to use [conventional git commits](https://www.conventionalcommits.org/en/v1.0.0/) when committing to this repository.\n\nEach PR merge into the `main` branch will execute the release process defined [here](.github/workflows/release.yml).\n\n## Usage\n\nThis module needs a Google provider to be configured. It will create an IAM Service Account in your project called `rad-security-gcr-scraper` and IAM Role. The IAM Role has fine-grained policies attached, which will allow the `imagescan-scraper` role in Rad Security's AWS account to assume the permissions necessary to interact with GCR resources in your account.\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.8 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_iam_workload_identity_pool.rad_security_gcr_identity_pool](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool) | resource |\n| [google_iam_workload_identity_pool_provider.rad_aws_provider](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iam_workload_identity_pool_provider) | resource |\n| [google_project_iam_binding.rad_gcr_scraper_access](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_iam_binding) | resource |\n| [google_project_iam_custom_role.rad_gcr_scraper](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/project_iam_custom_role) | resource |\n| [google_service_account.rad_gcr_scraper](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account) | resource |\n| [google_service_account_iam_binding.rad_workload_identity_user](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_account_iam_binding) | resource |\n| [google_project.current](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_aws_account_id\"\u003e\u003c/a\u003e [aws\\_account\\_id](#input\\_aws\\_account\\_id) | RAD Security's AWS account ID to authenticate with your Google Cloud project | `string` | `\"955322216602\"` | no |\n| \u003ca name=\"input_aws_role_name\"\u003e\u003c/a\u003e [aws\\_role\\_name](#input\\_aws\\_role\\_name) | RAD Security's AWS Role Name to authenticate with your Google Cloud project | `string` | `\"imagescan-scraper\"` | no |\n| \u003ca name=\"input_gcp_project_name\"\u003e\u003c/a\u003e [gcp\\_project\\_name](#input\\_gcp\\_project\\_name) | GCP project name (optional - will use current project name if not specified) | `string` | `null` | no |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## License\nApache 2 Licensed. See [LICENSE](LICENSE) for full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frad-security%2Fterraform-google-gcr-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frad-security%2Fterraform-google-gcr-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frad-security%2Fterraform-google-gcr-scraper/lists"}