{"id":19583818,"url":"https://github.com/bodsch/ansible-scanbd","last_synced_at":"2026-03-03T17:04:45.148Z","repository":{"id":87294557,"uuid":"319223836","full_name":"bodsch/ansible-scanbd","owner":"bodsch","description":"build, install and configure `scanbd` on **my** systems","archived":false,"fork":false,"pushed_at":"2024-09-06T04:08:09.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T12:30:42.221Z","etag":null,"topics":["automation","scandb","scanning"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodsch.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":"2020-12-07T06:22:30.000Z","updated_at":"2024-09-06T04:08:13.000Z","dependencies_parsed_at":"2023-11-15T12:31:37.525Z","dependency_job_id":"33ee0131-aac4-4970-81ed-fec07599b922","html_url":"https://github.com/bodsch/ansible-scanbd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bodsch/ansible-scanbd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-scanbd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-scanbd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-scanbd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-scanbd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodsch","download_url":"https://codeload.github.com/bodsch/ansible-scanbd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-scanbd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"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":["automation","scandb","scanning"],"created_at":"2024-11-11T07:44:58.495Z","updated_at":"2026-03-03T17:04:45.131Z","avatar_url":"https://github.com/bodsch.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\ninstalls and configure `scanbd` on **my** RasPi.\n\n\n\n\n## build from source\n\n### build errors\n\n\n```\nscanbd.c: In function 'main':\nscanbd.c:354:5: error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]\n     strncpy(prog_path, argv[0], PATH_MAX);\n```\n```\nconfig.c: In function 'cfg_do_parse':\nconfig.c:117:5: error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]\n     strncpy(config_file, config_file_name, PATH_MAX);\n```\n```\nslog.c: In function 'slog_init':\nslog.c:33:5: error: 'strncpy' specified bound 2048 equals destination size [-Werror=stringop-truncation]\n     strncpy(lpre, string, LINE_MAX);\n```\n\n```\nsrc/scanbd/scanbd.c:354:\n\n- strncpy(prog_path, argv[0], PATH_MAX);\n+ strncpy(prog_path, argv[0], PATH_MAX -1);\n```\n\n```\nsrc/scanbd/config.c:117:\n\n- strncpy(config_file, config_file_name, PATH_MAX);\n+ strncpy(config_file, config_file_name, PATH_MAX -1);\n```\n\n```\nsrc/scanbd/slog.c:33:\n\n- strncpy(lpre, string, LINE_MAX);\n+ strncpy(lpre, string, LINE_MAX -1);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-scanbd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodsch%2Fansible-scanbd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-scanbd/lists"}