{"id":21430212,"url":"https://github.com/ulisesgascon/poc-openjs-security-program-standards-dashboard","last_synced_at":"2025-07-14T11:31:23.250Z","repository":{"id":263510849,"uuid":"890622240","full_name":"UlisesGascon/poc-openjs-security-program-standards-dashboard","owner":"UlisesGascon","description":"POC - OpenJS Security Program Standards Dashboard","archived":false,"fork":false,"pushed_at":"2024-11-18T23:17:46.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-19T00:24:12.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/UlisesGascon.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}},"created_at":"2024-11-18T22:25:40.000Z","updated_at":"2024-11-18T23:17:47.000Z","dependencies_parsed_at":"2024-11-19T00:25:19.853Z","dependency_job_id":"b7c91c9a-ab3d-461a-92d2-50189a08e9b1","html_url":"https://github.com/UlisesGascon/poc-openjs-security-program-standards-dashboard","commit_stats":null,"previous_names":["ulisesgascon/poc-openjs-security-program-standards-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fpoc-openjs-security-program-standards-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fpoc-openjs-security-program-standards-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fpoc-openjs-security-program-standards-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UlisesGascon%2Fpoc-openjs-security-program-standards-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UlisesGascon","download_url":"https://codeload.github.com/UlisesGascon/poc-openjs-security-program-standards-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225972038,"owners_count":17553576,"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","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":"2024-11-22T22:21:35.278Z","updated_at":"2025-07-14T11:31:23.238Z","avatar_url":"https://github.com/UlisesGascon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POC - OpenJS Security Program Standards Dashboard\n\n---\n\n**✨ This POC has evolved into something bigger and fantastic! Check out [OpenPathfinder/visionBoard](https://github.com/OpenPathfinder/visionBoard) ✨**\n\nAt this stage, this POC is considered archived, and all development activity has been migrated to [visionBoard](https://github.com/OpenPathfinder/visionBoard).\n\n---\n\n\n## 📺 Tutorial\n\nIf you don't have a good context of this POC motivation, please watch the following video or the slides:\n\n[![Screenshot from 2024-11-21 15-26-46](https://github.com/user-attachments/assets/e34187bb-c69a-4c2f-b061-ccbf0f7291db)\n](https://youtu.be/B1kd8k5SvBI)\n\n- [slides](https://slides.ulisesgascon.com/openjs-security-program-standards/)\n\n\n## Installation\n\nTo install the dependencies, run:\n\n```sh\nnpm install\n```\n\n## Configuration\n\n### Environment Variables\n\nThis project requires a GitHub token to access the GitHub API. You need to set the `GITHUB_TOKEN` environment variable. \n\n#### Optional: use .env file\n\nCreate a `.env` file and add your GitHub token:\n\n```sh\nGITHUB_TOKEN=your_github_token_here\n```\n\nthen use `--env-file` flag to load it, like `node --env-file=.env index.js workflow run --name populate-repos-list`\n\n## Usage\n\n### Workflows\n\nTo run a workflow, use the following command:\n\n```bash\nnode index.js workflow run [--name \u003cname\u003e]\n```\n\nTo list all available workflows, use the following command:\n\n```bash\nnode index.js workflow list\n```\n\n\n### Projects\n\nTo add a new project, use the following command:\n\n```bash\nnode index.js project add [--name \u003cname\u003e] [--github-urls \u003curls...\u003e]\n```\n\nFor example, to add a project named \"express\" with GitHub URLs:\n\n```bash\nnode index.js project add --name express --github-urls https://github.com/expressjs https://github.com/pillarjs https://github.com/jshttp\n```\n\n## Running Tests\n\nTo run the tests, use:\n\n```bash\nnpm test\n```\n\n## Linting\n\nTo lint the code, use:\n\n```bash\nnpm run lint\n```\n\nTo automatically fix linting errors, use:\n\n```bash\nnpm run lint:fix\n```\n\n## Continuous Integration\n\nThis project uses GitHub Actions for continuous integration. The configuration is in the .github/workflows/ci.yml file. The CI pipeline runs on every push and pull request, and it includes the following steps:\n\n\n- Install dependencies\n- Lint code\n- Run tests\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fpoc-openjs-security-program-standards-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulisesgascon%2Fpoc-openjs-security-program-standards-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulisesgascon%2Fpoc-openjs-security-program-standards-dashboard/lists"}