Skip to content

Commit 569fc3e

Browse files
Patrick Eastersairadier
andauthored
feat(registry-scanner): List GCR as supported registry type (#1462)
Co-authored-by: Álvaro Iradier <[email protected]>
1 parent 833e18d commit 569fc3e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

charts/registry-scanner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Sysdig Registry Scanner
44
type: application
55
home: https://sysdiglabs.github.io/registry-scanner/
66
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
7-
version: 1.1.20
7+
version: 1.1.21
88
appVersion: 0.2.58
99
maintainers:
1010
- name: giuse-sysdig

charts/registry-scanner/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Follow the instructions in [Install Registry Scanner](https://docs.sysdig.com/en
3434
- IBM ICR
3535
- Azure ACR
3636
- Google GAR
37+
- Google GCR
3738

3839
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.
3940

@@ -62,7 +63,7 @@ The following table lists the configurable parameters of the Sysdig Registry Sca
6263
| config.registryApiUrl | The API URL of the registry to scan. This is required if your registry type is Artifactory. | <code>""</code> |
6364
| config.registryUser | The username for registry authentication. | <code>""</code> |
6465
| config.registryPassword | The password for registry authentication. | <code>""</code> |
65-
| config.registryType | Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, nexus and dockerv2. | <code>""</code> |
66+
| config.registryType | Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2. | <code>""</code> |
6667
| config.registryAccountId | The account ID. Applicable only for ICR registry type. | <code>""</code> |
6768
| config.icrIamApi | The ICR IAM API. Applicable only for ICR registry type. | <code>""</code> |
6869
| config.icrIamApiSkipTLS | Ignore TLS certificate for IAM API. Applicable only for ICR registry type. | <code>false</code> |
@@ -128,7 +129,7 @@ Use the following command to deploy:
128129
helm upgrade --install registry-scanner \
129130
--namespace sysdig-agent \
130131
--create-namespace \
131-
--version=1.1.20 \
132+
--version=1.1.21 \
132133
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
133134
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
134135
--set config.secureSkipTLS=true \

charts/registry-scanner/README.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Follow the instructions in [Install Registry Scanner](https://docs.sysdig.com/en
3434
- IBM ICR
3535
- Azure ACR
3636
- Google GAR
37+
- Google GCR
3738

3839
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.
3940

charts/registry-scanner/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ config:
2828
registryUser: ""
2929
# The password for registry authentication.
3030
registryPassword: ""
31-
# Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, nexus and dockerv2.
31+
# Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2.
3232
registryType: ""
3333
# The account ID. Applicable only for ICR registry type.
3434
registryAccountId: ""

0 commit comments

Comments
 (0)