Skip to content

Add use-artifact-registry input for Google Artifact Registry support#15

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/add-use-artifact-registry-input
Draft

Add use-artifact-registry input for Google Artifact Registry support#15
Copilot wants to merge 2 commits intomasterfrom
copilot/add-use-artifact-registry-input

Conversation

Copy link

Copilot AI commented Mar 9, 2026

Adds a new registry option alongside the existing ECR path, allowing the action to pull from Google Artifact Registry when needed.

Changes

  • action.yml: New input use-artifact-registry (default: false). Image selection priority: ECR → Artifact Registry → default ghcr.io.
  • README.md: Documents both use-ecr-registry (was undocumented) and the new use-artifact-registry in the inputs table.

Image selection logic

- uses: ITV/kics-github-action@...
  with:
    use-artifact-registry: true  # uses europe-west2-docker.pkg.dev/prj-itv-cloudsec-prod/org-images/gha-kics:0.0.2
Input Image used
use-ecr-registry: true 655028521085.dkr.ecr.eu-west-1.amazonaws.com/cp-gha-kics:0.0.2
use-artifact-registry: true europe-west2-docker.pkg.dev/prj-itv-cloudsec-prod/org-images/gha-kics:0.0.2
(default) ghcr.io/itv/kics-github-action:develop

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: JakubBiel <73081023+JakubBiel@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new input for use-artifact-registry and update action Add use-artifact-registry input for Google Artifact Registry support Mar 9, 2026
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