{"id":25506531,"url":"https://github.com/blackducksoftware/blackduck-alert","last_synced_at":"2026-02-05T00:07:19.120Z","repository":{"id":37542586,"uuid":"105032211","full_name":"blackducksoftware/blackduck-alert","owner":"blackducksoftware","description":"Processes notifications from BlackDuck and sends them to supported distribution channels","archived":false,"fork":false,"pushed_at":"2025-08-14T16:46:18.000Z","size":55063,"stargazers_count":24,"open_issues_count":5,"forks_count":24,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-14T18:25:06.669Z","etag":null,"topics":["integration-team","sig","solution"],"latest_commit_sha":null,"homepage":"","language":"Java","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/blackducksoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2017-09-27T14:58:15.000Z","updated_at":"2025-08-01T15:16:28.000Z","dependencies_parsed_at":"2023-10-30T16:30:38.187Z","dependency_job_id":"ae84f8a1-37d8-4a05-976b-0a4d28b6fe7e","html_url":"https://github.com/blackducksoftware/blackduck-alert","commit_stats":null,"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/blackducksoftware/blackduck-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackducksoftware%2Fblackduck-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackducksoftware%2Fblackduck-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackducksoftware%2Fblackduck-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackducksoftware%2Fblackduck-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackducksoftware","download_url":"https://codeload.github.com/blackducksoftware/blackduck-alert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackducksoftware%2Fblackduck-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270907216,"owners_count":24665920,"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-17T02:00:09.016Z","response_time":129,"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":["integration-team","sig","solution"],"created_at":"2025-02-19T06:58:16.147Z","updated_at":"2026-02-05T00:07:19.097Z","avatar_url":"https://github.com/blackducksoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview ##\n\u003c!-- The comments following wrap around the description string for parsing during the build. Do Not Remove --\u003e\n\u003c!-- description-text-start --\u003e\nThis application provides the ability to send notifications from a provider to various distribution channels.\n\u003c!-- description-text-end --\u003e\n## Build ##\n[![Build Status](https://travis-ci.org/blackducksoftware/blackduck-alert.svg?branch=master)](https://travis-ci.org/blackducksoftware/blackduck-alert)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\u003c!--Not currently operational or new url(s) required--\u003e\n\u003c!--\n[![Black Duck Security Risk](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/blackduck-alert/branches/master/badge-risk.svg)](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/blackduck-alert/branches/master)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.blackduck.integration%3Ablackduck-alert\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.blackduck.integration%3Ablackduck-alert)\n--\u003e\n### Build Steps ###\n#### Requirements ####\n - JDK 17\n - Node 16.15.1 (Recommended)\n - NPM 8.11.0 (Recommended)\n\nTo compile the UI and create the jar file run:\n\n```bash\n./gradlew clean build\n```\nTo build the docker images:\n\n```bash\n./gradlew dockerBuildAllImages\n```\nTo build the zip file containing the orchestration files for deployment:\n\n```bash\n./gradlew createDeploymentZip\n```\n\n### To Run the Server Locally ### \nThis section describes running the server locally.\n\n#### Run Commands ####\nExecute the one of the following commands which will build the source code and then start the server:\n\n##### Run the Server Locally #####\n```bash\n./gradlew runServer\n```\nNote: The server will be running locally over: https://localhost:8443/alert\n\n#### UI Development with Hot Module Replacement\nThese commands will start a webpack dev server that can access the backend for rapid UI development.  \nThe UI files will automatically be reloaded if there are changes through hot module replacement.\n\n##### 1. Start the Backend Server #####\n```bash\n./gradlew runServer\n```\nNote: The server will be running locally over: https://localhost:8443/alert\n\n##### 2. Start the webpack dev server #####\n```bash\nnpm run start\n```\nNote: The webpack dev server will be running locally over: https://localhost:9000/alert \n\n## Where can I get the latest release? ##\n\u003c!-- The comments following wrap around the project url string for parsing during the build. Do Not Remove --\u003e\n\u003c!-- project-url-text-start --\u003e\nAll releases are on the GitHub release page. https://github.com/blackducksoftware/blackduck-alert/releases\n\u003c!-- project-url-text-end --\u003e\n\n## Documentation ##\nOur public documentation, including installation instructions, is located here: https://documentation.blackduck.com/bundle/alert/page/topics/general/alert-overview.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackducksoftware%2Fblackduck-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackducksoftware%2Fblackduck-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackducksoftware%2Fblackduck-alert/lists"}