-
Notifications
You must be signed in to change notification settings - Fork 127
Androapp 7432 add android app to dhis2 dependency tracker #4590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Androapp 7432 add android app to dhis2 dependency tracker #4590
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR integrates the DHIS2 Android Capture app with the DHIS2 dependency tracking system by adding automated SBOM (Software Bill of Materials) generation and upload capabilities.
Changes:
- Added CycloneDX Gradle plugin for generating Software Bill of Materials (SBOM)
- Configured Gradle project metadata with group and version for dependency tracking
- Created a GitHub Actions workflow to automatically generate and upload SBOM daily
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| gradle/libs.versions.toml | Added CycloneDX plugin version and reference for SBOM generation |
| app/build.gradle.kts | Set Gradle group and version metadata required for dependency tracking |
| .github/workflows/generate-and-upload-bom.yml | Created workflow to generate SBOM daily and upload to DHIS2 dependency tracker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
9b3bb4e to
5de4892
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



Adding app to dependency tracker
chore: rename dependency-track workflow and set gradle group/version
Link the JIRA issue.
Please provide a clear definition of the problem and explain your solution.