You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,12 @@ Both of these items must be provided from a Kubernetes secret. The secret must b
38
38
}
39
39
```
40
40
41
+
If access to private registries is not needed, the `dockercfg.json` file contents should look like this:
42
+
43
+
```json
44
+
{}
45
+
```
46
+
41
47
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.
42
48
The Snyk Integration ID is a UUID and looks similar to the following:
Copy file name to clipboardexpand all lines: snyk-monitor/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ Both of these items must be provided by a Kubernetes secret. The secret must be
33
33
}
34
34
```
35
35
36
+
If access to private registries is not needed, the `dockercfg.json` file contents should look like this:
37
+
38
+
```json
39
+
{}
40
+
```
41
+
36
42
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:
0 commit comments