{"id":30883353,"url":"https://github.com/globocom/huskyci-dashboard","last_synced_at":"2025-09-08T09:44:57.479Z","repository":{"id":39371587,"uuid":"210432415","full_name":"globocom/huskyCI-dashboard","owner":"globocom","description":"Frontend to display data from huskyCI analyses","archived":false,"fork":false,"pushed_at":"2023-01-04T22:02:16.000Z","size":2254,"stargazers_count":23,"open_issues_count":33,"forks_count":26,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-06T08:36:37.938Z","etag":null,"topics":["bandit","brakeman","continous-integration","golang","gosec","javascript","npm-audit","python","ruby-on-rails","safety","security-automation","security-tool","security-tools","static-analysis","vulnerabilities","yarn-audit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/globocom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-23T19:10:11.000Z","updated_at":"2023-09-01T16:45:03.000Z","dependencies_parsed_at":"2023-02-02T21:15:49.799Z","dependency_job_id":null,"html_url":"https://github.com/globocom/huskyCI-dashboard","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/globocom/huskyCI-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2FhuskyCI-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2FhuskyCI-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2FhuskyCI-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2FhuskyCI-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/globocom","download_url":"https://codeload.github.com/globocom/huskyCI-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2FhuskyCI-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166945,"owners_count":25233959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["bandit","brakeman","continous-integration","golang","gosec","javascript","npm-audit","python","ruby-on-rails","safety","security-automation","security-tool","security-tools","static-analysis","vulnerabilities","yarn-audit"],"created_at":"2025-09-08T09:44:54.934Z","updated_at":"2025-09-08T09:44:57.457Z","avatar_url":"https://github.com/globocom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"logo-README.png\"/\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/globocom/huskyCI-dashboard/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/globocom/huskyCI-dashboard\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/globocom/huskyCI/tree/master\"\u003e\u003cimg src=\"https://img.shields.io/circleci/build/github/globocom/huskyCI-dashboard/master?token=f0a1cf0782407f6cf8f87705fbd3f5d5d579bed1\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/rafaveira3/writing-and-presentations/blob/master/DEFCON-27-APP-SEC-VILLAGE-Rafael-Santos-huskyCI-Finding-security-flaws-in-CI-before-deploying-them.pdf\"\u003e\u003cimg src=\"https://img.shields.io/badge/DEFCON%2027-AppSec%20Village-blueviolet\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.blackhat.com/eu-19/arsenal/schedule/#huskyci-performing-security-tests-inside-your-ci-17792\"\u003e\u003cimg src=\"https://img.shields.io/badge/Black%20Hat%20Arsenal-Europe%202019-black\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## How does it work?\n\nThe main goal of this project is to provide a front-end for every huskyCI user to check the stats of the analyses done. If you don't know yet what huskyCI is, check it out [here](https://github.com/globocom/huskyCI).\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/globocom/huskyCI/blob/master/huskyCI-dashboard.png\"/\u003e\u003c/p\u003e\n\n## Requirements\n\n### Node\n\nIf you don't have Node installed in your environment, follow the instructions [here](https://gist.github.com/d2s/372b5943bce17b964a79) for your correspondent OS.\n\n### Yarn\n\n```sh\nnpm install -g yarn\n```\n\n## Installing\n\n```sh\nmake install\n```\n\n```sh\n. .env\n```\n\n## Running\n\n```sh\nmake run\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process of submitting pull requests to huskyCI-dashboard.\n\n## License\n\nThis project is licensed under the BSD 3-Clause \"New\" or \"Revised\" License - read [LICENSE](LICENSE) file for details.\n\n[Docker Install]:  https://docs.docker.com/install/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobocom%2Fhuskyci-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobocom%2Fhuskyci-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobocom%2Fhuskyci-dashboard/lists"}