Skip to content

Conversation

cgoea
Copy link
Contributor

@cgoea cgoea commented Aug 29, 2025

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

Copilot

This comment was marked as outdated.

cgoea and others added 3 commits August 29, 2025 15:59
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
@cgoea cgoea requested a review from Copilot August 29, 2025 12:59
Copilot

This comment was marked as outdated.

Co-authored-by: Copilot <[email protected]>
@cgoea cgoea requested a review from Copilot August 29, 2025 13:22
Copy link

@Copilot Copilot AI left a 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 implements Docker image scanning functionality by adding Docker build and push targets to the Makefile and introducing a new GitHub Actions workflow for pre-merge scanning of Docker images.

  • Adds standardized Docker build/push targets for all services in the Makefile
  • Introduces version suffix support for image retagging in CI environments
  • Adds pre-merge scanning workflow that builds and scans Docker images for security vulnerabilities

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Makefile Adds Docker build/push targets with service matrix support and version suffix retagging
.github/workflows/lint-test-build-publish.yml Adds pre-merge workflow for building and scanning Docker images across all services

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants