{"id":21117222,"url":"https://github.com/actionhippie/kustomize","last_synced_at":"2026-01-26T10:02:18.928Z","repository":{"id":39876347,"uuid":"417494872","full_name":"actionhippie/kustomize","owner":"actionhippie","description":"Action to build manifests based on Kustomize","archived":false,"fork":false,"pushed_at":"2026-01-15T05:04:11.000Z","size":249,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T07:39:01.248Z","etag":null,"topics":["action","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/actionhippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-15T12:40:06.000Z","updated_at":"2026-01-15T05:04:14.000Z","dependencies_parsed_at":"2023-10-16T18:17:43.441Z","dependency_job_id":"62885c2f-3b95-48c8-8e5f-13c9dabb87a8","html_url":"https://github.com/actionhippie/kustomize","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":0.5405405405405406,"last_synced_commit":"00b1938bf3d6a586ee5b2ba17e5dde73dddf175c"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/actionhippie/kustomize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fkustomize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fkustomize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fkustomize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fkustomize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionhippie","download_url":"https://codeload.github.com/actionhippie/kustomize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionhippie%2Fkustomize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28774297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T09:42:00.929Z","status":"ssl_error","status_checked_at":"2026-01-26T09:42:00.591Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["action","github"],"created_at":"2024-11-20T02:40:18.795Z","updated_at":"2026-01-26T10:02:18.908Z","avatar_url":"https://github.com/actionhippie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kustomize\n\n[![Current Tag](https://img.shields.io/github/v/tag/actionhippie/kustomize?sort=semver)](https://github.com/actionhippie/kustomize) [![Docker Build](https://github.com/actionhippie/kustomize/workflows/docker/badge.svg)](https://github.com/actionhippie/kustomize/actions/workflows/docker.yml)\n\n[GitHub Action](https://github.com/features/actions) to build manifests based on Kustomize.\n\n## Usage\n\n```yml\nname: Example\n\non:\n  - push\n  - pull_request\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n\n      - uses: actionhippie/kustomize@v1\n        with:\n          version: 4.4.0\n```\n\n## Inputs\n\n### `args`\n\nOverride all kustomize arguments\n\n### `target`\n\nOptional path to write output into\n\n### `workingdir`\n\nSwitch into this directory before execution\n\n### `stack_trace`\n\nPrint a stack-trace on error\n\n### `enable_alpha_plugins`\n\nEnable Kustomize alpha plugins\n\n### `enable_exec`\n\nEnable support for exec functions\n\n### `enable_helm`\n\nEnable Helm inflator generator\n\n### `enable_managedby_label`\n\nInject app.kubernetes.io/managed-by labels\n\n### `enable_star`\n\nEnable support for starlark functions\n\n### `load_restrictor`\n\nOverride load restrictions\n\n### `reorder`\n\nReorder resources before output\n\n### `path`\n\nPath to read, defaults to current directory\n\n### `print`\n\nPrint messages directly, defaults to `true`\n\n### `version`\n\nUse a specific version of Kustomize\n\n### `helm`\n\nUse a specific version of Helm\n\n### `ksops`\n\nUse a specific version of Ksops\n\n### `gpgkey`\n\nPrivate GnuPG key for KSOPS integration\n\n## Outputs\n\n### `manifest`\n\nGenerated manifest for Kubernetes\n\n## Security\n\nIf you find a security issue please contact thomas@webhippie.de first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n* [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2021 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionhippie%2Fkustomize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionhippie%2Fkustomize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionhippie%2Fkustomize/lists"}