{"id":16497247,"url":"https://github.com/guillaumefalourd/github-stack","last_synced_at":"2026-05-18T19:47:24.785Z","repository":{"id":103342768,"uuid":"498029042","full_name":"GuillaumeFalourd/github-stack","owner":"GuillaumeFalourd","description":"StackSpot Stack using Github :octocat:","archived":false,"fork":false,"pushed_at":"2022-08-22T19:34:58.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T06:07:13.268Z","etag":null,"topics":["github","stackspot"],"latest_commit_sha":null,"homepage":"https://www.stackspot.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuillaumeFalourd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-30T17:00:04.000Z","updated_at":"2022-11-01T20:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8c1ac2a-a7c6-4cf2-8b2c-0fddebea52cc","html_url":"https://github.com/GuillaumeFalourd/github-stack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fgithub-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fgithub-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fgithub-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fgithub-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeFalourd","download_url":"https://codeload.github.com/GuillaumeFalourd/github-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381519,"owners_count":19953749,"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":["github","stackspot"],"created_at":"2024-10-11T14:38:54.345Z","updated_at":"2026-05-18T19:47:19.765Z","avatar_url":"https://github.com/GuillaumeFalourd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-next-line MD041 --\u003e\n[![Super Linter](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/super-linter.yml/badge.svg)](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/super-linter.yml) [![Horusec](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/horusec.yml/badge.svg)](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/horusec.yml) [![Gitleaks](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/GuillaumeFalourd/github-stack/actions/workflows/gitleaks.yml)\n\n# GitHub Stack\n\nRepository used as a [StackSpot](https://www.stackspot.com/) proof of concept using GitHub.\n\n# Usage\n\n```shell\nstk import stack https://github.com/GuillaumeFalourd/github-stack\n```\n\nThis stack is a proof of concept showing how the STK CLI can be used to create a new repository template with some default and actions workflow files already configured.\n\nThis implies files such as:\n- `README.md`\n- `.gitignore`\n- `CODE_OF_CONDUCT.md`\n- `CONTRIBUTING.md`\n- `DEVELOPER_GUIDE.md`\n- `LICENSE` (only Apache 2.0 supported at the moment)\n- `SECURITY.md`\n- `.github/ISSUE_TEMPLATE/*` (bug + enhancement md files)\n- `.github/PULL_REQUEST_TEMPLATE.md`\n- `.github/workflows/*` (security, first interaction, auto-assign, linters...)\n\n## Available Plugins\n\n```shell\nStack: github-stack\n+---------------------+--------------------------------------------------------+---------+-----------------+\n| name                | description                                            | types   | version(latest) |\n+---------------------+--------------------------------------------------------+---------+-----------------+\n| gha-auto-assign     | Plugin to add a auto-assign GitHub actions workflow    | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| gha-devsecops       | Plugin to add a devsecops GitHub actions workflow      | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| gha-first-interacti | Plugin to add a first-interaction GitHub actions       | ['app'] | no release      |\n| on                  | workflow                                               |         |                 |\n|                     |                                                        |         |                 |\n| gha-gitleaks        | Plugin to add a gitleaks GitHub actions workflow       | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| gha-horusec         | Plugin to add a horusec GitHub actions workflow        | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| gha-super-linter    | Plugin to add a super-linter GitHub actions workflow   | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| issue-templates     | Plugin to add issue templates to the GitHub repository | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| new-repository      | Plugin to create a new GitHub repository               | ['app'] | no release      |\n|                     |                                                        |         |                 |\n| pull-request-templa | Plugin to add a pull-request template to the           | ['app'] | no release      |\n| te                  | GitHub repository                                      |         |                 |\n+---------------------+--------------------------------------------------------+---------+-----------------+\n```\n\n## Available Tasks\n\n```shell\nStack: github-stack\n+----------------+-------------------------------------------------+\n| name           | description                                     |\n+----------------+-------------------------------------------------+\n| add-secret     | Task to add / update a GitHub repository secret |\n|                |                                                 |\n| create-release | Task to create a GitHub repository release      |\n|                |                                                 |\n| create-repo    | Task to create a remote GitHub repository       |\n+----------------+-------------------------------------------------+\n```\n\n## Available Stackfiles\n\n```shell\nStack: github-stack\n+---------+-----------------------------------------------+------+\n| name    | description                                   | type |\n+---------+-----------------------------------------------+------+\n| default | Template to create a new repository with some | app  |\n|         | GitHub default and Actions files              |      |\n+---------+-----------------------------------------------+------+\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fgithub-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumefalourd%2Fgithub-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fgithub-stack/lists"}