{"id":20622047,"url":"https://github.com/bonitasoft/bonita-connector-shell-script","last_synced_at":"2025-08-21T12:03:17.981Z","repository":{"id":9455675,"uuid":"11336118","full_name":"bonitasoft/bonita-connector-shell-script","owner":"bonitasoft","description":"Connector used to execute shell scripts within a process","archived":false,"fork":false,"pushed_at":"2024-12-09T01:05:18.000Z","size":230,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-07-16T00:51:48.064Z","etag":null,"topics":["bonita","connector","delivery-central","delivery-marketplace","hacktoberfest","lifecycle-independent","published-full","script","shell"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonitasoft.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2013-07-11T07:44:47.000Z","updated_at":"2024-11-19T14:06:33.000Z","dependencies_parsed_at":"2024-06-20T01:22:40.684Z","dependency_job_id":"77e31e9c-2641-4aa8-b7b0-13dc0649f275","html_url":"https://github.com/bonitasoft/bonita-connector-shell-script","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/bonitasoft/bonita-connector-shell-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonitasoft%2Fbonita-connector-shell-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonitasoft%2Fbonita-connector-shell-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonitasoft%2Fbonita-connector-shell-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonitasoft%2Fbonita-connector-shell-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonitasoft","download_url":"https://codeload.github.com/bonitasoft/bonita-connector-shell-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonitasoft%2Fbonita-connector-shell-script/sbom","scorecard":{"id":247644,"data":{"date":"2025-08-11","repo":{"name":"github.com/bonitasoft/bonita-connector-shell-script","commit":"5a09cf7313c81dbd2b567789fb730fc79400f95e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"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":"Maintained","score":0,"reason":"1 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":3,"reason":"Found 2/6 approved changesets -- score normalized to 3","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/commit-message-check.yml:1","Warn: no topLevel permission defined: .github/workflows/release.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/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/build.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commit-message-check.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/commit-message-check.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/bonitasoft/bonita-connector-shell-script/release.yml/master?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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 General Public License v2.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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 1.1.2 not signed: https://api.github.com/repos/bonitasoft/bonita-connector-shell-script/releases/37521693","Warn: release artifact 1.1.1 not signed: https://api.github.com/repos/bonitasoft/bonita-connector-shell-script/releases/32547775","Warn: release artifact 1.1.2 does not have provenance: https://api.github.com/repos/bonitasoft/bonita-connector-shell-script/releases/37521693","Warn: release artifact 1.1.1 does not have provenance: https://api.github.com/repos/bonitasoft/bonita-connector-shell-script/releases/32547775"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Sonar","Warn: 2 commits out of 27 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"}},{"name":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h46c-h94j-95f3","Warn: Project is vulnerable to: GHSA-wf8f-6423-gfxg","Warn: Project is vulnerable to: GHSA-57j2-w4cx-62h2","Warn: Project is vulnerable to: GHSA-jjjh-jjxp-wpff","Warn: Project is vulnerable to: GHSA-rgv9-q543-rqg4","Warn: Project is vulnerable to: GHSA-78wr-2p64-hpwj","Warn: Project is vulnerable to: GHSA-j288-q9x7-2f5v"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T07:54:12.562Z","repository_id":9455675,"created_at":"2025-08-17T07:54:12.562Z","updated_at":"2025-08-17T07:54:12.562Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271477533,"owners_count":24766418,"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-21T02:00:08.990Z","response_time":74,"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"}},"keywords":["bonita","connector","delivery-central","delivery-marketplace","hacktoberfest","lifecycle-independent","published-full","script","shell"],"created_at":"2024-11-16T12:20:27.400Z","updated_at":"2025-08-21T12:03:17.969Z","avatar_url":"https://github.com/bonitasoft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Connector\n\n[![Actions Status](https://github.com/bonitasoft/bonita-connector-shell-script/workflows/Build/badge.svg)](https://github.com/bonitasoft/bonita-connector-shell-script/actions?query=workflow%3ABuild)\n[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=bonitasoft_bonita-connector-shell-script\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-shell-script)\n[![GitHub release](https://img.shields.io/github/v/release/bonitasoft/bonita-connector-shell-script?color=blue\u0026label=Release)](https://github.com/bonitasoft/bonita-connector-shell-script/releases)\n[![Maven Central](https://img.shields.io/maven-central/v/org.bonitasoft.connectors/bonita-connector-shell-script.svg?label=Maven%20Central\u0026color=orange)](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-shell-script%22)\n[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-yellow.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n\n## Build\n\n__Clone__ or __fork__ this repository, then at the root of the project run:\n\n`./mvnw`\n\n## Release\n\nIn order to create a new release:\n- On the release branch, make sure to update the pom version (remove the -SNAPSHOT)\n- Run the action 'Create release', set the version to releae as parameter\n- Update the `master` with the next SNAPSHOT version.\n\n## Contributing\n\nWe would love you to contribute, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.\n\n## License\n\nThe sources and documentation in this project are released under the [GPLv2 License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonitasoft%2Fbonita-connector-shell-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonitasoft%2Fbonita-connector-shell-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonitasoft%2Fbonita-connector-shell-script/lists"}