Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsal committed Sep 13, 2023
1 parent 474345c commit 566b90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ 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. | <code>""</code> |
| config.registryUser | The username for registry authentication. | <code>""</code> |
| config.registryPassword | The password for registry authentication. | <code>""</code> |
| config.registryType | Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, and dockerv2. | <code>""</code> |
| config.registryType | Mandatory.<br/>The registry Type. Supported types: artifactory, ecr, icr, acr, quay, harbor, gar, gcr, nexus and dockerv2. | <code>""</code> |
| config.registryAccountId | The account ID. Applicable only for ICR registry type. | <code>""</code> |
| config.icrIamApi | The ICR IAM API. Applicable only for ICR registry type. | <code>""</code> |
| config.icrIamApiSkipTLS | Ignore TLS certificate for IAM API. Applicable only for ICR registry type. | <code>false</code> |
| config.gar.regions | List of Google Artifact Registry regions where registries are located. | <code>["us-central1"]</code> |
| config.aws.accessKeyId | The AWS credentials: `AccessKeyId`. | <code>""</code> |
| config.aws.secretAccessKey | The AWS credentials: `SecretAccessKey`. | <code>""</code> |
| config.aws.region | For single account. It is the region where the registry is located. | <code>"us-east-1"</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/registry-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ config:
icrIamApi: ""
# Ignore TLS certificate for IAM API. Applicable only for ICR registry type.
icrIamApiSkipTLS: false
# Setting Google Artifact Registries regions. Default is us-central1.
gar:
# List of Google Artifact Registry regions where registries are located.
regions:
- us-central1
aws:
Expand Down

0 comments on commit 566b90e

Please sign in to comment.