File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
81
81
* [ Mount data] ( how-to-customize-compute-instance.md ) to persist files when recreating your instance.
82
82
* See [ Compute Instance release notes] ( azure-machine-learning-ci-image-release-notes.md ) for details on image releases.
83
83
84
- 1 . Alternatively, regularly update OS and python packages.
84
+ 1 . Alternatively, regularly update OS and Python packages.
85
85
86
86
* Use Linux package management tools to update the package list with the latest versions.
87
87
@@ -103,7 +103,7 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
103
103
104
104
You may install and run additional scanning software on compute instance to scan for security issues.
105
105
106
- * [Trivy](https://github.com/aquasecurity/trivy) may be used to discover OS and python package level vulnerabilities.
106
+ * [Trivy](https://github.com/aquasecurity/trivy) may be used to discover OS and Python package level vulnerabilities.
107
107
* [ClamAV](https://www.clamav.net/) may be used to discover malware and comes pre-installed on compute instance.
108
108
* Defender for Server agent installation is currently not supported.
109
109
* Consider using [customization scripts](./how-to-customize-compute-instance.md) for automation.
You can’t perform that action at this time.
0 commit comments