{"id":21547837,"url":"https://github.com/mundoalem/action-prepare","last_synced_at":"2026-05-15T23:02:28.155Z","repository":{"id":211761971,"uuid":"729840307","full_name":"mundoalem/action-prepare","owner":"mundoalem","description":"GitHub action used to setup the dependencies needed by specific project types and their pipeline jobs.","archived":false,"fork":false,"pushed_at":"2025-01-06T17:16:49.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T01:47:04.538Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mundoalem.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":"2023-12-10T14:20:34.000Z","updated_at":"2025-01-05T20:19:57.000Z","dependencies_parsed_at":"2023-12-26T22:32:10.993Z","dependency_job_id":"8c62f6e4-118c-4a82-a092-0fdc1c9dcf6e","html_url":"https://github.com/mundoalem/action-prepare","commit_stats":null,"previous_names":["mundoalem/action-prepare"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mundoalem/action-prepare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Faction-prepare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Faction-prepare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Faction-prepare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Faction-prepare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mundoalem","download_url":"https://codeload.github.com/mundoalem/action-prepare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Faction-prepare/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266665813,"owners_count":23964974,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["actions","github"],"created_at":"2024-11-24T06:16:25.462Z","updated_at":"2026-05-15T23:02:28.151Z","avatar_url":"https://github.com/mundoalem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release Status](https://github.com/mundoalem/action-prepare/actions/workflows/pipeline.yml/badge.svg)](https://github.com/mundoalem/action-prepare/actions/workflows/pipeline.yml)\n\n# Prepare\n\nPrepare is a GitHub action used to setup the dependencies needed by specific project types and their pipeline jobs. The\ncurrently supported project types and jobs are:\n\n\n| Project Type | Jobs               | OS    |\n| ------------ | ------------------ | ----- |\n| container    | cd, ci, lint, scan | linux |\n| nix          | ci, lint           | linux |\n| terraform    | any                | linux |\n\n# Inputs\n\n| Input             | Description                          | Required | Default |\n| ----------------- | ------------------------------------ | -------- | ------- |\n| job               | Job we are preparing for             | Yes      |         |\n| type              | Project type we are preparing for    | Yes      |         |\n| version_alejandra | Version of alejandra to be installed | No       | 4.0.0   |\n| version_checkov   | Version of checkov to be installed   | No       | 3.2.501 |\n| version_hadolint  | Version of hadolint to be installed  | No       | 2.14.0  |\n| version_task      | Version of task to be installed      | No       | 3.48.0  |\n| version_tenv      | Version of tenv to be installed      | No       | 4.9.3   |\n| version_tflint    | Version of tflint to be installed    | No       | 0.61.0  |\n\n# Outputs\n\nNone.\n\n# Example Usage\n\nSetting up the `cd` job of a `container` project type:\n\n```yaml\n- name: Prepare\n  uses: mundoalem/action-prepare@v1\n  with:\n    type: container\n    job: cd\n```\n\nSetting up the `lint` job of a `container` project type with a specific version of `hadolint`:\n\n```yaml\n- name: Prepare\n  uses: mundoalem/action-prepare@v1\n  with:\n    type: container\n    job: lint\n    version_hadolint: 2.10.0\n```\n\n# License\n\n[GNU General Public License Version 3](https://github.com/mundoalem/action-prepare/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundoalem%2Faction-prepare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmundoalem%2Faction-prepare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundoalem%2Faction-prepare/lists"}