{"id":5804538,"name":"appleboy/scp-action","ecosystem":"actions","description":"Easily transfer files and folders using the SCP command in Linux.","homepage":"https://github.com/marketplace/actions/scp-command-to-transfer-files","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/appleboy/scp-action","keywords_array":["github-action","github-actions","scp"],"namespace":"appleboy","versions_count":21,"first_release_published_at":"2019-05-11T14:28:54.000Z","latest_release_published_at":"2025-04-27T04:42:05.000Z","latest_release_number":"v1.0.0","last_synced_at":"2026-07-27T08:33:06.134Z","created_at":"2023-01-04T15:06:31.474Z","updated_at":"2026-07-27T08:33:06.135Z","registry_url":"https://github.com/appleboy/scp-action","install_command":null,"documentation_url":null,"metadata":{"name":"SCP Command to Transfer Files","description":"Easily transfer files and folders using the SCP command in Linux.","author":"Bo-Yi Wu","inputs":{"host":{"description":"Remote host address for SCP (e.g., example.com or 192.168.1.1)."},"port":{"description":"Remote SSH port for SCP. Default: 22.","default":"22"},"username":{"description":"Username for SSH authentication."},"password":{"description":"Password for SSH authentication (not recommended; use SSH keys if possible)."},"protocol":{"description":"IP protocol to use. Valid values: 'tcp', 'tcp4', or 'tcp6'. Default: tcp.","default":"tcp"},"timeout":{"description":"Timeout for establishing SSH connection to the remote host. Default: 30s.","default":"30s"},"command_timeout":{"description":"Timeout for the SCP command execution. Default: 10m.","default":"10m"},"key":{"description":"Content of the SSH private key (e.g., the raw content of ~/.ssh/id_rsa)."},"key_path":{"description":"Path to the SSH private key file."},"passphrase":{"description":"Passphrase for the SSH private key, if required."},"fingerprint":{"description":"SHA256 fingerprint of the host's public key. If not set, host key verification is skipped (not recommended for production)."},"use_insecure_cipher":{"description":"Enable additional, less secure ciphers for compatibility. Not recommended unless required."},"target":{"description":"Target directory path on the remote server. Must be a directory."},"source":{"description":"List of files or directories to transfer (local paths)."},"rm":{"description":"Remove the target directory on the server before uploading new data."},"debug":{"description":"Enable debug messages for troubleshooting."},"strip_components":{"description":"Remove the specified number of leading path elements when extracting files."},"overwrite":{"description":"Use the --overwrite flag with tar to overwrite existing files."},"tar_dereference":{"description":"Use the --dereference flag with tar to follow symlinks."},"tar_tmp_path":{"description":"Temporary path for the tar file on the destination host."},"tar_exec":{"description":"Path to the tar executable on the destination host. Default: tar.","default":"tar"},"proxy_host":{"description":"Remote host address for SSH proxy."},"proxy_port":{"description":"SSH proxy port. Default: 22.","default":"22"},"proxy_username":{"description":"Username for SSH proxy authentication."},"proxy_password":{"description":"Password for SSH proxy authentication."},"proxy_passphrase":{"description":"Passphrase for the SSH proxy private key, if required."},"proxy_timeout":{"description":"Timeout for establishing SSH connection to the proxy host. Default: 30s.","default":"30s"},"proxy_key":{"description":"Content of the SSH proxy private key (e.g., the raw content of ~/.ssh/id_rsa)."},"proxy_key_path":{"description":"Path to the SSH proxy private key file."},"proxy_fingerprint":{"description":"SHA256 fingerprint of the proxy host's public key. If not set, host key verification is skipped (not recommended for production)."},"proxy_use_insecure_cipher":{"description":"Enable additional, less secure ciphers for the proxy connection. Not recommended unless required."},"curl_insecure":{"description":"When true, uses the --insecure option with curl for insecure downloads.","default":"false"},"capture_stdout":{"description":"When true, captures and returns standard output from the commands as action output.","default":"false"},"version":{"description":"The version of drone-scp to use.\n"}},"outputs":{"stdout":{"description":"Standard output of the executed commands when capture_stdout is enabled.","value":"${{ steps.entrypoint.outputs.stdout }}"}},"runs":{"using":"composite","steps":[{"name":"Set GitHub Path","run":"echo \"$GITHUB_ACTION_PATH\" \u003e\u003e $GITHUB_PATH","shell":"bash","env":{"GITHUB_ACTION_PATH":"${{ github.action_path }}"}},{"id":"entrypoint","name":"Run entrypoint.sh","run":"entrypoint.sh","shell":"bash","env":{"GITHUB_ACTION_PATH":"${{ github.action_path }}","INPUT_HOST":"${{ inputs.host }}","INPUT_PORT":"${{ inputs.port }}","INPUT_PROTOCOL":"${{ inputs.protocol }}","INPUT_USERNAME":"${{ inputs.username }}","INPUT_PASSWORD":"${{ inputs.password }}","INPUT_PASSPHRASE":"${{ inputs.passphrase }}","INPUT_KEY":"${{ inputs.key }}","INPUT_KEY_PATH":"${{ inputs.key_path }}","INPUT_FINGERPRINT":"${{ inputs.fingerprint }}","INPUT_PROXY_HOST":"${{ inputs.proxy_host }}","INPUT_PROXY_PORT":"${{ inputs.proxy_port }}","INPUT_PROXY_USERNAME":"${{ inputs.proxy_username }}","INPUT_PROXY_PASSWORD":"${{ inputs.proxy_password }}","INPUT_PROXY_PASSPHRASE":"${{ inputs.proxy_passphrase }}","INPUT_PROXY_KEY":"${{ inputs.proxy_key }}","INPUT_PROXY_KEY_PATH":"${{ inputs.proxy_key_path }}","INPUT_PROXY_FINGERPRINT":"${{ inputs.proxy_fingerprint }}","INPUT_USE_INSECURE_CIPHER":"${{ inputs.use_insecure_cipher }}","INPUT_CIPHER":"${{ inputs.cipher }}","INPUT_PROXY_USE_INSECURE_CIPHER":"${{ inputs.proxy_use_insecure_cipher }}","INPUT_PROXY_CIPHER":"${{ inputs.proxy_cipher }}","INPUT_DEBUG":"${{ inputs.debug }}","INPUT_TIMEOUT":"${{ inputs.timeout }}","INPUT_COMMAND_TIMEOUT":"${{ inputs.command_timeout }}","INPUT_TARGET":"${{ inputs.target }}","INPUT_SOURCE":"${{ inputs.source }}","INPUT_RM":"${{ inputs.rm }}","INPUT_STRIP_COMPONENTS":"${{ inputs.strip_components }}","INPUT_OVERWRITE":"${{ inputs.overwrite }}","INPUT_TAR_DEREFERENCE":"${{ inputs.tar_dereference }}","INPUT_TAR_TMP_PATH":"${{ inputs.tar_tmp_path }}","INPUT_TAR_EXEC":"${{ inputs.tar_exec }}","INPUT_PROXY_TIMEOUT":"${{ inputs.proxy_timeout }}","INPUT_CAPTURE_STDOUT":"${{ inputs.capture_stdout }}","INPUT_CURL_INSECURE":"${{ inputs.curl_insecure }}","DRONE_SCP_VERSION":"${{ inputs.version }}"}}]},"branding":{"icon":"copy","color":"gray-dark"},"default_branch":"master","path":null},"repo_metadata":{"id":37706469,"uuid":"186096381","full_name":"appleboy/scp-action","owner":"appleboy","description":"GitHub Action that copy files and artifacts via SSH.","archived":false,"fork":false,"pushed_at":"2025-09-16T15:00:35.000Z","size":293,"stargazers_count":1485,"open_issues_count":77,"forks_count":162,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-10T02:33:31.410Z","etag":null,"topics":["github-action","github-actions","scp"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/scp-command-to-transfer-files","language":"Shell","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/appleboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.me/appleboy46"]}},"created_at":"2019-05-11T06:27:38.000Z","updated_at":"2025-10-08T12:42:00.000Z","dependencies_parsed_at":"2023-01-11T17:21:19.335Z","dependency_job_id":"8d4e9879-1078-4bd8-b4b9-f6e8a727d060","html_url":"https://github.com/appleboy/scp-action","commit_stats":{"total_commits":121,"total_committers":8,"mean_commits":15.125,"dds":"0.15702479338842978","last_synced_commit":"c6ff96b7f6d4941429ff4b6aa5b9b0e1c7ff38ea"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/appleboy/scp-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/sbom","scorecard":{"id":203769,"data":{"date":"2025-08-11","repo":{"name":"github.com/appleboy/scp-action","commit":"7f18bf0ec86d81d9fba5e2bdf3253b7b22a604ab"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"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":"Code-Review","score":0,"reason":"Found 1/27 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/goreleaser.yml:9","Warn: no topLevel permission defined: .github/workflows/stable.yml:1","Warn: no topLevel permission defined: .github/workflows/testing.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/goreleaser.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/goreleaser.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/goreleaser.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/goreleaser.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/goreleaser.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/goreleaser.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stable.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stable.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/stable.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testing.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/appleboy/scp-action/testing.yml/master?enable=pin","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  12 third-party GitHubAction 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/goreleaser.yml:12"],"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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 7 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"}}]},"last_synced_at":"2025-08-16T23:16:43.991Z","repository_id":37706469,"created_at":"2025-08-16T23:16:43.991Z","updated_at":"2025-08-16T23:16:43.991Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005654,"owners_count":26083942,"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-10-10T02:00:06.843Z","response_time":62,"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":"appleboy","name":"Bo-Yi Wu","uuid":"21979","kind":"user","description":"I really believe committing every day to an open-source project is the best practice. Golang GDE (Google Developer Expert) in 2023","email":"","website":"https://blog.wu-boy.com","location":"Hsinchu, Taiwan","twitter":"appleboy","company":"Mediatek","icon_url":"https://avatars.githubusercontent.com/u/21979?u=1a254eae0e4499dbb382ec3e3863ac8fa8b34ddd\u0026v=4","repositories_count":595,"last_synced_at":"2025-10-06T00:27:14.470Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/appleboy","funding_links":[],"total_stars":27253,"followers":7242,"following":306,"created_at":"2022-11-02T16:36:34.393Z","updated_at":"2025-10-06T00:27:14.471Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy/repositories"},"tags":[{"name":"v1.0.0","sha":"ff85246acaad7bdce478db94a363cd2bf7c90345","kind":"commit","published_at":"2025-04-27T04:42:05.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v1.0.0","html_url":"https://github.com/appleboy/scp-action/releases/tag/v1.0.0","dependencies_parsed_at":"2025-05-03T04:14:28.038Z","dependency_job_id":null,"purl":"pkg:github/appleboy/scp-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v1.0.0/manifests"},{"name":"v1","sha":"ff85246acaad7bdce478db94a363cd2bf7c90345","kind":"commit","published_at":"2025-04-27T04:42:05.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v1","html_url":"https://github.com/appleboy/scp-action/releases/tag/v1","dependencies_parsed_at":"2025-05-03T04:14:28.045Z","dependency_job_id":null,"purl":"pkg:github/appleboy/scp-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v1/manifests"},{"name":"v0.1.7","sha":"917f8b81dfc1ccd331fef9e2d61bdc6c8be94634","kind":"commit","published_at":"2024-01-01T05:45:26.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.7","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.7","dependencies_parsed_at":"2024-01-03T05:46:35.460Z","dependency_job_id":null,"purl":"pkg:github/appleboy/scp-action@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"35093a99f9d2c59e93c23c21453ed7bf0bfc81b2","kind":"commit","published_at":"2023-12-26T05:54:08.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.6","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.6","dependencies_parsed_at":"2023-12-29T04:38:16.033Z","dependency_job_id":null,"purl":"pkg:github/appleboy/scp-action@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"5878fc908fe21ff5041828e0e01da8a0f89f18c5","kind":"commit","published_at":"2023-12-25T13:54:17.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.5","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.5","dependencies_parsed_at":"2023-12-29T04:38:16.032Z","dependency_job_id":null,"purl":"pkg:github/appleboy/scp-action@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"8a92fcdb1eb4ffbf538b2fa286739760aac8a95b","kind":"commit","published_at":"2023-04-09T10:26:09.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.4","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.4","dependencies_parsed_at":"2023-06-02T00:21:21.714Z","dependency_job_id":"6402f1f7-bbf4-43ef-8b91-47474c3ec9c6","purl":"pkg:github/appleboy/scp-action@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"6d1fc191a822daa12faa45f3a985413f995ff5c5","kind":"commit","published_at":"2022-06-15T14:08:26.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.3","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.3","dependencies_parsed_at":"2023-05-30T18:05:19.624Z","dependency_job_id":"b58a5c14-4080-4bda-9816-1f3063e3dda9","purl":"pkg:github/appleboy/scp-action@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"f57f59fba9f7f05a7857eeb06d556738cc696279","kind":"commit","published_at":"2021-10-23T10:49:52.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.2","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.2","dependencies_parsed_at":"2023-05-30T18:05:19.988Z","dependency_job_id":"e7e450f8-7c5b-45f5-848e-c37da28b9f63","purl":"pkg:github/appleboy/scp-action@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"edc8ec9139a2687bcebf0249d0352ff2a988df00","kind":"commit","published_at":"2020-06-15T08:04:17.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.1","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.1","dependencies_parsed_at":"2023-05-30T18:05:20.336Z","dependency_job_id":"6321cc46-c47e-4786-9ea8-7a7be6c0a60c","purl":"pkg:github/appleboy/scp-action@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"5924b2b6d4e69bbfdbcdfafea77a494ba69d60ef","kind":"commit","published_at":"2020-05-24T06:33:16.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.1.0","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T18:05:20.662Z","dependency_job_id":"7aa27fae-6e95-479a-86e4-03f1fdc19859","purl":"pkg:github/appleboy/scp-action@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.1.0/manifests"},{"name":"v0.0.11","sha":"faff4f42184989d41e6fec9fea2ca1e5f963b7cc","kind":"commit","published_at":"2020-05-22T01:47:12.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.11","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.11","dependencies_parsed_at":"2023-05-30T18:05:20.991Z","dependency_job_id":"417f2e4f-6ec2-4272-a24e-223a43681a7c","purl":"pkg:github/appleboy/scp-action@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"2305e4000ab144a4eccb79dd75aa6622923ac20e","kind":"commit","published_at":"2020-05-05T01:54:11.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.10","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.10","dependencies_parsed_at":"2023-05-30T18:05:21.323Z","dependency_job_id":"cec96ab5-6eca-457d-bcea-402c3461eca8","purl":"pkg:github/appleboy/scp-action@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"c51573a06a037e2b03aa97e923025be38e0ff689","kind":"commit","published_at":"2020-05-04T04:44:33.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.9","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.9","dependencies_parsed_at":"2023-05-30T18:05:21.683Z","dependency_job_id":"dc7882a4-85ed-424b-9b3e-4f2c131b2a04","purl":"pkg:github/appleboy/scp-action@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1a6b42614150a668efe6fa18bf37aa66a2583835","kind":"commit","published_at":"2020-04-16T14:25:52.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.8","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.8","dependencies_parsed_at":"2023-05-30T18:05:22.056Z","dependency_job_id":"bd94552b-56a6-494e-8694-ecddd1a09f80","purl":"pkg:github/appleboy/scp-action@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"8b3eebcc8da91664c95f0975fdf8348b16ac15a5","kind":"commit","published_at":"2020-02-27T03:19:51.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.7","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.7","dependencies_parsed_at":"2023-05-30T18:05:22.364Z","dependency_job_id":"168475bd-2400-426a-acbe-fdf6faf51310","purl":"pkg:github/appleboy/scp-action@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"5cb36bda992431bb50a8d975b4d06050d11ba11d","kind":"commit","published_at":"2020-01-20T15:08:15.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.6","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.6","dependencies_parsed_at":"2023-05-30T18:05:22.692Z","dependency_job_id":"53d4d3ac-e1d4-47ed-85e6-23a28339be47","purl":"pkg:github/appleboy/scp-action@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a5de8af6d55c7d0206ce2b28e16ec2e5f4adf5bd","kind":"commit","published_at":"2019-11-30T15:17:05.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.5","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.5","dependencies_parsed_at":"2023-05-30T18:05:23.018Z","dependency_job_id":"a8efdf62-4756-4958-ad27-66964252830d","purl":"pkg:github/appleboy/scp-action@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"196ea3f88f9d783a4fc4a366fd432664ff3d8093","kind":"commit","published_at":"2019-09-30T08:58:33.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.4","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.4","dependencies_parsed_at":"2023-05-30T18:05:23.392Z","dependency_job_id":"2936491f-6d66-46f7-be4a-38df4fbe47e6","purl":"pkg:github/appleboy/scp-action@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"2e28e2ddc92cf55959d9ff0060daa70a879f090a","kind":"commit","published_at":"2019-09-28T17:43:03.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.3","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.3","dependencies_parsed_at":"2023-05-30T18:05:23.737Z","dependency_job_id":"57bf56fc-582c-4c1b-baab-6c9fb076d4f6","purl":"pkg:github/appleboy/scp-action@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"722ddfc32b4cbf364f745a2dbd5f407d978fba87","kind":"commit","published_at":"2019-09-28T04:55:25.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.2","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.2","dependencies_parsed_at":"2023-05-30T18:05:24.100Z","dependency_job_id":"de920c81-69b8-4b3f-a11a-651fe3a53a89","purl":"pkg:github/appleboy/scp-action@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"b476d5806f2a4c1ed5902a87fa91b0623cac7258","kind":"commit","published_at":"2019-05-11T14:28:54.000Z","download_url":"https://codeload.github.com/appleboy/scp-action/tar.gz/v0.0.1","html_url":"https://github.com/appleboy/scp-action/releases/tag/v0.0.1","dependencies_parsed_at":"2023-05-30T18:05:24.360Z","dependency_job_id":"00e9aa33-8109-47b3-be8f-36bdbdd2db03","purl":"pkg:github/appleboy/scp-action@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-11T17:07:26.945Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":3078,"rankings":{"downloads":null,"dependent_repos_count":0.3612739660909523,"dependent_packages_count":0.0,"stargazers_count":0.2598637299952464,"forks_count":0.43416257328474095,"docker_downloads_count":5.0610045951513225,"average":1.2232609729044523},"purl":"pkg:githubactions/appleboy/scp-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/appleboy/scp-action","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/appleboy/scp-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/appleboy/scp-action/dependencies","status":null,"funding_links":["https://www.paypal.me/appleboy46"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-04T11:59:39.067Z","issues_count":146,"pull_requests_count":49,"avg_time_to_close_issue":27964452.225352112,"avg_time_to_close_pull_request":2363983.533333333,"issues_closed_count":71,"pull_requests_closed_count":45,"pull_request_authors_count":8,"issue_authors_count":140,"avg_comments_per_issue":3.0136986301369864,"avg_comments_per_pull_request":0.20408163265306123,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":24,"past_year_issues_count":17,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":3423567.4,"past_year_avg_time_to_close_pull_request":3545121.375,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":0.6470588235294118,"past_year_avg_comments_per_pull_request":0.36363636363636365,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fscp-action/issues","maintainers":[{"login":"appleboy","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/appleboy"}],"active_maintainers":[{"login":"appleboy","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/appleboy"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/appleboy%2Fscp-action/codemeta","maintainers":[]}