{"id":5807312,"name":"embold/github-action-docker","ecosystem":"actions","description":"Scan your code with Embold","homepage":"","licenses":"agpl-3.0","normalized_licenses":["AGPL-3.0"],"repository_url":"https://github.com/embold/github-action-docker","keywords_array":["code-quality","code-review","github-actions","security"],"namespace":"embold","versions_count":4,"first_release_published_at":"2021-08-12T06:23:40.000Z","latest_release_published_at":"2025-11-13T12:32:33.000Z","latest_release_number":"v1.0.0","last_synced_at":"2026-03-27T17:01:54.687Z","created_at":"2023-01-04T16:49:49.453Z","updated_at":"2026-03-27T17:17:35.205Z","registry_url":"https://github.com/embold/github-action-docker","install_command":null,"documentation_url":null,"metadata":{"name":"Embold","description":"Scan your code with Embold","inputs":{"emboldUrl":{"description":"URL of your Embold instance (e.g., https://packages.embold.io/)","required":true,"default":"https://packages.embold.io/"},"emboldToken":{"description":"Your Embold access token","required":true,"default":""},"emboldRepoUid":{"description":"Embold repository UID where the results will be published","required":true,"default":""},"scannerDownloadUrl":{"description":"URL to download the BrowserStack CQ Scanner","required":false,"default":"https://v1.embold.io/nfs/CLI/browserstack-codequality-scanner.tar.gz"},"repositoryConfigPath":{"description":"Path to the repository configuration JSON file","required":false,"default":"repository-configuration.json"},"downloadConfig":{"description":"Download repository configuration from Embold server","required":false,"default":"false"},"configDownloadPath":{"description":"Path where downloaded config will be saved","required":false,"default":"repository-configuration.json"},"tempDirectory":{"description":"Temporary directory for scanner artifacts","required":false,"default":"./temp"},"baseDirectory":{"description":"Base directory of the source code to scan","required":false,"default":"."},"verbose":{"description":"Enable verbose logging","required":false,"default":"true"},"qualityGate":{"description":"Enable quality gate checking","required":false,"default":"false"},"continueOnError":{"description":"Continue workflow execution even if scan fails","required":false,"default":"true"}},"outputs":{"status":{"description":"Status of the scan"},"qualityGateStatus":{"description":"Quality gate status (PASSED/FAILED)","value":"${{ steps.quality-gate.outputs.status }}"},"qualityGateData":{"description":"Quality gate detailed data","value":"${{ steps.quality-gate.outputs.data }}"}},"runs":{"using":"composite","steps":[{"name":"Download Repository Configuration","if":"${{ inputs.downloadConfig == 'true' }}","shell":"bash","env":{"EMBOLD_TOKEN":"${{ inputs.emboldToken }}"},"run":"curl --silent --location --request GET \\\n\"${{ inputs.emboldUrl }}/api/v1/repositories/${{ inputs.emboldRepoUid }}/scans/config/download\" \\\n--header \"Authorization: Bearer $EMBOLD_TOKEN\" \\\n-o \"${{ inputs.configDownloadPath }}\"\necho \"Repository configuration downloaded to ${{ inputs.configDownloadPath }}\"\n"},{"name":"Download and Unpack BrowserStack CQ Scanner","shell":"bash","run":"curl ${{ inputs.scannerDownloadUrl }} -o browserstack-codequality-scanner-archive.tar.gz\ntar xvf browserstack-codequality-scanner-archive.tar.gz\n"},{"name":"Run Static Code Analysis","shell":"bash","continue-on-error":"${{ inputs.continueOnError == 'true' }}","env":{"EMBOLD_TOKEN":"${{ inputs.emboldToken }}"},"run":"VERBOSE_FLAG=\"\"\nif [ \"${{ inputs.verbose }}\" = \"true\" ]; then\n  VERBOSE_FLAG=\"-v\"\nfi\n\nQG_FLAG=\"\"\nif [ \"${{ inputs.qualityGate }}\" = \"true\" ]; then\n  QG_FLAG=\"-qg\"\nfi\n\n./browserstack-codequality-scanner/bin/embold-scanner analyse \\\n-u \"${{ inputs.emboldUrl }}\" \\\n-t \"$EMBOLD_TOKEN\" \\\n-r \"${{ inputs.emboldRepoUid }}\" \\\n-c \"${{ inputs.repositoryConfigPath }}\" \\\n-d \"${{ inputs.tempDirectory }}\" \\\n-b \"${{ inputs.baseDirectory }}\" \\\n$VERBOSE_FLAG \\\n$QG_FLAG\n"},{"name":"Get Quality Gate Status","if":"${{ inputs.qualityGate == 'true' }}","id":"quality-gate","shell":"bash","env":{"EMBOLD_TOKEN":"${{ inputs.emboldToken }}"},"run":"echo \"Fetching quality gate status...\"\n\nresponse=$(curl --silent --http1.1 -X GET \\\n\"${{ inputs.emboldUrl }}/api/v1/repositories/${{ inputs.emboldRepoUid }}/qualitygateprofiles\" \\\n-H \"Authorization: Bearer $EMBOLD_TOKEN\")\n\nstatus=$(echo \"$response\" | grep -o '\"status\":\"[^\"]*\"' | head -1 | cut -d'\"' -f4)\n\necho \"Quality Gate Status: $status\"\necho \"status=$status\" \u003e\u003e $GITHUB_OUTPUT\necho \"data=$response\" \u003e\u003e $GITHUB_OUTPUT\n\necho \"::notice title=Quality Gate::Status: $status\""}]},"default_branch":"main","path":null},"repo_metadata":{"id":46665503,"uuid":"394926076","full_name":"embold/github-action-docker","owner":"embold","description":"Embold Docker Container for Github Action ","archived":false,"fork":false,"pushed_at":"2025-11-13T13:55:01.000Z","size":50,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T19:46:01.387Z","etag":null,"topics":["code-quality","code-review","github-actions","security"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embold.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-11T08:56:57.000Z","updated_at":"2025-11-13T13:53:21.000Z","dependencies_parsed_at":"2023-01-04T12:28:43.453Z","dependency_job_id":null,"html_url":"https://github.com/embold/github-action-docker","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.5454545454545454,"last_synced_commit":"ffe6022e8dfcdc6ad37c3921b765f2c065268001"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/embold/github-action-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embold","download_url":"https://codeload.github.com/embold/github-action-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/sbom","scorecard":{"id":374955,"data":{"date":"2025-08-11","repo":{"name":"github.com/embold/github-action-docker","commit":"ffe6022e8dfcdc6ad37c3921b765f2c065268001"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"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":"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":"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":"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":"Code-Review","score":0,"reason":"Found 0/28 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":"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: GNU Affero General Public License v3.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating embold/embold-cli:latest to embold/embold-cli:latest@sha256:2d326e44bd69e4db8518a2d291a5003e7a6b404f1867fba1446da32aac954727","Info:   0 out of   1 containerImage 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":"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"}},{"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 4 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-18T14:00:46.387Z","repository_id":46665503,"created_at":"2025-08-18T14:00:46.387Z","updated_at":"2025-08-18T14:00:46.387Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31051617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T16:55:14.406Z","status":"ssl_error","status_checked_at":"2026-03-27T16:55:07.885Z","response_time":164,"last_error":"SSL_read: 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":"embold","name":"Embold","uuid":"57650232","kind":"organization","description":"","email":null,"website":"https://embold.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/57650232?v=4","repositories_count":7,"last_synced_at":"2024-05-07T18:04:37.666Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/embold","funding_links":[],"total_stars":10,"followers":6,"following":0,"created_at":"2023-05-30T13:33:39.659Z","updated_at":"2024-05-07T18:04:39.086Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embold","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embold/repositories"},"tags":[{"name":"v1.0","sha":"1df03d9d783e5f62ae24e1247f8701804d857a46","kind":"commit","published_at":"2025-11-13T13:53:16.000Z","download_url":"https://codeload.github.com/embold/github-action-docker/tar.gz/v1.0","html_url":"https://github.com/embold/github-action-docker/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/embold/github-action-docker@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v1.0/manifests"},{"name":"v1.0.0","sha":"afda966c1273b880fa732b736cf9228ba407f815","kind":"commit","published_at":"2025-11-13T12:32:33.000Z","download_url":"https://codeload.github.com/embold/github-action-docker/tar.gz/v1.0.0","html_url":"https://github.com/embold/github-action-docker/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/embold/github-action-docker@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v1.0.0/manifests"},{"name":"v0.2","sha":"4efe5de192829c3888e1af7f06aafc52b45662f0","kind":"commit","published_at":"2021-10-11T10:13:37.000Z","download_url":"https://codeload.github.com/embold/github-action-docker/tar.gz/v0.2","html_url":"https://github.com/embold/github-action-docker/releases/tag/v0.2","dependencies_parsed_at":"2023-05-31T08:12:57.368Z","dependency_job_id":null,"purl":"pkg:github/embold/github-action-docker@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v0.2/manifests"},{"name":"v0.1","sha":"e58a7c777e6fea02e2b909412398eb952bbbe882","kind":"commit","published_at":"2021-08-12T06:23:40.000Z","download_url":"https://codeload.github.com/embold/github-action-docker/tar.gz/v0.1","html_url":"https://github.com/embold/github-action-docker/releases/tag/v0.1","dependencies_parsed_at":"2023-05-31T08:12:57.626Z","dependency_job_id":null,"purl":"pkg:github/embold/github-action-docker@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2026-03-27T17:17:35.205Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.756773886864206,"dependent_packages_count":0.0,"stargazers_count":27.364918396450644,"forks_count":35.11646331801616,"docker_downloads_count":null,"average":21.809538900332754},"purl":"pkg:githubactions/embold/github-action-docker","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/embold/github-action-docker","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/embold/github-action-docker","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/embold/github-action-docker/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-27T16:07:02.046Z","issues_count":0,"pull_requests_count":4,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":26904.25,"issues_closed_count":0,"pull_requests_closed_count":4,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":34.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/embold%2Fgithub-action-docker/issues","maintainers":[{"login":"soupria","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/soupria"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/embold%2Fgithub-action-docker/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/embold%2Fgithub-action-docker/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/embold%2Fgithub-action-docker/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/embold%2Fgithub-action-docker/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/embold%2Fgithub-action-docker/codemeta","maintainers":[]}