Add grype scan, SBOM and improve labeling#467
Merged
gab-arrobo merged 4 commits intoomec-project:mainfrom Feb 18, 2026
Merged
Conversation
e05f7bf to
ca4a392
Compare
There was a problem hiding this comment.
Pull request overview
This PR modernizes the build system, adds security scanning capabilities, and improves Docker image labeling. The changes align with best practices for Go project builds and container image management, while adding SBOM generation and vulnerability scanning to the release pipeline.
Changes:
- Updated VERSION from 2.0.1-dev to 2.1.0 for release
- Completely restructured Makefile with improved organization, new targets (lint, fmt, check-reuse), better error handling, and help documentation
- Modernized Dockerfile labels to use OCI image specification, removed unnecessary build dependencies, and added build arguments for dynamic label values
- Added SBOM generation and Grype security scanning to the GitHub release workflow
- Adjusted Dependabot schedules to stagger updates throughout the week
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| VERSION | Bumped version to 2.1.0 for release |
| Makefile | Complete rewrite with modern structure, additional targets (help, lint, fmt, check-reuse, clean), improved Docker build configuration, and better documentation |
| Dockerfile | Removed unnecessary apt packages (gcc, cmake, autoconf, libtool, libmnl-dev, libyaml-dev), updated to OCI-compliant image labels with dynamic build arguments |
| .github/workflows/push.yml | Added sbom-source and grype-scan workflow jobs for security scanning |
| .github/dependabot.yml | Changed Docker ecosystem update day from Sunday to Thursday, GitHub Actions from Sunday to Tuesday to stagger updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
c9d3293 to
b04bdf3
Compare
gab-arrobo
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.