{"id":5897975,"name":"checkmarx-ts/checkmarx-github-action","ecosystem":"actions","description":"Find vulnerabilities in your code using Checkmarx SAST solution","homepage":null,"licenses":"gpl-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/checkmarx-ts/checkmarx-github-action","keywords_array":["appsec","checkmarx","checkmarx-sast","checkmarx-server","github-actions","osa","sast","sca","scanning","security","security-vulnerabilities"],"namespace":"checkmarx-ts","versions_count":7,"first_release_published_at":"2020-06-04T22:40:38.000Z","latest_release_published_at":"2021-03-18T12:47:05.000Z","latest_release_number":"v1.0.6","last_synced_at":"2026-07-01T12:32:43.791Z","created_at":"2023-01-18T01:33:34.293Z","updated_at":"2026-07-01T12:32:43.791Z","registry_url":"https://github.com/checkmarx-ts/checkmarx-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Checkmarx Scan","description":"Find vulnerabilities in your code using Checkmarx SAST solution","author":"Miguel Freitas","inputs":{"cxAction":{"description":"Checkmarx CLI Action","required":false,"default":"Scan"},"cxVersion":{"description":"Checkmarx Version","required":false,"default":"2021.1.1"},"cxServer":{"description":"IP address or resolvable name of CxSAST web server.","required":true,"default":"https://company.checkmarx.com"},"cxUsername":{"description":"Checkmarx Username","required":true,"default":"first.last@company.com"},"cxToken":{"description":"Checkmarx Token","required":false,"default":""},"cxPassword":{"description":"Checkmarx Password","required":true,"default":""},"cxTeam":{"description":"Checkmarx Team","required":true,"default":""},"cxProject":{"description":"Checkmarx Project Name","required":false,"default":""},"cxPreset":{"description":"If not provided, will use preset defined in existing project or, for a new project, the default preset.","required":false,"default":"Checkmarx Default"},"cxHigh":{"description":"Threshold for High Severity Vulnerabilities","required":false,"default":-1},"cxMedium":{"description":"Threshold for Medium Severity Vulnerabilities","required":false,"default":-1},"cxLow":{"description":"Threshold for Low Severity Vulnerabilities","required":false,"default":-1},"cxComment":{"description":"Saves a comment with the scan results. For example -comment important scan.","required":false,"default":""},"cxForceScan":{"description":"Force scan on source code, which has not been changed since the last scan of the same project. (Not compatible with -Incremental option.)","required":false,"default":false},"cxIncremental":{"description":"Run incremental scan instead of a full scan.","required":false,"default":false},"cxExcludeFolders":{"description":"Comma separated list of folder name patterns to exclude from scan. For example, exclude all test and log folders: -locationPathExclude test*,log_*","required":false,"default":""},"cxExcludeFiles":{"description":"Comma separated list of file name patterns to exclude from scan. For example, exclude all files with .class extension: -locationFilesExclude *.class","required":false,"default":""},"cxConfiguration":{"description":"Code language configuration. Possible values are : Default Configuration, Japanese (Shift-JIS). If configuration is not set, Default Configuration is used.","required":false,"default":"Default Configuration"},"cxPrivate":{"description":"Scan will not be visible to other users.","required":false,"default":false},"cxReportXML":{"description":"SAST Scan Report in XML format","required":false,"default":""},"cxReportPDF":{"description":"SAST Scan Report in PDF format","required":false,"default":""},"cxReportRTF":{"description":"SAST Scan Report in RTF format","required":false,"default":""},"cxReportCSV":{"description":"SAST Scan Report in CSV format","required":false,"default":""},"cxLog":{"description":"Log file to be created.","required":false,"default":""},"cxVerbose":{"description":"Turns on verbose mode. All messages and events will be sent to the console or log file.","required":false,"default":true},"cxOsaHigh":{"description":"OSA high severity vulnerability threshold. If the number of high vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes).","required":false,"default":-1},"cxOsaMedium":{"description":"OSA medium severity vulnerability threshold. If the number of medium vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes).","required":false,"default":-1},"cxOsaLow":{"description":"OSA low severity vulnerability threshold. If the number of high vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes).","required":false,"default":-1},"cxOsaLocationPath":{"description":"Local or network path to sources or source repository branch. May include multiple list of folders (local or shared) separated by comma.","required":false,"default":""},"cxOsaArchiveToExtract":{"description":"Comma separated list of file extensions to extract in the OSA scan. For example: -OsaArchiveToExtract *.zip extracts only files with .zip extension.","required":false,"default":""},"cxOsaFilesInclude":{"description":"Comma separated list of file name patterns to exclude from the OSA scan. For example: *.dll will include only dll files.","required":false,"default":""},"cxOsaFilesExclude":{"description":"Comma separated list of file name patterns to exclude from the OSA scan. Exclude extensions by using *.\u003cextension\u003e, or exclude files by using */\u003cfile\u003e. Examples: -OsaFilesExclude *.class excludes all files which start with the .class. Examples: -OsaFilesExclude */plexus-utils-1.5.6.jar excludes all files which start with plexus-utils-1.5.6.jar.","required":false,"default":""},"cxOsaPathExclude":{"description":"Comma separated list of folder path patterns to exclude from the OSA scan. For example: -OsaPathExclude test excludes all folders which start with test prefix.","required":false,"default":""},"cxOsaReportHtml":{"description":"Generate CxOSA HTML report.","required":false,"default":""},"cxOsaReportPDF":{"description":"Generate CxOSA PDF report.","required":false,"default":""},"cxOsaDepth":{"description":"Extraction depth of files to include in the OSA scan.","required":false,"default":""},"cxExecutePackageDependency":{"description":"Retrieve all supported package dependencies before performing OSA scan (see Remarks section).","required":false,"default":false},"cxOsaJson":{"description":"Generate CxOSA JSON report.","required":false,"default":""},"cxScaUsername":{"description":"SCA Username","required":false,"default":""},"cxScaPassword":{"description":"SCA Password","required":false,"default":""},"cxScaAccount":{"description":"SCA Account Name","required":false,"default":""},"cxScaApiUrl":{"description":"SCA API URL","required":false,"default":""},"cxScaAcessControlUrl":{"description":"SCA Access Control URL","required":false,"default":""},"cxScaWebAppUrl":{"description":"SCA Web App URL","required":false,"default":""},"cxScaHigh":{"description":"SCA High Threshold","required":false,"default":-1},"cxScaMedium":{"description":"SCA Medium Threshold","required":false,"default":-1},"cxScaLow":{"description":"SCA Low Threshold","required":false,"default":-1},"cxScaLocationPath":{"description":"SCA Location Path","required":false,"default":""},"cxScaFilesInclude":{"description":"SCA Files Include","required":false,"default":""},"cxScaFilesExclude":{"description":"SCA Files Exclude","required":false,"default":""},"cxScaPathExclude":{"description":"SCA Folders Exclude","required":false,"default":""},"cxCheckPolicy":{"description":"This parameter will break the build if the CxOSA policy is violated.","required":false,"default":false},"cxSkipIfFail":{"description":"Skip Checkmarx Action Step if Fail","required":false,"default":false},"cxTrustedCertificates":{"description":"Trust Self-signed Certificates","required":false,"default":false},"cxGithubToken":{"description":"Github Token Secret","required":false,"default":""},"cxGithubIssues":{"description":"Create Github Issues","required":false,"default":false},"cxGithubLabels":{"description":"Github Labels for Issues created","required":false,"default":"bug"},"cxGithubAssignees":{"description":"Github Assignees for Issues created","required":false,"default":""},"cxGithubMilestone":{"description":"Github Milestone for Issues created","required":false,"default":null}},"outputs":{"cxActionId":{"description":"Github Action ID (e.g. self)"},"cxRunId":{"description":"Github Run ID (e.g. 130420638)"},"cxWorkflow":{"description":"Github Workflow Name (e.g. My Workflow)"},"cxWorkflowUser":{"description":"Github Workflow Actor (e.g. miguelfreitas93)"},"cxEvent":{"description":"Github Event Name (e.g. push)"},"cxRepository":{"description":"Github Repository Name (e.g. user/repository)"},"cxBranch":{"description":"Github Repository Branch (e.g. refs/heads/master)"},"cxHeadBranch":{"description":"Github Repository Head Branch - Pull Requests (e.g. refs/heads/master)"},"cxBaseBranch":{"description":"Github Repository Base Branch - Pull Requests (e.g. refs/heads/master)"},"cxWorkspace":{"description":"Github Workspace Path (e.g. /home/runner/work/checkmarx-github-action/checkmarx-github-action)"},"cxCommitSHA":{"description":"Github Commit SHA (e.g. 5748bf5c580dd1ce8853f26eebe123754692c18e)"},"cxVersion":{"description":"Checkmarx CLI Version used (e.g. 2020.2.11)"},"cxServer":{"description":"Checkmarx Server URL (e.g. https://company.checkmarx.com)"},"cxAction":{"description":"Checkmarx CLI Action (e.g. Scan)"},"cxLog":{"description":"Checkmarx CLI Log File Path (e.g. /home/runner/work/checkmarx-github-action/checkmarx-github-action/log.log)"},"cxCliDownloadUrl":{"description":"Checkmarx CLI Download URL (e.g. https://download.checkmarx.com/9.0.0/Plugins/CxConsolePlugin-2020.2.11.zip)"},"cxCliVersionFileName":{"description":"Checkmarx CLI Version File Name (e.g. CxConsolePlugin-2020.2.11)"},"cxCmdExecuted":{"description":"Checkmarx CLI Executed Command (e.g. ./cxcli/runCxConsole.sh Scan -CxServer...)"},"cxUsername":{"description":"Checkmarx Username"},"cxToken":{"description":"Checkmarx Token"},"cxPassword":{"description":"Checkmarx Password"},"cxTeam":{"description":"Checkmarx Team"},"cxProject":{"description":"Checkmarx Project Name"},"cxPreset":{"description":"If not provided, will use preset defined in existing project or, for a new project, the default preset."},"cxHigh":{"description":"Threshold for High Severity Vulnerabilities"},"cxMedium":{"description":"Threshold for Medium Severity Vulnerabilities"},"cxLow":{"description":"Threshold for Low Severity Vulnerabilities"},"cxComment":{"description":"Saves a comment with the scan results. For example -comment important scan."},"cxForceScan":{"description":"Force scan on source code, which has not been changed since the last scan of the same project. (Not compatible with -Incremental option.)"},"cxIncremental":{"description":"Run incremental scan instead of a full scan."},"cxExcludeFolders":{"description":"Comma separated list of folder name patterns to exclude from scan. For example, exclude all test and log folders: -locationPathExclude test*,log_*"},"cxExcludeFiles":{"description":"Comma separated list of file name patterns to exclude from scan. For example, exclude all files with .class extension: -locationFilesExclude *.class"},"cxConfiguration":{"description":"Code language configuration. Possible values are : Default Configuration, Japanese (Shift-JIS). If configuration is not set, Default Configuration is used."},"cxPrivate":{"description":"Scan will not be visible to other users."},"cxReportXML":{"description":"SAST Scan Report in XML format"},"cxReportPDF":{"description":"SAST Scan Report in PDF format"},"cxReportRTF":{"description":"SAST Scan Report in RTF format"},"cxReportCSV":{"description":"SAST Scan Report in CSV format"},"cxVerbose":{"description":"Turns on verbose mode. All messages and events will be sent to the console or log file."},"cxOsaHigh":{"description":"OSA high severity vulnerability threshold. If the number of high vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes)."},"cxOsaMedium":{"description":"OSA medium severity vulnerability threshold. If the number of medium vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes)."},"cxOsaLow":{"description":"OSA low severity vulnerability threshold. If the number of high vulnerabilities exceeds the threshold, scan will end with an error (see Error/Exit Codes)."},"cxOsaLocationPath":{"description":"Local or network path to sources or source repository branch. May include multiple list of folders (local or shared) separated by comma."},"cxOsaArchiveToExtract":{"description":"Comma separated list of file extensions to extract in the OSA scan. For example: -OsaArchiveToExtract *.zip extracts only files with .zip extension."},"cxOsaFilesInclude":{"description":"Comma separated list of file name patterns to exclude from the OSA scan. For example: *.dll will include only dll files."},"cxOsaFilesExclude":{"description":"Comma separated list of file name patterns to exclude from the OSA scan. Exclude extensions by using *.\u003cextension\u003e, or exclude files by using */\u003cfile\u003e. Examples: -OsaFilesExclude *.class excludes all files which start with the .class. Examples: -OsaFilesExclude */plexus-utils-1.5.6.jar excludes all files which start with plexus-utils-1.5.6.jar."},"cxOsaPathExclude":{"description":"Comma separated list of folder path patterns to exclude from the OSA scan. For example: -OsaPathExclude test excludes all folders which start with test prefix."},"cxOsaReportHtml":{"description":"Generate CxOSA HTML report."},"cxOsaReportPDF":{"description":"Generate CxOSA PDF report."},"cxOsaDepth":{"description":"Extraction depth of files to include in the OSA scan."},"cxExecutePackageDependency":{"description":"Retrieve all supported package dependencies before performing OSA scan (see Remarks section)."},"cxOsaJson":{"description":"Generate CxOSA JSON report."},"cxScaUsername":{"description":"SCA Username"},"cxScaPassword":{"description":"SCA Password"},"cxScaAccount":{"description":"SCA Account Name"},"cxScaApiUrl":{"description":"SCA API URL"},"cxScaAcessControlUrl":{"description":"SCA Access Control URL"},"cxScaWebAppUrl":{"description":"SCA Web App URL"},"cxScaHigh":{"description":"SCA High Threshold"},"cxScaMedium":{"description":"SCA Medium Threshold"},"cxScaLow":{"description":"SCA Low Threshold"},"cxScaLocationPath":{"description":"SCA Location Path"},"cxScaFilesInclude":{"description":"SCA Files Include"},"cxScaFilesExclude":{"description":"SCA Files Exclude"},"cxScaPathExclude":{"description":"SCA Folders Exclude"},"cxCheckPolicy":{"description":"This parameter will break the build if the CxOSA policy is violated."},"cxSkipIfFail":{"description":"Skip Checkmarx Action Step if Fail"},"cxTrustedCertificates":{"description":"Trust Self-signed Certificates"},"cxGithubToken":{"description":"Github Token Secret"},"cxGithubIssues":{"description":"Create Github Issues"},"cxGithubLabels":{"description":"Github Labels for Issues created"},"cxGithubAssignees":{"description":"Github Assignees for Issues created"},"cxGithubMilestone":{"description":"Github Milestone for Issues created"}},"runs":{"using":"node12","main":"src/index.js"},"branding":{"icon":"check","color":"green"},"default_branch":"master","path":null},"repo_metadata":{"id":36984234,"uuid":"231024946","full_name":"checkmarx-ts/checkmarx-github-action","owner":"checkmarx-ts","description":"Checkmarx Scan Github Action","archived":false,"fork":false,"pushed_at":"2024-07-12T13:25:21.000Z","size":13886,"stargazers_count":31,"open_issues_count":12,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T12:44:56.901Z","etag":null,"topics":["appsec","checkmarx","checkmarx-sast","checkmarx-server","github-actions","osa","sast","sca","scanning","security","security-vulnerabilities"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/checkmarx-ts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-31T04:21:48.000Z","updated_at":"2025-07-16T23:21:22.000Z","dependencies_parsed_at":"2024-06-23T12:01:44.236Z","dependency_job_id":null,"html_url":"https://github.com/checkmarx-ts/checkmarx-github-action","commit_stats":{"total_commits":343,"total_committers":3,"mean_commits":"114.33333333333333","dds":"0.11661807580174932","last_synced_commit":"cf3cbaaae49f7cc4f0678c4a3555ab3d386925c2"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkmarx-ts","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271241892,"owners_count":24724969,"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-08-19T02:00:09.176Z","response_time":63,"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":"checkmarx-ts","name":"Checkmarx TS","uuid":"51958082","kind":"organization","description":"Checkmarx TS","email":null,"website":"https://www.checkmarx.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/51958082?v=4","repositories_count":16,"last_synced_at":"2023-03-03T11:01:24.166Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/checkmarx-ts","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T22:17:08.883Z","updated_at":"2023-03-03T11:01:24.196Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkmarx-ts","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkmarx-ts/repositories"},"tags":[{"name":"v1.0.6","sha":"d0f97865ac5c731d941b8eb431ce12c3d8ff2bff","kind":"commit","published_at":"2021-03-18T12:47:05.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.6","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.6","dependencies_parsed_at":"2023-06-02T08:07:53.609Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"124b9c551b072fb792a82af316ae03030d70f642","kind":"commit","published_at":"2021-02-24T22:03:37.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.5","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.5","dependencies_parsed_at":"2023-06-02T08:07:59.248Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"ac69eb4ae89915313b403894f4e983676934471e","kind":"commit","published_at":"2021-02-19T22:12:46.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.4","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.4","dependencies_parsed_at":"2023-06-02T08:08:04.914Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"bb9101ed82fa9485fe5c6677f5608c3a8c077f25","kind":"commit","published_at":"2020-06-18T00:46:26.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.3","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-06-02T08:08:10.574Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3067f84263aa5022bcdced34b3627e4a76a5e67c","kind":"commit","published_at":"2020-06-17T00:28:03.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.2","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-02T08:08:15.484Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"2f5eeb20418df57b5a3d34a23247d6b6c99a5475","kind":"commit","published_at":"2020-06-05T00:39:24.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.1","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-02T08:08:17.950Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"4c15d293dbf75a24bc3e312827074fb011a457d9","kind":"tag","published_at":"2020-06-04T22:40:38.000Z","download_url":"https://codeload.github.com/checkmarx-ts/checkmarx-github-action/tar.gz/v1.0.0","html_url":"https://github.com/checkmarx-ts/checkmarx-github-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T08:08:19.953Z","dependency_job_id":null,"purl":"pkg:github/checkmarx-ts/checkmarx-github-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-20T00:15:08.884Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":18.04468388527967,"dependent_packages_count":0.0,"stargazers_count":6.306449057201712,"forks_count":4.0849310727301535,"docker_downloads_count":null,"average":7.109016003802884},"purl":"pkg:githubactions/checkmarx-ts/checkmarx-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/checkmarx-ts/checkmarx-github-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/checkmarx-ts/checkmarx-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/checkmarx-ts/checkmarx-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:47:56.647Z","issues_count":17,"pull_requests_count":84,"avg_time_to_close_issue":3680093.125,"avg_time_to_close_pull_request":3526973.5657894737,"issues_closed_count":16,"pull_requests_closed_count":76,"pull_request_authors_count":3,"issue_authors_count":11,"avg_comments_per_issue":5.705882352941177,"avg_comments_per_pull_request":0.7738095238095238,"merged_pull_requests_count":34,"bot_issues_count":2,"bot_pull_requests_count":82,"past_year_issues_count":0,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3427621.777777778,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":9,"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.5625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkmarx-ts%2Fcheckmarx-github-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/checkmarx-ts%2Fcheckmarx-github-action/codemeta","maintainers":[]}