{"id":23180966,"url":"https://github.com/replicatedhq/action-kots-lint","last_synced_at":"2025-04-05T03:13:47.385Z","repository":{"id":44530299,"uuid":"235182520","full_name":"replicatedhq/action-kots-lint","owner":"replicatedhq","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-17T16:32:07.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-03-23T03:33:13.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/replicatedhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-20T19:33:29.000Z","updated_at":"2024-09-17T16:31:05.000Z","dependencies_parsed_at":"2022-08-20T05:21:49.029Z","dependency_job_id":null,"html_url":"https://github.com/replicatedhq/action-kots-lint","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replicatedhq%2Faction-kots-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replicatedhq%2Faction-kots-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replicatedhq%2Faction-kots-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replicatedhq%2Faction-kots-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replicatedhq","download_url":"https://codeload.github.com/replicatedhq/action-kots-lint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280270,"owners_count":20912967,"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-12-18T08:13:58.799Z","updated_at":"2025-04-05T03:13:47.369Z","avatar_url":"https://github.com/replicatedhq.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"action-kots-lint\n=====================\n\nA github Action to lint application manifests for a [Replicated KOTS](https://blog.replicated.com/announcing-kots/) application.\n\n### Usage\n\nAn example workflow is included at [./.github/workflows/main.yml](./.github/workflows/main.yml)\n\n```yaml\nname: Lint KOTS Application Manifests\n\non: [push]\n\njobs:\n  create-release:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v1\n    - uses: replicatedhq/action-kots-lint@v0.2.0\n      name: Lint the release manifests\n      with:\n        replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}\n        replicated-app: ${{ secrets.REPLICATED_APP }}\n        yaml-dir: manifests\n```\n\n### Inputs\n\n#### replicated-app\n\nThe application slug or ID for this application. This can be found at [vendor.replicated.com/settings](https://vendor.replicated.com/settings).\n\n#### replicated-api-token\n\nA Replicated Service Account API token. Create one in the vendor portal under [Service Accounts](https://vendor.replicated.com/team/serviceaccounts).\n\n#### yaml-dir\n\nA directory containing KOTS manifests, defaults to `./manifests`.\n\n\n### Limiting to specific branches or patterns\n\nTo limit which branches create releases or more advanced branch filtering, check out the [GitHub Actions docs on workflow triggers](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplicatedhq%2Faction-kots-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplicatedhq%2Faction-kots-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplicatedhq%2Faction-kots-lint/lists"}