{"id":43547196,"url":"https://github.com/ca-risken/doc","last_synced_at":"2026-02-03T19:05:51.218Z","repository":{"id":39862346,"uuid":"348695654","full_name":"ca-risken/doc","owner":"ca-risken","description":"RISKEN is a monitoring tool for visualizing security risks.","archived":false,"fork":false,"pushed_at":"2026-02-02T05:48:41.000Z","size":24713,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-02T17:26:51.115Z","etag":null,"topics":["cspm","risken","security"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ca-risken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-17T12:09:22.000Z","updated_at":"2026-02-02T05:48:33.000Z","dependencies_parsed_at":"2023-01-30T02:15:27.269Z","dependency_job_id":"2e65774e-829d-482b-84ab-187adad6e6db","html_url":"https://github.com/ca-risken/doc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ca-risken/doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ca-risken%2Fdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ca-risken%2Fdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ca-risken%2Fdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ca-risken%2Fdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ca-risken","download_url":"https://codeload.github.com/ca-risken/doc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ca-risken%2Fdoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cspm","risken","security"],"created_at":"2026-02-03T19:05:49.429Z","updated_at":"2026-02-03T19:05:51.210Z","avatar_url":"https://github.com/ca-risken.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RISKEN\n\n![Build Status](https://codebuild.ap-northeast-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoieFQ1ZGdWU1ZnRktuYmZMNWhoNHZ0WTBCbGo5dVM2OG9Ld0cyZTQ5NDYvZkQvUkJKT01pTnF6NThxVjN4Tk8veEs1eTB1MTJudTRYTkFIbHZWT2V1enpJPSIsIml2UGFyYW1ldGVyU3BlYyI6ImtBN28zbFlOU3k5Y1JnalAiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D\u0026branch=main)\n\n`RISKEN` is the monitoring tool for your cloud, web-site, source-code...\n\nPlease check [RISKEN Documentation](https://docs.security-hub.jp/).\n\n![RISKEN-demo-640x400](https://user-images.githubusercontent.com/25426601/139187114-f21479be-5483-43f5-a397-a4a9a4d09e4d.gif)\n\n## Quick Start\n\nYou can quickly start the RISKEN server with the docker compose command.\nIf it works, you can access the RISKEN server at http://localhost/.\n\n```bash\ngit clone https://github.com/ca-risken/doc.git\ncd doc\ndocker compose up -d\n```\n\n### AWS Scan\n\nIf you want to scan AWS resources, you need to set the AWS credentials in the environment variables.\n\n```bash\nexport AWS_ACCESS_KEY_ID=xxx\nexport AWS_SECRET_ACCESS_KEY=xxx\nexport AWS_SESSION_TOKEN=xxx\ndocker compose up -d\n```\n\nYou can also set the AWS credentials in the `.env` file.\n\n### Support services\n\nSome services(GoogleCloud, Azure, etc.) will not work in the quick start. Because they require administrator settings such as credentials.\nFor more details, please refer to the following documentation.\n\n- [RISKEN Instration on local machine](https://docs.security-hub.jp/admin/infra_local/)\n\n## Background\n\nRISKEN is an open-source project designed to allow detection of security risks in Cloud-Service-Provider (Amazon Web Services (AWS), Google Cloud Platform (GCP)), and WEB application, Domain, Source-Code-Management(GitHub)...\n\nThese `DataSource` are designed to return a series of potential misconfigurations, vulnerabirities and security risks.\n\n## Architecture\n\nRISKEN is a microservice architecture design that runs on Kubernetes.\nThe servicies are designed with `API-Gateway`, `Core` and various `DataSources`.\n\n![Architecture](https://user-images.githubusercontent.com/25426601/139044505-308e49ed-9fc5-4656-bd4e-59db7f65b61f.png \"Architecture\")\n\nThe detailed flow can be found [here](https://docs.security-hub.jp/admin/infra_architecture/)\n\n## License\n\nPlease see [LICENSE](https://github.com/ca-risken/doc/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fca-risken%2Fdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fca-risken%2Fdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fca-risken%2Fdoc/lists"}