-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add base image registry support for container build #67
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: main
Are you sure you want to change the base?
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 adds support for authenticating to a base image registry during container builds, enabling the use of Docker hardened images or other private base images. The changes introduce optional input and secret parameters for registry authentication and add workflow-level environment variables for image scanning configuration.
- Adds conditional login to a base image registry before Docker build
- Introduces new workflow-level environment variables for image scan configuration
- Maintains backward compatibility with optional parameters
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add conditional login for an image registry to pull "base images" from. Used for docker hardened images e.g.