Skip to content

Commit 045e0b0

Browse files
authored
Merge pull request #184 from snyk/fix/docs-empty-dockercfg
Fix/docs empty dockercfg
2 parents 45326c9 + bcea262 commit 045e0b0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Both of these items must be provided from a Kubernetes secret. The secret must b
3838
}
3939
```
4040

41+
If access to private registries is not needed, the `dockercfg.json` file contents should look like this:
42+
43+
```json
44+
{}
45+
```
46+
4147
2. Locate your Snyk Integration ID from the Snyk Integrations page (navigate to https://app.snyk.io/org/YOUR-ORGANIZATION-NAME/manage/integrations/kubernetes) and copy it.
4248
The Snyk Integration ID is a UUID and looks similar to the following:
4349
```

snyk-monitor/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Both of these items must be provided by a Kubernetes secret. The secret must be
3333
}
3434
```
3535

36+
If access to private registries is not needed, the `dockercfg.json` file contents should look like this:
37+
38+
```json
39+
{}
40+
```
41+
3642
2. Locate your Snyk Integration ID from the Snyk Integrations page (navigate to https://app.snyk.io/org/YOUR-ORGANIZATION-NAME/manage/integrations/kubernetes) and copy it. The Snyk Integration ID looks similar to the following:
3743
```
3844
abcd1234-abcd-1234-abcd-1234abcd1234

0 commit comments

Comments
 (0)