{"id":5791677,"name":"SamKirkland/web-deploy","ecosystem":"actions","description":"Deploy websites via sftp/ssh/rsync","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/SamKirkland/web-deploy","keywords_array":["action","continuous-deployment","continuous-integration","deploy","deployment","rsync","ssh","website"],"namespace":"SamKirkland","versions_count":1,"first_release_published_at":"2022-09-04T05:45:22.000Z","latest_release_published_at":"2022-09-04T05:45:22.000Z","latest_release_number":"v1","last_synced_at":"2026-03-11T02:02:01.805Z","created_at":"2023-01-03T21:45:03.829Z","updated_at":"2026-03-11T02:02:01.805Z","registry_url":"https://github.com/SamKirkland/web-deploy","install_command":null,"documentation_url":null,"metadata":{"name":"web deploy anything","description":"Deploy websites via sftp/ssh/rsync","author":"Sam Kirkland","inputs":{"target-server":{"description":"Deployment destination server. Formatted as domain.com:port. Port is optional and is your websites port, not your SSH port","required":true},"remote-user":{"description":"SSH account username","required":true},"private-ssh-key":{"description":"Private SSH key","required":true},"source-path":{"description":"Path to upload to on the server, must end with trailing slash /","required":true},"destination-path":{"description":"Folder to upload from, must end with trailing slash /","required":true},"ssh-port":{"description":"Port for SSH","default":"22","required":false},"rsync-options":{"description":"Passes through options into rsync","default":"--archive --verbose --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore","required":false}},"runs":{"using":"node16","main":"dist/index.js"},"branding":{"icon":"upload-cloud","color":"green"},"default_branch":"master","path":null},"repo_metadata":{"id":65155283,"uuid":"261375873","full_name":"SamKirkland/web-deploy","owner":"SamKirkland","description":"Deploy your website automatically for free","archived":false,"fork":false,"pushed_at":"2024-05-13T13:20:58.000Z","size":142,"stargazers_count":231,"open_issues_count":19,"forks_count":38,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-27T19:02:55.739Z","etag":null,"topics":["action","continuous-deployment","continuous-integration","deploy","deployment","rsync","ssh","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SamKirkland.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-05-05T06:11:55.000Z","updated_at":"2025-09-27T14:25:51.000Z","dependencies_parsed_at":"2024-06-18T18:52:26.192Z","dependency_job_id":null,"html_url":"https://github.com/SamKirkland/web-deploy","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"7d7a529dd2384687ccc1d3e251d8c7f164fbc533"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SamKirkland/web-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamKirkland","download_url":"https://codeload.github.com/SamKirkland/web-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/sbom","scorecard":{"id":125364,"data":{"date":"2025-08-11","repo":{"name":"github.com/SamKirkland/web-deploy","commit":"7d7a529dd2384687ccc1d3e251d8c7f164fbc533"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dryrun-deploy.yml:1","Warn: no topLevel permission defined: .github/workflows/test-report.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":0,"reason":"Found 1/12 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dryrun-deploy.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/SamKirkland/web-deploy/dryrun-deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dryrun-deploy.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/SamKirkland/web-deploy/dryrun-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-report.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/SamKirkland/web-deploy/test-report.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-report.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/SamKirkland/web-deploy/test-report.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-report.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/SamKirkland/web-deploy/test-report.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   1 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T03:41:09.841Z","repository_id":65155283,"created_at":"2025-08-16T03:41:09.841Z","updated_at":"2025-08-16T03:41:09.841Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277311261,"owners_count":25796892,"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","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"SamKirkland","name":"Sam Kirkland","uuid":"7682814","kind":"user","description":"","email":"","website":"http://samkirkland.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7682814?u=fdf14abf8778cb78af5e285a122f69533e77affa\u0026v=4","repositories_count":11,"last_synced_at":"2023-02-28T21:05:26.047Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/SamKirkland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-11T22:13:22.198Z","updated_at":"2023-02-28T21:05:26.056Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamKirkland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamKirkland/repositories"},"tags":[{"name":"v1","sha":"8a74c6948a31575b5776ff1e8304d5c2aef5bdbd","kind":"commit","published_at":"2022-09-04T05:45:22.000Z","download_url":"https://codeload.github.com/SamKirkland/web-deploy/tar.gz/v1","html_url":"https://github.com/SamKirkland/web-deploy/releases/tag/v1","dependencies_parsed_at":"2023-06-01T10:45:24.900Z","dependency_job_id":null,"purl":"pkg:github/SamKirkland/web-deploy@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-12-19T17:13:57.513Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":10,"rankings":{"downloads":null,"dependent_repos_count":12.21359530977658,"dependent_packages_count":0.0,"stargazers_count":2.0757407700839803,"forks_count":4.056409443828237,"docker_downloads_count":null,"average":4.5864363809221995},"purl":"pkg:githubactions/SamKirkland/web-deploy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/SamKirkland/web-deploy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/SamKirkland/web-deploy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/SamKirkland/web-deploy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-26T05:25:15.724Z","issues_count":27,"pull_requests_count":5,"avg_time_to_close_issue":8784981.42857143,"avg_time_to_close_pull_request":3152413.8,"issues_closed_count":7,"pull_requests_closed_count":5,"pull_request_authors_count":4,"issue_authors_count":19,"avg_comments_per_issue":2.3703703703703702,"avg_comments_per_pull_request":0.4,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":3,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamKirkland%2Fweb-deploy/issues","maintainers":[{"login":"SamKirkland","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SamKirkland"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SamKirkland%2Fweb-deploy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SamKirkland%2Fweb-deploy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SamKirkland%2Fweb-deploy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SamKirkland%2Fweb-deploy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SamKirkland%2Fweb-deploy/codemeta","maintainers":[]}