{"id":38701145,"url":"https://github.com/toblux/start-clamd-github-action","last_synced_at":"2026-01-17T10:48:44.320Z","repository":{"id":212879104,"uuid":"732193328","full_name":"toblux/start-clamd-github-action","owner":"toblux","description":"GitHub Action to start a ClamAV server","archived":false,"fork":false,"pushed_at":"2025-02-11T20:16:23.000Z","size":312,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-11T21:24:39.515Z","etag":null,"topics":["clamav","clamd","github-action"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toblux.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-15T22:11:49.000Z","updated_at":"2025-02-11T20:16:27.000Z","dependencies_parsed_at":"2023-12-23T16:27:37.088Z","dependency_job_id":"f71de81e-34e0-419d-9041-bfdf492ece01","html_url":"https://github.com/toblux/start-clamd-github-action","commit_stats":null,"previous_names":["toblux/start-clamd-github-action"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/toblux/start-clamd-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toblux%2Fstart-clamd-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toblux%2Fstart-clamd-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toblux%2Fstart-clamd-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toblux%2Fstart-clamd-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toblux","download_url":"https://codeload.github.com/toblux/start-clamd-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toblux%2Fstart-clamd-github-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["clamav","clamd","github-action"],"created_at":"2026-01-17T10:48:44.180Z","updated_at":"2026-01-17T10:48:44.286Z","avatar_url":"https://github.com/toblux.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Start ClamAV Daemon GitHub Action\n\nThis GitHub action starts a lightweight ClamAV daemon. By default, `clamd` loads only the `bytecode` database, but the `main` and `daily` databases can be enabled if needed.\n\nThe action works on Linux, macOS, and Windows runners. On Linux and macOS, `clamd` listens on TCP port 3310 and the Unix socket at `/tmp/clamd.socket`. On Windows, `clamd` listens on TCP port 3310.\n\n## Inputs\n\nNo inputs are required for this action to run. Please refer to [action.yml](action.yml) to see which inputs can be customized and their default values.\n\n## Usage\n\n```yaml\nname: Example workflow\non: [push, pull_request]\njobs:\n  clamd_ubuntu:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Start ClamAV daemon clamd\n        uses: toblux/start-clamd-github-action@v0.2.1\n        with: # Custom inputs are optional (these are the default values)\n          unix_socket: /tmp/clamd.socket\n          tcp_port: 3310\n          stream_max_length: 1M\n      - name: Ping clamd on TCP port 3310\n        run: echo PING | nc localhost 3310\n      - name: Ping clamd using the Unix socket\n        run: echo PING | nc -U /tmp/clamd.socket\n  clamd_windows:\n    runs-on: windows-latest\n    steps:\n      - name: Start ClamAV daemon clamd\n        uses: toblux/start-clamd-github-action@v0.2.1\n      - name: Test the connection to clamd on TCP port 3310\n        run: Test-NetConnection -ComputerName localhost -Port 3310\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoblux%2Fstart-clamd-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoblux%2Fstart-clamd-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoblux%2Fstart-clamd-github-action/lists"}