{"id":40504963,"url":"https://github.com/deeagle/filecheck","last_synced_at":"2026-01-20T19:31:23.389Z","repository":{"id":38314376,"uuid":"259295581","full_name":"deeagle/filecheck","owner":"deeagle","description":"Docker-Container with collection of tools to run file checks, based on alpine linux.","archived":false,"fork":false,"pushed_at":"2025-10-21T15:29:48.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T17:40:46.196Z","etag":null,"topics":["cicd","docker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/docdee/filecheck","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/deeagle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-27T11:36:36.000Z","updated_at":"2025-10-21T15:29:51.000Z","dependencies_parsed_at":"2025-06-02T19:21:49.138Z","dependency_job_id":"9b5704cf-1553-4aa0-859b-9a986c759e63","html_url":"https://github.com/deeagle/filecheck","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/deeagle/filecheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Ffilecheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Ffilecheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Ffilecheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Ffilecheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeagle","download_url":"https://codeload.github.com/deeagle/filecheck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Ffilecheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28610604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":["cicd","docker"],"created_at":"2026-01-20T19:31:20.569Z","updated_at":"2026-01-20T19:31:23.383Z","avatar_url":"https://github.com/deeagle.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container 4 file checks\n\n![Build status](https://github.com/deeagle/filecheck/workflows/CI/badge.svg)\n![Release status](https://github.com/deeagle/filecheck/workflows/Release%20version/badge.svg)\n[![Alpine](https://img.shields.io/badge/Alpine_Linux-0D597F?style=flat-square\u0026logo=alpine-linux\u0026logoColor=white)](https://img.shields.io/badge/Alpine_Linux-0D597F?style=flat-square\u0026logo=alpine-linux\u0026logoColor=white)\n[![Docker](https://badgen.net/badge/icon/docker?icon=docker\u0026label)](https://hub.docker.com/r/docdee/filecheck)\n\nI need a container for CI/CD testing of incoming changes from\nnon linux environments. Installed tools are:\n\n- `find`\n- `file`\n- `git`\n- `isutf8`\n\n## Usage\n\nYou can check your files for:\n\n- LineFeed\n  - find files with non unix style linefeed (`\\n`)\n\n    ```bash\n    (! find . -maxdepth 1 -name \"*.*\" -not -type d -exec file \"{}\" \";\" | grep \"CRLF\\|CR\")\n    (! find src tests -name \"*.*\" -not -type d -exec file \"{}\" \";\" | grep \"CRLF\\|CR\")\n    ```\n\n- UTF8\n  - Find files that are not utf8\n    \u003c!-- markdownlint-disable MD013 --\u003e\n    ```bash\n    (find . -maxdepth 1 -name \"*.*\" -not -type d -exec isutf8 \"{}\" \"+\")\n    (find app bin scripts src tests web -name \"*.*\" -not -type d -not -name \"*.png\" -not -name \"*.gif\" -not -name \"favicon.ico\"  -exec isutf8 \"{}\" \"+\")\n    ```\n    \u003c!-- markdownlint-enable MD013 --\u003e\n\n## Weblinks\n\n- [CHANGELOG](CHANGELOG.md)\n- [filecheck on github.com](https://github.com/deeagle/filecheck)\n- [docker-alpine](https://github.com/alpinelinux/docker-alpine)\n- [Dockerfile lint](https://github.com/hadolint/hadolint)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Ffilecheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeagle%2Ffilecheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Ffilecheck/lists"}