{"id":5804644,"name":"DataDog/junit-upload-github-action","ecosystem":"actions","description":"Upload JUnitXML reports files to Datadog Test Optimization","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/DataDog/junit-upload-github-action","keywords_array":[],"namespace":"DataDog","versions_count":22,"first_release_published_at":"2022-05-27T11:05:52.000Z","latest_release_published_at":"2026-05-11T09:13:55.000Z","latest_release_number":"v3.2.0","last_synced_at":"2026-05-15T18:16:20.967Z","created_at":"2023-01-04T15:10:10.875Z","updated_at":"2026-05-15T18:17:59.938Z","registry_url":"https://github.com/DataDog/junit-upload-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Datadog JUnitXML Upload","description":"Upload JUnitXML reports files to Datadog Test Optimization","inputs":{"api_key":{"required":true,"description":"Datadog API key to use to upload the junit files."},"site":{"required":false,"default":"datadoghq.com","description":"The Datadog site to upload the files to."},"files":{"required":true,"description":"JUnit files to upload.","default":"."},"auto-discovery":{"required":true,"description":"Do a recursive search and automatic junit files discovery in the folders provided in `files` input (current folder if omitted).","default":"true"},"ignored-paths":{"required":false,"description":"A comma-separated list of paths that are ignored when junit files auto-discovery is done. Glob patterns are supported"},"concurrency":{"required":true,"description":"Controls the maximum number of concurrent file uploads.","default":"20"},"tags":{"required":false,"description":"Datadog tags to associate with the uploaded test results."},"service":{"required":false,"description":"Service name to use with the uploaded test results."},"env":{"required":false,"description":"Datadog env to use for the tests."},"logs":{"required":false,"description":"Set to \"true\" to enable forwarding content from XML reports as logs."},"datadog-ci-version":{"required":false,"description":"Version of datadog-ci to install. Defaults to the pinned datadog-ci release shipped with this action version. Use a major version like `v5` to get the latest release within that major version, or a specific tag like `v5.6.0` to pin. Legacy npm semver syntax (^, ~, \u003e=, latest) is still supported but deprecated.","default":"v5.16.1"},"github-token":{"required":false,"default":"","description":"GitHub token to use for authenticated datadog-ci release resolution. Defaults to the workflow token when omitted."},"extra-args":{"default":"","description":"Extra args to be passed to the datadog-ci cli.","required":false}},"runs":{"using":"composite","steps":[{"name":"Translate version format (backwards compatibility)","id":"translate-version","shell":"bash","run":"translated_version=$(\"${GITHUB_ACTION_PATH}/scripts/translate-version.sh\" \"${{ inputs.datadog-ci-version }}\")\necho \"version=${translated_version}\" \u003e\u003e \"$GITHUB_OUTPUT\"\n"},{"name":"Install datadog-ci","uses":"DataDog/install-datadog-ci-github-action@6d7f0c7c5402a4b1912055b76970ca76bef71fe5","with":{"version":"${{ steps.translate-version.outputs.version }}","github-token":"${{ inputs.github-token != '' \u0026\u0026 inputs.github-token || github.token }}"},"env":{"GITHUB_TOKEN":"${{ inputs.github-token != '' \u0026\u0026 inputs.github-token || github.token }}"}},{"name":"Upload the JUnit files","shell":"bash","run":"datadog-ci junit upload \\\n  --max-concurrency ${{ inputs.concurrency }} \\\n  ${{ inputs.logs == 'true' \u0026\u0026 '--logs' || '' }} \\\n  ${{ inputs.auto-discovery == 'true' \u0026\u0026 '--auto-discovery' || '' }} \\\n  ${{ inputs.ignored-paths != '' \u0026\u0026 format('--ignored-paths {0}', inputs.ignored-paths) || '' }} \\\n  ${{ inputs.service != '' \u0026\u0026 format('--service {0}', inputs.service) || '' }} \\\n  ${{ inputs.extra-args }} \\\n  ${{ inputs.files }}\n","env":{"DD_API_KEY":"${{ inputs.api_key }}","DD_SITE":"${{ inputs.site }}","DD_ENV":"${{ inputs.env }}","DD_TAGS":"${{ inputs.tags }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":37448798,"uuid":"496916354","full_name":"DataDog/junit-upload-github-action","owner":"DataDog","description":"GitHub Action to Upload JunitXML files to Test Optimization","archived":false,"fork":false,"pushed_at":"2026-05-11T09:14:53.000Z","size":23545,"stargazers_count":9,"open_issues_count":3,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-11T11:19:27.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/DataDog.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":".github/CODEOWNERS","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}},"created_at":"2022-05-27T08:20:10.000Z","updated_at":"2026-05-11T09:14:50.000Z","dependencies_parsed_at":"2026-04-02T13:02:54.369Z","dependency_job_id":null,"html_url":"https://github.com/DataDog/junit-upload-github-action","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"768dae7c808e17eed51ece17871e21f27fd5a000"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/DataDog/junit-upload-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataDog","download_url":"https://codeload.github.com/DataDog/junit-upload-github-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action/sbom","scorecard":{"id":37784,"data":{"date":"2025-08-11","repo":{"name":"github.com/DataDog/junit-upload-github-action","commit":"99a733aaa0614caeebdd1c8b897d6e403769718f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"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":"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":"Code-Review","score":7,"reason":"Found 11/15 approved changesets -- score normalized to 7","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yaml: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/test.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/DataDog/junit-upload-github-action/test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/DataDog/junit-upload-github-action/test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/DataDog/junit-upload-github-action/test.yaml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test.yaml:31","Warn: npmCommand not pinned by hash: .github/workflows/test.yaml:59","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"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":"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":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on 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"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 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-14T20:42:48.101Z","repository_id":37448798,"created_at":"2025-08-14T20:42:48.101Z","updated_at":"2025-08-14T20:42:48.101Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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"},"owner_record":{"login":"DataDog","name":"Datadog, Inc.","uuid":"365230","kind":"organization","description":"","email":"info@datadoghq.com","website":"https://datadoghq.com","location":"New York","twitter":"datadoghq","company":null,"icon_url":"https://avatars.githubusercontent.com/u/365230?v=4","repositories_count":968,"last_synced_at":"2024-04-15T05:05:10.008Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/DataDog","funding_links":[],"total_stars":32738,"followers":1527,"following":0,"created_at":"2022-11-02T16:25:55.506Z","updated_at":"2024-04-15T05:10:00.958Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataDog","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataDog/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-05-15T18:17:59.937Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":36.45962467404779,"forks_count":18.107981019963237,"average":24.356645150258622},"purl":"pkg:githubactions/DataDog/junit-upload-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DataDog/junit-upload-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/DataDog/junit-upload-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DataDog/junit-upload-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-04T11:07:52.438Z","issues_count":8,"pull_requests_count":32,"avg_time_to_close_issue":5333391.625,"avg_time_to_close_pull_request":3112416.8620689656,"issues_closed_count":8,"pull_requests_closed_count":29,"pull_request_authors_count":12,"issue_authors_count":6,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.46875,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":0,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3218745.3333333335,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fjunit-upload-github-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DataDog%2Fjunit-upload-github-action/codemeta","maintainers":[]}