{"id":7743917,"name":"tarathep/robotframework-github-action","ecosystem":"actions","description":"Run Automate test with Robot Framework on Github Action","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/tarathep/robotframework-github-action","keywords_array":["github-actions","robotframework","test-automation","tools"],"namespace":"tarathep","versions_count":9,"first_release_published_at":"2021-08-23T03:24:36.000Z","latest_release_published_at":"2021-08-23T05:10:13.000Z","latest_release_number":"v0.1.6","last_synced_at":"2026-04-06T06:02:20.028Z","created_at":"2023-05-17T08:45:33.602Z","updated_at":"2026-04-06T06:02:20.028Z","registry_url":"https://github.com/tarathep/robotframework-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Robot Framework Action","description":"Run Automate test with Robot Framework on Github Action","branding":{"color":"green"},"inputs":{"image":{"description":"custom imagename for execute robot framework","required":true,"default":"ppodgorsek/robot-framework"},"image_version":{"description":"custom tag verion image for execute robot framework","required":true,"default":"latest"},"tests_dir":{"description":"Directory where Robot tests are located in the repository","required":true,"default":"robot_tests"},"reports_dir":{"description":"Where will the report from test be saved","required":true,"default":"reports"},"allowed_shared_memory":{"description":"Shared memory that Docker container is allowed to use","required":true,"default":"1g"},"browser":{"description":"Browser to use","required":true,"default":"chrome"},"robot_threads":{"description":"Execute tests in parallel","required":true,"default":1},"pabot_options":{"description":"Extra settings for parallel execution. https://github.com/mkorpela/pabot#command-line-options","required":true,"default":""},"robot_options":{"description":"Extra options for robot command","required":true,"default":""},"screen_color_depth":{"description":"Color depth of the virtual screen","required":true,"default":24},"screen_height":{"description":"Height of the virtual screen","required":true,"default":1080},"screen_width":{"description":"Width of the virtual screen","required":true,"default":1920}},"runs":{"using":"composite","steps":[{"shell":"bash","run":"chmod 777 ${{ github.action_path }}/execute.sh"},{"shell":"bash","run":"${{ github.action_path }}/execute.sh","env":{"IMAGE":"${{ inputs.image }}","IMAGE_VERSION":"${{ inputs.image_version }}","TESTS_DIR":"${{ inputs.tests_dir }}","REPORTS_DIR":"${{ inputs.reports_dir }}","ALLOWED_SHARED_MEMORY":"${{ inputs.allowed_shared_memory }}","BROWSER":"${{ inputs.browser }}","ROBOT_THREADS":"${{ inputs.robot_threads }}","PABOT_OPTIONS":"${{ inputs.pabot_options }}","ROBOT_OPTIONS":"${{ inputs.robot_options }}","SCREEN_COLOR_DEPTH":"${{ inputs.screen_color_depth }}","SCREEN_HEIGHT":"${{ inputs.screen_height }}","SCREEN_WIDTH":"${{ inputs.screen_width }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":65161961,"uuid":"398208053","full_name":"tarathep/robotframework-github-action","owner":"tarathep","description":"Github action can be used to run Robot Framework tests.","archived":false,"fork":false,"pushed_at":"2021-08-24T04:27:33.000Z","size":15,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T05:49:45.090Z","etag":null,"topics":["github-actions","robotframework","test-automation","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarathep.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}},"created_at":"2021-08-20T08:28:09.000Z","updated_at":"2025-07-27T00:58:51.000Z","dependencies_parsed_at":"2023-01-04T12:39:03.460Z","dependency_job_id":null,"html_url":"https://github.com/tarathep/robotframework-github-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/tarathep/robotframework-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarathep","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/sbom","scorecard":{"id":868737,"data":{"date":"2025-08-11","repo":{"name":"github.com/tarathep/robotframework-github-action","commit":"9b42a217a61749498581401d40238bcadc85c54b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":"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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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 0/13 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":-1,"reason":"no workflows found","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":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"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: Apache License 2.0: 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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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"}}]},"last_synced_at":"2025-08-24T03:29:53.536Z","repository_id":65161961,"created_at":"2025-08-24T03:29:53.536Z","updated_at":"2025-08-24T03:29:53.536Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273455531,"owners_count":25108891,"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-03T02:00:09.631Z","response_time":76,"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":"tarathep","name":"Bokie Tarathep","uuid":"26413446","kind":"user","description":"Application Modernize / DevSecOps / Cloud","email":"","website":"ais.th","location":"1291/1 AIS Tower 2, Phaholyothin Road, Samsen Nai, Phayathai, Bangkok 10400","twitter":null,"company":"AIS","icon_url":"https://avatars.githubusercontent.com/u/26413446?u=56439ef423574f84e92d81fb168222ff6867d99b\u0026v=4","repositories_count":30,"last_synced_at":"2023-03-07T13:19:46.546Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tarathep","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-17T11:08:58.186Z","updated_at":"2023-03-07T13:19:46.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarathep","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarathep/repositories"},"tags":[{"name":"v1.0","sha":"9b42a217a61749498581401d40238bcadc85c54b","kind":"commit","published_at":"2021-08-24T04:25:21.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v1.0","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v1.0","dependencies_parsed_at":"2023-06-01T12:15:29.525Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v1.0/manifests"},{"name":"v.0.1.7","sha":"96069e887af85a17b8a4ea2e0c1aa5adf7139401","kind":"commit","published_at":"2021-08-24T04:08:35.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v.0.1.7","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v.0.1.7","dependencies_parsed_at":"2023-06-01T12:15:30.352Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v.0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v.0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v.0.1.7/manifests"},{"name":"v0.1.6","sha":"4f3b1667e03b4b2617a934dafce7e09d619de96f","kind":"tag","published_at":"2021-08-23T05:10:13.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1.6","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1.6","dependencies_parsed_at":"2023-06-01T12:15:30.949Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"214b092ff8bac4943db94994a8f5664ca59bc84a","kind":"tag","published_at":"2021-08-23T05:06:39.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1.5","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1.5","dependencies_parsed_at":"2023-06-01T12:15:31.938Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"910f53d16842ac4e8d0f0f690ad81173d89a5414","kind":"tag","published_at":"2021-08-23T05:00:52.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1.4","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1.4","dependencies_parsed_at":"2023-06-01T12:15:32.547Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"9d39a4dfe014416f569ae7832c632bc8c6624947","kind":"tag","published_at":"2021-08-23T03:54:49.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1.3","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1.3","dependencies_parsed_at":"2023-06-01T12:15:33.977Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"b712587ec3d40c0262ea20ce186158edbb5ffbe5","kind":"tag","published_at":"2021-08-23T03:39:14.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1.2","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1.2","dependencies_parsed_at":"2023-06-01T12:15:35.502Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1.2/manifests"},{"name":"v.0.1.1","sha":"b712587ec3d40c0262ea20ce186158edbb5ffbe5","kind":"commit","published_at":"2021-08-23T03:34:39.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v.0.1.1","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v.0.1.1","dependencies_parsed_at":"2023-06-01T12:15:36.659Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v.0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v.0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v.0.1.1/manifests"},{"name":"v0.1","sha":"62d22da50f89313306ff223812a5bab327ea8e8b","kind":"tag","published_at":"2021-08-23T03:24:36.000Z","download_url":"https://codeload.github.com/tarathep/robotframework-github-action/tar.gz/v0.1","html_url":"https://github.com/tarathep/robotframework-github-action/releases/tag/v0.1","dependencies_parsed_at":"2023-06-01T12:15:39.859Z","dependency_job_id":null,"purl":"pkg:github/tarathep/robotframework-github-action@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarathep%2Frobotframework-github-action/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-09-03T14:25:41.585Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.775788306132153,"dependent_packages_count":0.0,"stargazers_count":19.857391855490413,"forks_count":21.708128664237048,"docker_downloads_count":null,"average":16.585327206464903},"purl":"pkg:githubactions/tarathep/robotframework-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/tarathep/robotframework-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/tarathep/robotframework-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/tarathep/robotframework-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-04-10T23:50:55.628Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"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":0,"past_year_avg_comments_per_issue":null,"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/tarathep%2Frobotframework-github-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tarathep%2Frobotframework-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tarathep%2Frobotframework-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tarathep%2Frobotframework-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tarathep%2Frobotframework-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tarathep%2Frobotframework-github-action/codemeta","maintainers":[]}