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
The Trivy Vulnerability Scanning is `Enabled` by default.
38
+
## Defaults for Vulnerability Scanning
39
+
The Vulnerability Scanning is `Enabled` by default.
40
40
41
-
## Configuring Trivy Vulnerability Scanning
42
-
The `az networkcloud cluster update` command allows you to update of the settings of Trivy Vulnerability Scanning by using the argument `--vulnerability-scanning-settings container-scan="<setting>"`.
41
+
## Configuring Vulnerability Scanning
42
+
The `az networkcloud cluster update` command allows you to update of the settings of Vulnerability Scanning by using the argument `--vulnerability-scanning-settings container-scan="<setting>"`.
43
43
44
44
The following command configures the `setting` for your Cluster.
45
45
@@ -52,8 +52,8 @@ az networkcloud cluster update \
52
52
```
53
53
54
54
Allowed values for `<setting>`: `Disabled`, `Enabled`.
55
-
-`Disabled`: Trivy Vulnerability Scanning is turned off on the Cluster and no scans are performed.
56
-
-`Enabled`: Trivy Vulnerability Scanning is enabled on the Cluster and scans are performed.
55
+
-`Disabled`: Vulnerability Scanning is turned off on the Cluster and no scans are performed.
56
+
-`Enabled`: Vulnerability Scanning is enabled on the Cluster and scans are performed.
57
57
58
58
You can confirm that setting was updated by inspecting the output for the following JSON snippet from the Cluster resource view:
0 commit comments