{"id":45742653,"url":"https://github.com/containerbuildsystem/actions","last_synced_at":"2026-02-25T15:29:06.236Z","repository":{"id":42127500,"uuid":"274736347","full_name":"containerbuildsystem/actions","owner":"containerbuildsystem","description":"Container Build System's GitHub Action collection","archived":false,"fork":false,"pushed_at":"2025-03-10T17:46:06.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-18T04:57:06.544Z","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/containerbuildsystem.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-24T18:03:47.000Z","updated_at":"2025-03-10T17:46:11.000Z","dependencies_parsed_at":"2024-10-31T16:31:34.466Z","dependency_job_id":null,"html_url":"https://github.com/containerbuildsystem/actions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/containerbuildsystem/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerbuildsystem%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerbuildsystem%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerbuildsystem%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerbuildsystem%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerbuildsystem","download_url":"https://codeload.github.com/containerbuildsystem/actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerbuildsystem%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29827688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T14:53:59.163Z","status":"ssl_error","status_checked_at":"2026-02-25T14:53:23.002Z","response_time":61,"last_error":"SSL_read: 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":[],"created_at":"2026-02-25T15:29:05.466Z","updated_at":"2026-02-25T15:29:06.231Z","avatar_url":"https://github.com/containerbuildsystem.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Actions\n\nContainer Build System's GitHub Action collection\n\nNew actions should live in their own directory - *not* on new branches\n\nCurrent collection\n\n- [ansible-lint][]\n  - docker\n  - Fedora 35\n  - Py 3, Fedora default (3.10.x)\n  - pip\n    - ansible\u003e=2.10,\u003c2.11\n    - ansible-lint latest (5.2.x)\n      - with \"[community,yamllint]\"\n  - config: in-repo\n- [doc8][]\n  \u003e NOTE: ignores Sphinx-specific false positives\n  \u003e\n  \u003e TLDR; this isn't really a Sphinx linter\n  - docker\n  - Fedora 35\n  - Py 3, Fedora default (3.10.x)\n  - pip\n    - doc8==0.9.1\n  - config\n    - defaults\n    - '--max-line-length=100'\n  - inputs\n    - 'path' parameter (required), default 'docs/'\n- [flake8][]\n  - docker\n  - Fedora 35\n  - Py 3, Fedora default (3.10.x)\n  - python3-flake8, Fedora default (3.9.x)\n  - config\n    - defaults\n    - '--max-line-length=100'\n  - Auto-finds .py files\n- [markdownlint][] (ruby version)\n  - docker\n  - Fedora 35\n  - ruby \u003e= 2.6, Fedora default (3.0.x)\n  - gem\n    - mdl:'\u003e=0.11.0'\n  - called from 'action.sh'\n  - config:\n    - style rules are in-repo\n    - '-g .': Use git to auto-find .md files in '.'\n- [mypy][]\n  - docker\n  - Fedora 35\n  - Py 3, Fedora default (3.10.x)\n  - python3-mypy \u003e= 0.910, Fedora default (0.910)\n  - config\n    - defaults\n    - '--install-types'\n    - '--non-interactive'\n    - '--ignore-missing-imports'\n  - inputs\n    - 'package' parameter (required) (arg for '--package')\n- [pytype][]\n  - docker\n  - Fedora 34\n  - Py 3 \u003c 3.10, Fedora default (3.9.x)\n  - pip\n    - pytype (latest)\n  - config\n    - defaults\n    - '-d import-error': ignore imports (pytype will fail (in GitHub workflows)\n      when checking for third party imports, unless they're explicitly\n      installed)\n  - inputs\n    - 'path' parameter (required), default '.'\n- [ShellCheck][]\n  - docker\n  - Fedora 35\n  - ShellCheck, Fedora default (0.7.x)\n  - called from 'action.sh'\n  - config\n    - defaults\n    - '-Calways': always output color\n  - inputs\n    - 'path' parameter (required), default './test.sh'\n- [tekton-lint][] (nodejs)\n  - docker\n  - Fedora 35\n  - nodejs \u003e= 16, Fedora default (16.11.x)\n  - npm\n    - tekton-lint@v0.6.0\n  - config\n    - defaults\n  - inputs\n    - 'path' parameter (required), default 'tekton/**/*.yaml'\n- [yamllint][]\n  - docker\n  - Fedora 35\n  - Py 3, Fedora default (3.10.x)\n  - yamllint, Fedora default (1.26.x)\n  - config\n    - '-s': strict mode, warnings are reported as errors\n    - '-f github': github output format, hits appear inline in diffs\n    - 'line-length': {max: 100}\n  - inputs\n    - 'path' parameter (required), default '.' (all YAML files)\n\n[ansible-lint]: ./ansible-lint/README.md\n[doc8]: ./doc8/README.md\n[flake8]: ./flake8/README.md\n[markdownlint]: ./markdownlint/README.md\n[mypy]: ./mypy/README.md\n[pytype]: ./pytype/README.md\n[ShellCheck]: ./shellcheck/README.md\n[tekton-lint]: ./tekton-lint/README.md\n[yamllint]: ./yamllint/README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainerbuildsystem%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainerbuildsystem%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainerbuildsystem%2Factions/lists"}