From 569fc3eea7b6e30c6ba08de18effd0f13693b3ff Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Fri, 17 Nov 2023 11:48:47 -0500 Subject: [PATCH] feat(registry-scanner): List GCR as supported registry type (#1462) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Álvaro Iradier --- charts/registry-scanner/Chart.yaml | 2 +- charts/registry-scanner/README.md | 5 +++-- charts/registry-scanner/README.tpl | 1 + charts/registry-scanner/values.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 26c560a57..87758c01f 100644 --- a/charts/registry-scanner/Chart.yaml +++ b/charts/registry-scanner/Chart.yaml @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner type: application home: https://sysdiglabs.github.io/registry-scanner/ icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png -version: 1.1.20 +version: 1.1.21 appVersion: 0.2.58 maintainers: - name: giuse-sysdig diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 0d24929e7..f6c61c3ea 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -34,6 +34,7 @@ Follow the instructions in [Install Registry Scanner](https://docs.sysdig.com/en - IBM ICR - Azure ACR - Google GAR +- Google GCR Once installed, you can view the scan results in the [Vulnerabilities UI](https://docs.sysdig.com/en/docs/sysdig-secure/vulnerabilities/registry/) of Sysdig Secure. @@ -62,7 +63,7 @@ The following table lists the configurable parameters of the Sysdig Registry Sca | config.registryApiUrl | The API URL of the registry to scan. This is required if your registry type is Artifactory. | "" | | config.registryUser | The username for registry authentication. | "" | | config.registryPassword | The password for registry authentication. | "" | -| config.registryType | Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, nexus and dockerv2. | "" | +| config.registryType | Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2. | "" | | config.registryAccountId | The account ID. Applicable only for ICR registry type. | "" | | config.icrIamApi | The ICR IAM API. Applicable only for ICR registry type. | "" | | config.icrIamApiSkipTLS | Ignore TLS certificate for IAM API. Applicable only for ICR registry type. | false | @@ -128,7 +129,7 @@ Use the following command to deploy: helm upgrade --install registry-scanner \ --namespace sysdig-agent \ --create-namespace \ - --version=1.1.20 \ + --version=1.1.21 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ diff --git a/charts/registry-scanner/README.tpl b/charts/registry-scanner/README.tpl index 779bda425..e1950db19 100644 --- a/charts/registry-scanner/README.tpl +++ b/charts/registry-scanner/README.tpl @@ -34,6 +34,7 @@ Follow the instructions in [Install Registry Scanner](https://docs.sysdig.com/en - IBM ICR - Azure ACR - Google GAR +- Google GCR Once installed, you can view the scan results in the [Vulnerabilities UI](https://docs.sysdig.com/en/docs/sysdig-secure/vulnerabilities/registry/) of Sysdig Secure. diff --git a/charts/registry-scanner/values.yaml b/charts/registry-scanner/values.yaml index ee7a20fca..43fe49795 100644 --- a/charts/registry-scanner/values.yaml +++ b/charts/registry-scanner/values.yaml @@ -28,7 +28,7 @@ config: registryUser: "" # The password for registry authentication. registryPassword: "" - # Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, nexus and dockerv2. + # Mandatory.
The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2. registryType: "" # The account ID. Applicable only for ICR registry type. registryAccountId: ""